@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Veranda, Tahoma, Geneva, sans-serif;
	background-color:#CCC;
}
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	background-color:#FFF;
}
div.baner {
	background-image: url(baner.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 250px;
	border-bottom: #C0C8C4 solid 8px;
}
div.menu {
	background: transparent url(background.png);
	width: 800px;
	position: absolute;
	top: 5px;
	z-index: 999;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}
div.menu ul li {
	display: inline;
	list-style: none;
	margin-left: 30px;
}

div.menu ul li a {
	font-weight: bold;
	color:#FFF;
	font-size: 16px;
	font-variant: small-caps;
	text-decoration: none;
	padding: 10px;
}
div.menu ul li a:hover {
	color: #000;
	background-color:#FFF; 
}
#maincontent {
	padding: 10px;
}
#secondary_content {
	float: left;
	width: 220px;
}
#secondary_content img {
	margin-bottom: 5px;
	border: #C0C8C4 solid 1px;
	padding: 2px;
}
#secondary_content h3 {
	margin-top: 10px;
	background-color:#C0C8C4;
	color:#666;
	margin-bottom: 10px;
	padding: 2px;
	padding-left: 10px;
	font-size: 14px;
	letter-spacing: 1px;
	font-variant: small-caps;
	text-align: left;
}
#secondary_content ul {
	text-align: left;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 30px;
}
#secondary_content ul li {
	list-style: square;
	margin-bottom: 10px;
	border-bottom: #C0C8C4 dotted 1px;
	color: #C0C8C4;
}

#secondary_content ul li a {
	font-weight: bold;
	color:#666;
	font-size: 16px;
	font-variant: small-caps;
	text-decoration: none;
}
#secondary_content ul li a:hover {
	color: #000;
}







#content {
	float: right;
	width: 500px;
	margin-right: 10px;
}
h1 {
	color: #F00;
	font-size: 26px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family:Helvetica,Arial,sans-serif;
	letter-spacing: 0.4px;
}
h2 {
	color:#666;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 0.4px;
	clear: both;
}
p, ol{
	font-size:12px;
	letter-spacing: 0.1px;
	line-height: 16px;
	color: #333;
	text-align:justify;
	margin-top: 15px;
}
p.quotation {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
	color:#666;
	font-style: italic;
	margin-bottom: 0;
}
p.quotation_name {
	margin-top: 0px;
	font-weight: bold;
	margin-right: 30px;
	text-align: right;
}
p.readmore {
	margin-top: 5px;
	text-align: right;
}
ol {
	margin-left: 40px;
	margin-top: 30px;
	margin-bottom: 30px;
}
ol li {
	margin-top: 20px;
}
div.steps div.images {
	margin-left: 20px;
	float: left;
	width: 150px;
}
div.steps div.images img {
	margin-bottom: 15px;
	border: #C0C8C4 solid 1px;
	padding: 2px;
}
div.steps ol {
	margin-left: 250px;
	margin-right: 30px;
}
div.steps ol li {
	margin-bottom: 30px;
}
p img {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
p img.sitelogo {
	margin-bottom: 100px;
	margin-right: 30px;
}
a {
	color: #06C;
	padding: 3px;
}
a.imagelink {
	font-size: 0;
	padding: 0;
	border: 0;
}
a.imagelink img {
	font-size: 0;
	padding: 0;
	border: 0;
}
a:hover {
	text-decoration: none;
	color: #000;
	background-color:#C1D8E3;
}
#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-bottom: 20px;
	
}
#footer p {
	margin: 10px;
	font-size: 10px;
	color:#999;
	text-align: right;
}
form.contact_form {
	margin-bottom: 30px;
}

form.newsletter {
	margin-bottom: 20px;
	padding-left: 4px;
}
label {
	color: #666;
	font-size: 12px;
}
input.textfield, textarea.textfield {
	color:#333;
	padding: 3px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #FFF;
	border: #5E6C65 solid 1px;
}
input.button {
	padding: 2px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
}