﻿/*  reset script from:
	http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1 {font-family:"Times New Roman", Times, serif; font-size:36px; font-weight:bold;}
h2 {font-family:"Times New Roman", Times,serif ; font-size:24px; font-weight:bold;}
h3 {font-family:"Times New Roman", Times,serif ; font-size:18px; font-weight:bold;}
p {font-family:"Times New Roman", Times, serif; font-size:20px;}
li {font-family:"Times New Roman", Times, serif; font-size:18px;}


body {background-color:#cccccc;}
#wrapper {background-color:#ffffff;width:900px;margin:auto;clear:both;}
	
#top {background-color:#000000; padding:20px; }
#logo {background-color:black;float:left; margin-top:20px;}
#logo span {color:#dddddd; font-size:30px; font-weight:bold; margin:0 0 20px 20px;  font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;}

#language {margin-left:750px;}
#language ul li{display:inline;padding:0 3px;}
#language ul li a:link{color:#ffffff;}
#language ul li a:visited{color:#ffffff;}
#language ul li a:hover{color:#0066FF;}


#socialmedia p {color:#ffffff; font-size:14px; padding:5px 0;}
#socialmedia {margin-left:600px;}
#socialmedia p a:link {color:#ffffff;}

#topnav {background-color:#333333; clear:both;padding:5px;border-bottom:medium #555555 solid;}
#topnav ul li {margin:0 10px; display:inline; font-weight:bold;}
#topnav ul li a:link {color:white; text-decoration:none;}
#topnav ul li a:visited {color:white; text-decoration:none;}
#topnav ul li a:hover {color:#0066FF; text-decoration:none;}




#content {width:650px;float:left;padding:10px;overflow:visible;border-right:medium gray solid;}
#content h1 {margin:20px 0;}
#content p {line-height:125%; padding:10px 0; }
#content ol li { margin-left:20px;font-size:18px; overflow:visible; font-weight:bold;line-height:125%; padding:5px 0; list-style:decimal; list-style-position:outside;}

#rightside {margin-left:675px;width:225px; padding-left:5px;}
#rightside h2 {margin:20px 0;}
#rightside ol li {font-size:14px; line-height:125%; padding:5px 5px;list-style-type:disc; list-style-position:inside;}
#rightside p {font-size:12px;line-height:125%;padding:5px 5px;}
	#contactdetails { margin-bottom:20px;}
	#contactdetails p {font-size:12px;line-height:125%;padding:5px 5px; font-weight:bold;}
	#contactdetails a {margin-left:20px;}
		
	#companydetails {margin-top:40px;}
	#companydetails p {font-size:12px;line-height:125%;padding:5px 5px; font-weight:lighter;}

#footer {text-align:center;width:100%;clear:both;background-color:#333333;color:#ffffff; }

/*forms*/

form {text-align:left; margin:20px;}
label,submit,input,textarea{border:0;padding:0;margin:0;background:none;}
label{
	float:left;width:150px; text-align:right;display:block;
	}
input,textarea{
	border:1px #333 solid;margin-left:10px;padding:5px;
	}
input{
	width:280px;margin-bottom:16px;
	}
textarea{
	width:280px;height:150px;margin-bottom:16px;
	}
select{ }
.submit {
	width:90px;height:25px;margin-left:250px;font-size:12px; font-weight:bold;
	}
#contact-form ol li{list-style-type:none;}