/* CSS Document */
* {
	padding:0px;
	margin:0px;
}
body {
	background-image:url(../images/_bg.gif);
	font:normal 12px/16px tahoma;
	width: 780px;
	padding: 0;
	margin: 0 auto 0 auto;
}

/* =clearing
-----------------------------------------------------------------------------*/
.clearfix:after {
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display:	block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix {
	display: inline;
	position: relative;
	}
/*\*/
.clearfix {
	display: block;
	}
#container {
	background: #FFDECF url(../images/bg_container.gif) repeat-y top;
	width: 780px;
	padding: 0;
	margin: 0;
}
#header {
	width: 780px;
	height: 341px;
	background: #fff;
	padding: 0;
	margin: 0;
}
#menu {
	width: 780px;
	height: 24px;
	background: #A50000;
	padding: 0;
	margin: 0;
}
#menu ul {
	list-style: none;
	height: 20px;
	text-align: center;
	padding-top: 2px;
}
#menu ul li {
	display: inline;
	background: #A50000;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
}
#menu a.a-home {
	color: #fff;
	background: #A50000;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 25px;
	background:#A50000 url(../images/bg_home.gif) no-repeat center left;
}
#menu a.a-home:hover {
	color: #EB9E02;
	background: url(../images/bg_home.gif) no-repeat center left;
}
#menu a.a-aboutus {
	color: #fff;
	background: #A50000;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 25px;
	background:#A50000 url(../images/bg_aboutus.gif) no-repeat center left;
}
#menu a.a-aboutus:hover {
	color: #EB9E02;
	background: url(../images/bg_aboutus.gif) no-repeat center left;
}
#menu a.a-product {
	color: #fff;
	background: #A50000;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 25px;
	background:#A50000 url(../images/bg_product.gif) no-repeat center left;
}
#menu a.a-product:hover {
	color: #EB9E02;
	background: url(../images/bg_product.gif) no-repeat center left;
}
#menu a.a-support {
	color: #fff;
	background: #A50000;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 25px;
	background:#A50000 url(../images/bg_support.gif) no-repeat center left;
}
#menu a.a-support:hover {
	color: #EB9E02;
	background: url(../images/bg_support.gif) no-repeat center left;
}
#menu a.a-contact {
	color: #fff;
	background: #A50000;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 25px;
	background:#A50000 url(../images/bg_contact.gif) no-repeat center left;
}
#menu a.a-contact:hover {
	color: #EB9E02;
	background: url(../images/bg_contact.gif) no-repeat center left;
}

#sidebar {
	float: left;
	width: 168px;
	padding: 0;
	margin: 0;
}
#sidebar h3 {
	background:url(../images/bg_h3.gif) no-repeat left;
	height: 23px;
	margin-top: 1px;
	font-size: 12px;
	padding-top: 2px;
	padding-left: 26px;
	color: #fff;
}
#sidebar h3.login {
	background:url(../images/bg_login.gif) no-repeat left;
	height: 20px;
	margin-top: 1px;
	font-size: 12px;
	padding-top: 4px;
	padding-left: 15px;
	color: #8C0000;
}
#sidebar h3.login-footer {
	background:url(../images/bg_login_footer.gif) no-repeat top;
	height: 10px;
}
#sidebar .login-form {
	background: #F3BC13 url(../images/bg_login_middle.gif) repeat-y top;
	padding: 0 5px 0 5px;
	margin: -2px 0;
	font-size: 10px;
	color: #8C0000;
	text-align: right;
}
#sidebar input {
	margin-top: 2px;
	font-size: 11px;
}
#sidebar a {
	color: #8C0000;
}
#sidebar a:hover {
	color: #f00;
}
#sidebar ul {
	list-style: none;
}
#sidebar ul li {
	background: url(../images/bg_cat.gif) no-repeat center left;
	height: 23px;
	padding-left: 35px;
	padding-top: 2px;
	color: #fff;
	font-weight: bold;
}
#sidebar ul li a {
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#sidebar ul li a:hover {
	color: #EB9E02;
}


#content {
	float: right;
	width: 612px;
	padding: 0;
	margin: 0;
}
#content-left {
	float: left;
	width: 450px;
}
#content-left h3 {
	margin-top: 5px;
	background:url(../images/bg_aboutus_title.jpg) left no-repeat;
	height: 23px;
	padding-top: 7px;
	padding-left: 40px;
	font-size: 12px;
	color: #f00;
	text-transform:uppercase;
}
#content-left h3.product-title {
	margin-top: 5px;
	background:url(../images/bg_product_title.jpg) left no-repeat;
	height: 23px;
	padding-top: 7px;
	padding-left: 40px;
	font-size: 12px;
	color: #f00;
	text-transform:uppercase;
}
#content-left .box {
	margin:10px 15px 10px 15px;
	width: 420px;
	padding:0;
	font-size: 12px;
	text-align: justify;
}
#content-left .box input {
	margin-top: 2px;
}
#content-left .box .images {
	width:140px;
	height:80px;
	border: 7px #E7DFDE solid;
	margin-right: 5px;
	float:left;
	background:#E7E7DE;
}
#content-left .pro-title {
	color: #0061FF;
	font-weight: bold;
}
#content-left a.pro-title {
	color: #0061FF;
	text-decoration:none;
	font-weight: bold;
}
#content-left a.pro-title:hover {
	color: #f00;
}
#content-left a {
	font-size: 11px;
	font-weight: bold;
	color: #f00;
	text-decoration: none;
}
#content-left a:hover {
	text-decoration: underline;
}
#content-left .clip {
	padding-left: 15px;
	padding-top: 10px;
}
#content-right {
	float: right;
	width: 162px;
	text-align: center;
}
#content-right h3 {
	margin-top: 5px;
	height: 23px;
	font-size: 12px;
	color: #f00;
	text-transform:uppercase;
}

#footer {
	clear: both;
	height: 90px;
	background: #E3E3E3;
	text-align: center;
	font: normal 11px/16px tahoma;
}
#footer div {
	padding-top: 10px;
}

/* begin formcontact */
.textForm{
		border:1px solid #91BFF1;
		padding: 2px;
}
.textForm_Hover {
		border: 1px solid #5A9B20;
		padding: 2px;
		background-color:#E3FECB;
}
.textContent{
		border:1px solid #91BFF1;
		padding: 2px;
}
.textContent_Hover{
		border: 1px solid #5A9B20;
		padding: 2px;
}
.buttonForm{
		border: 1px solid #5A9B20;
}
.error{
		font-family: tahoma;
		font-size: 11px;
		color: #FF0000;
		padding-top: 10px;
		padding-bottom: 10px;
}
.formText{
		font-family: tahoma;
		font-size: 11px;
		background-color: #FEFDFE;
}
.hidden{
		display: none;
}
.display{
}
/* end formcontact */

.intro_logo {
	height:61px;
	background: url(../images/bottom_logo.gif) repeat-x;
}
.intro_copy {
	background: #D8D8D8;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.marque_contact {
	background-color:#DEE7E7;
	font-family:tahoma;
	font-size:11px;
	text-align:justify;
	padding-left:5px;
	padding-right:5px;
}
