/******************************************************
		GLOBAL CONFIGURATION
*******************************************************/	

* {
  margin: 0px;
  padding: 0px;
}

body {
	font-family:Arial;
	text-align:center;
	font-size:12px;
	color:#000;
	background:#085191 url('images/bg.jpg') center top repeat-x;
}

img, div {
	border:none;
	vertical-align: top;
}

a:link,
a:visited{
	outline:none;
	color:#0c5697;
	font-size:14px;
	}

h3 {
	text-transform:uppercase;
}	
	
h4 {
	text-transform:uppercase;
	color:#525252;
	font-size:12px;
}

a:hover {
	text-decoration:none;
}
	
.clr{
	clear:both;
	text-align:center;
}	
	
/*********************************************
			MAIN
**********************************************/
	
div#main { 
	width:1000px;	
	margin:10px auto 0;
	text-align:left;
	background:url('images/top.jpg') center top no-repeat;
}

/****************************************************
			HEADER
*****************************************************/
	div#main	 div.header {
		clear:both;
		height:335px;
		background:url('images/header.jpg') 0 0 repeat-x;
		overflow:hidden;
	}
	
	div#main	 div.header .logo {
		height:72px;
		padding-left:44px;
		padding-top:16px;
		overflow:hidden;
	}

/****************************************************
			TOPMENU
*****************************************************/		
	
	div#main	 div.header .nav {
		height:33px;
		background:url('images/bg-nav.jpg') 0 0 repeat-x;
		overflow:hidden;
	}
	
	div#main	 div.header .nav ul{
		list-style:none;
		width:870px;
		margin:0 auto;
	}
	
	div#main	 div.header .nav ul li{
		float:left;
	}	
	
	div#main	 div.header .nav ul li.b1 a:link,
	div#main	 div.header .nav ul li.b1 a:visited {
		width:118px;
		height:33px;
		background:url('images/button/b1.gif') no-repeat;
		display:block;
		float:left;
	}
	
	div#main	 div.header .nav ul li.b1 a:hover {
		background:url('images/button/b1.gif') 0 -33px no-repeat;
	}
	
	div#main	 div.header .nav ul li.b2 a:link,
	div#main	 div.header .nav ul li.b2 a:visited {
		width:154px;
		height:33px;
		background:url('images/button/b2.gif') no-repeat;
		display:block;
		float:left;
	}
	
	div#main	 div.header .nav ul li.b2 a:hover {
		background:url('images/button/b2.gif') 0 -33px no-repeat;
	}
	
	div#main	 div.header .nav ul li.b3 a:link,
	div#main	 div.header .nav ul li.b3 a:visited {
		width:125px;
		height:33px;
		background:url('images/button/b3.gif') no-repeat;
		display:block;
		float:left;
	}
	
	div#main	 div.header .nav ul li.b3 a:hover {
		background:url('images/button/b3.gif') 0 -33px no-repeat;
	}
	
	div#main	 div.header .nav ul li.b4 a:link,
	div#main	 div.header .nav ul li.b4 a:visited {
		width:126px;
		height:33px;
		background:url('images/button/b4.gif') no-repeat;
		display:block;
		float:left;
	}
	
	div#main	 div.header .nav ul li.b4 a:hover {
		background:url('images/button/b4.gif') 0 -33px no-repeat;
	}
	
	div#main	 div.header .nav ul li.b5 a:link,
	div#main	 div.header .nav ul li.b5 a:visited {
		width:111px;
		height:33px;
		background:url('images/button/b5.gif') no-repeat;
		display:block;
		float:left;
	}
	
	div#main	 div.header .nav ul li.b5 a:hover {
		background:url('images/button/b5.gif') 0 -33px no-repeat;
	}
	
	div#main	 div.header .nav ul li.b6 a:link,
	div#main	 div.header .nav ul li.b6 a:visited {
		width:113px;
		height:33px;
		background:url('images/button/b6.gif') no-repeat;
		display:block;
		float:left;
	}
	
	div#main	 div.header .nav ul li.b6 a:hover {
		background:url('images/button/b6.gif') 0 -33px no-repeat;
	}
	
	div#main	 div.header .nav ul li.b7 a:link,
	div#main	 div.header .nav ul li.b7 a:visited {
		width:114px;
		height:33px;
		background:url('images/button/b7.gif') no-repeat;
		display:block;
		float:left;
	}
	
	div#main	 div.header .nav ul li.b7 a:hover {
		background:url('images/button/b7.gif') 0 -33px no-repeat;
	}
	
	div#main	 div.header .top {
		height:214px;
		background:url('images/top.gif') center top no-repeat;
		overflow:hidden;
	}
	
	div#main	 div.header .top .info-box {
		width:353px;
		height:180px;
		color:#fff;
		margin:20px 0 0 35px;
	}
	
	div#main	 div.header .top .info-box h1 {
		padding:5px 0; 
		font-size:24px;
	}
	
	div#main	 div.header .top .info-box p {
		padding:10px 0 5px 0;
		line-height:1.5;
	}

	div#main	.button {
		text-align:center;
		padding:10px 5px;
	}
	
	div#main .button  a:link,
	div#main .button  a:visited {
		padding:0 5px 
	}
	
/******************************************************
					LEFT
*******************************************************/	

.left {
	width:342px;
	float:left;
	overflow:hidden;
}

.left h2 {
	text-align:center;
	font-size:20px;
	font-weight:normal;
	margin:0 0 10px 0;
}

.left .about {
	width:257px;
	margin:40px auto 20px;
	font-size:11px;
}

.left .about .text {
	width:210px;
	margin:5px auto;
}

.left .about .link {
	text-align:center;
	margin:10px 0;
}

.left .about .link a:link,
.left .about .link a:visited {
	color:#0c5697;
	font-size:16px;
}

.tt {
	width:258px;
	height:11px;
	background:url('images/tt.gif') 0 0 no-repeat;
	overflow:hidden;
}

.tm {
	width:258px;
	background:url('images/tm.gif') repeat-y;
	overflow:hidden;
}

.tb {
	width:258px;
	background:url('images/tb.gif') center bottom no-repeat;
	overflow:hidden;
	padding:0 0 10px 0;
}

.left .form {
	width:257px;
	margin:20px auto 20px;
	font-size:11px;
	text-align:center;
}

.left .form .input {
	width:217px;
	height:23px;
	margin:0 auto 10px;
	border:1px solid #c0c0c0;
	background:url('images/bg-input.gif') 0 0 no-repeat;
} 

.left .form  .input input{
	width:180px;
	padding:0 0 0 5px;
	margin:3px 0 0 0;
	_margin:3px 0 0 0;
	*margin:3px 0 0 0;
	border:none;
	background:none;
	color:#c0c0c0;
}

.left .form .send {
	width:76px;
	height:24px;
	font-size:11px;
	line-height:0.8;
}

.left .form p {
	padding:5px 0;
}

.left .products {
	width:257px;
	margin:10px auto;
	text-align:center;
	position:relative;
	z-index:10;
}

.left .products h2 {
	margin:0 0 10px 0;
}

.left .products ul {
	list-style:none;
	margin:0 0 10px 0;
}

.left .products ul li{
	padding:5px 0;
}

/******************************************
			CONTENT
*******************************************/
.content {
	background:#fff url('images/content.gif') 0 0 repeat-x;
	overflow:hidden;
} 

/******************************************
			RIGHT
*******************************************/
 
.right {
	width:658px;
	float:right;
	overflow:hidden;
}

.right .pic {
	text-align:center;
}

.right .text {
	width:600px;
	margin-top:30px;
}

.right h1{
	padding:10px 0;
	font-size:20px;
}

.right h3 {
	padding:5px 0;
	font-size:14px;
}

.right ul {
	margin:5px 0;
}

.right .box {
	float:left;
	width:250px;
	height:120px;
	margin:0 20px 0 0;
/*	background:url('images/box1.jpg'); */
}

.right p {
	padding:5px 0;
}

.right ul {
	list-style:none;
}

.right ul li{
	padding:2px 0 2px 20px;
}

.right ul li.r{
	background:url('images/indentr.gif') left center no-repeat;
}

.right ul li.b{
	background:url('images/indentb.gif') left center no-repeat;
}

.right .block {
	margin:15px 0;
}

.right .offers {
	clear:both;
	margin:10px 0 0 0;
	position:relative;
	z-index:10;
}

.right .box-l {
	float:left;
	width:270px;
	text-align:center;
	line-height:1.8;
	margin:10px 0 0 0;
	padding:10px 10px 0 0;
}

.right .box-r {
	float:right;
	width:270px;
	margin:5px 0 0 0;
	text-align:center;
	line-height:1.6;
}

.right .box-r span {
	color:#a6141f;
}

#main .bl {
	position:relative;
	margin-top:-30px;
	height:60px;
	background:url('images/bottom.png') center bottom no-repeat;
	z-index:1;
}

/******************************************
			FOOTER
*******************************************/

.footer {
	clear:both;
	height:60px;
}

.footer p.copy{
	color:#80c7f1;
	text-align:center;
	padding:10px 0;
}

.footer ul {
	width:780px;
	height:20px;
	margin:15px auto;
	list-style:none;
	clear:both;
}

.footer ul li{
	float:left;
}

.footer ul li a:link,
.footer ul li a:visited {
	color:#fff;
	text-decoration:none;
	padding:0 25px;
	font-size:12px;
	border-right:1px solid #a6141f; 
}

.footer ul li.last a:link, 
.footer ul li.last a:visited {border-right:none;}

.footer ul li a:hover {
	text-decoration:underline;;
}
