
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #383738;
}
body {
	background:url(../images/back.jpg) top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:justify;
}

.red{
	color:#F00;
}
.main{
	width:980px;
	margin:0 auto;
}
.header{
	height:130px;
}
.logo{
	float:left;
	margin-top:25px;
}

.menu{
	height:61px;
	background:url(../images/menu_back.jpg) repeat-x;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.menu_item{
	line-height:61px;
	font-size:16px;
	padding:0 30px;
	border-right:1px solid #5d5c5d;
	float:left;
	text-transform:uppercase;
}
.menu_item a{
	color:#fff;
	text-decoration:none;
}
.menu_item a:hover{
	color:#CCC;
	text-decoration:none;
}

.topmenu_container{
	float:right;
	margin-right:10px;
}

#topmenu{
	float:right;
	height:40px;
	color:#fff;
	text-align:center;
	width:150px;
	-moz-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	margin-top: 84px;
    margin-left: 2px;
	padding-top:5px;
	cursor:pointer;
}

.t1{
	background:url(../images/topback1.jpg);
}
.t2{
	background:url(../images/topback2.jpg);
}
.t3{
	background:url(../images/topback3.jpg);
}

.logo_esp{
	position:absolute;
	margin-left:760px;	
	margin-top: 10px;
}
.headline{
	margin-top:23px;
	margin-bottom:23px;
}
.headline_image{
	width:666px;
	height:500px;
	-moz-border-radius: 10px 0 0 10px;
	-khtml-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}
.headeline_text{
	-moz-border-radius: 0 10px 10px 0;
	-khtml-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	background:#2e2c2a;
	color:#fff;
	width:100%;
	height:500px;
}
.internal_head_text{
	padding:30px;
}
.internal_head_text h1{
	font-size:25px;
	text-transform:uppercase;
}

.main_products{
	background:#393939;
	padding:20px;
	-moz-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.mp_image{
	width:290px;
	height:130px;
	margin:0 auto;
	-moz-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.mp_title{
	background:#2f2f2f;
	color:#fff;
	padding:15px;
	width:260px;
	margin:0 auto;
}

.content{
	background:#f5f5f5;
	padding:30px;
}
.welcome_title{
	background:url(../images/welcome_back.jpg) repeat-x;
	height:47px;
	line-height:47px;
	font-size:25px;
	text-transform:uppercase;
	padding-left:20px;
	-moz-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.welcome_subtitle{
	background:#383738;
	height:47px;
	line-height:47px;
	font-size:25px;
	text-transform:uppercase;
	padding-left:20px;
	-moz-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	width:220px;
	float:right;
	color:#fff;
}

.product_item{
	width:200px;
	padding:5px;
	border-bottom:1px solid #dad9da;
	float:right;
	padding-left: 15px;
	text-align:left;
	cursor:pointer;
}
.product_item_scroller{
	width:240px;
	float:right;
	overflow-y:scroll;
	height:250px;
}

.home_text{
	padding:20px;
}

.footer{
	background:#262626;
	padding:20px;
	-moz-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	color:#fff;
	font-size:20px;
}
.footer td{
	color:#fff;
}

.single_content{
	background:#f5f5f5;
	padding:30px;
	margin-top:20px;
	-moz-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.product_field{
	border-bottom:1px solid #CCC;
	text-align:left;
}
