/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/img01.png) repeat-y center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
}


h1, h2, h3 {
	font-family: Arial, "Times New Roman", Times, serif;
	color: #ffffff;
}

h1 {
	letter-spacing: -.05em;
	font-size: 2.2em;
}

h2 {
	margin-top: 1em;
	letter-spacing: -.05em;
	font-size: 1.4em;
}

h3 {
	margin-top: 1em;
	font-size: 1.0em;	
}

p, ul, ol {
	margin-top: 1em;
	line-height: 160%;
}

.addressTitle {
	margin: 1em 0 0 1.5em;
	font-size: 1.0em;	
}
.address {
	margin: 0 0 0 1.5em;
	padding: 0 0 1px 10px;
	line-height: 14pt;
}
blockquote {
	margin-left: 1em;
	padding-left: .75em;
	border-left: 1px solid #9E9D89;
}

a {
	text-decoration: none;
	color: #D6E0D5;
}

a:hover {
	text-decoration: none;
	color: #074085;
	background-color: #ffffff;
}


/* Page */

#page {
	width: 900px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 690px;
	padding: 35px 0px 10px 0;
	background: url(images/bgwatch.png) no-repeat right bottom;
	border-bottom: 1px solid #ffffff

}
#lang {
	float: right;
	width: 690px;
	padding: 15px 0px 0px 10px;
	text-align: right;
}

#brands {
	float: right;
	width: 690px;
	padding: 20px 0px 20px 0px;
	text-align:center;
	border-bottom: 1px solid #ffffff
}

.post {
}

.post .meta {
	margin: 0 0 1.5em 0;
	padding: 0 0 1px 10px;
	background: url(images/img08.png) no-repeat left bottom;
	line-height: normal;
}

.post .meta small {
	font-size: 12px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 170px;
	padding: 20px 0 400px 30px;
	background: url(images/logo.png) no-repeat;
	background-position: 0px 100px;
	font-size: smaller;
	color: #E3E3D4;

}

#sidebar ul {
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 3em;
	padding: 0;
	background: none;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0 0 0 1em;
	padding-left: .75em;
	background: url(images/img09.gif) no-repeat left center;
}

#sidebar h2 {
	color: #FFFFFF;
}

#sidebar a {
	color: #FFFFFF;
}

/* Footer */

#footer {
	float: right;
	width: 690px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}

#footer p {
	font-size: 10px;
}

/** Partners **/

.partnerTitle
{
    font-weight: bold;
    font-size: 1.25em;
}

.partners{
	width: 470px;
	height: 100%;
}

.loadingPic
{
    margin: auto;
    background: url(images/loadingIcon.gif) no-repeat 0 0;
    padding-left: 25px;
}

/*************************  Forms ************************/
#contact {
	float: right;
}
fieldset{border:0;width:400px;padding-top:20px;}
ul.form{list-style:none;padding:0;margin:0 auto;width:350px;border:0;}
ul.form li{border-bottom:1px dashed #999999;padding:6px 0;height:35px;}
.form_head{height:20px;width:400px;color:#aaa;text-align:center;border-bottom:0 !important;}
ul.form li label{display:block;float:left;width:160px;}
.required{display:block;font-size:10px;color:#ffcc66;width:160px;float:left;clear:left;}
ul.form li input, ul.form li select, ul.form li textarea{width:180px;background-color:#ffffff;border:2px solid #ccc;padding-left:3px;}
ul.form li.submit{text-align:right;border:0;}
ul.form li.submit input{background-color:#ffffff;
border:0 none;
cursor:pointer;
display:block;
height:25px;
width:80px;
overflow:hidden;
text-indent:0px;
float:right;
}
#comments{width:400px;background-color:#ffffff;border:2px solid #ffffff;-moz-border-radius-bottomleft:4px;-moz-border-radius-bottomright:4px;-moz-border-radius-topleft:4px;-moz-border-radius-topright:4px;}
ul.form li textarea{height:90px;width:340px;}
ul.form li.comment .required, ul.form li.comment label{width:120px;}
li.comments{height:130px !important;}
.valid{border:2px solid green !important;}
.invalid{border:2px solid #cc0033 !important;}