@import "reset.css";
body {
	background:#034569;
	color:#333;
	font:62.5% 'Trebuchet MS', Helvetica, sans-serif;
	margin:10px 0 70px;
}
.container {
	background:#7ed1fe;
	min-width:980px;
	margin:0 auto;
	width:80%;
}
/* HEADER *****************/
#header {
	background:url(../i/bg.png) repeat-x;
	border-top:5px solid #64aad0;
	border-bottom:4px solid #034569;
	color:#fff;
	height:225px;
	position:relative;
}
	#header .logo {
		height:120px;
		line-height:1.2;
		padding:36px 0 0 152px;
		text-transform:uppercase;
		position:relative;
		width:220px;
		font-size:1.5em; 
		font-weight:normal;
	}
		#header .logo span,
		#header .logo a {
			background:url(../i/logo.png) no-repeat;
			color:#fff;
			font:1.6em Arial, Helvetica, sans-serif;
			height:30px;
			padding-top:79px;
			position:absolute; top:34px; left:28px;
			text-align:center;
			text-decoration:none;
			text-transform:lowercase;
			width:100px;
		}
		#header .logo em {
			color:#b4e5ff;
			font-style:normal;
		}
	#header .mainlinks {
		overflow:hidden;
		padding:23px 0 0 31px;
		width:90px;
	}
		#header .mainlinks li {
			background:url(../i/ico.gif) no-repeat;
			display:inline;
			float:left;
			height:11px;
			margin-left:14px;
			overflow:hidden;
			padding:0;
			width:11px;
		}
		#header .mainlinks a {
			float:left;
			height:11px;
			width:11px;
		}
		#header .mainlinks .email {
			background-position:0 -11px;
			width:15px;
		}
		#header .mainlinks .sitemap {background-position:0 -22px;}
	#header .phone {position:absolute; top:132px; left:153px;}
		#header .phone dt {font-size:1.4em;}
		#header .phone dd {
			color:#034569;
			font-size:2em;
		}
	#header .decor {position:absolute; top:18px; right:14px;}
		#header .decor img {
			height:190px;
			margin-left:10px;
			width:190px;
		}
/* CONTENT ****************/
#wrapper {
	background:#fff url(../i/main_bg.gif) repeat-y;
	overflow:hidden;
	width:100%;
}
	#content {
		margin-left:170px;
		padding:25px 21px 40px 29px;
	}
	
	#content h1 {
		color:#66accd;
		margin-bottom: 20px;
	}
	
	#content li {font-size:1.4em;}
	#content li li {font-size:1em;}
	
		#content h3,
		#content h4 {
			color:#66accd;
			margin-bottom:3px;
		}
		#content h3 {text-transform:uppercase;}
		#content p {
			font-size:1.4em;
			line-height:1.2;
			margin: 15px 0;
		}
		#content .products {
			overflow:hidden;
			padding:18px 0 26px;
		}
			#content .products ul {
				clear:right;
				float:left;
				width:50%;
			}
				#content .products li {
					overflow:hidden;
					padding:0 0 19px 0;
				}
					#content .products li img {
						border:5px solid #66accd;
						float:left;
						margin-right:11px;
					}
					#content .products li p {
						font-size:0.85em;
						padding:14px 25px 10px 0;
					}
						#content .products li p a {font-size:1.2em;}
		#content .txt {
			overflow:hidden;
			width:100%;
		}
		#content .txt .add img {
			float:right;
			margin-left:10px;
			width:172px;
		}
		
		#content  p.first {
			margin: 0;
		}
		#content  p.small {
			font-size:1.2em;
			margin: 10px 0 0 0!important;
		}

/* SIDEBAR ****************/
#sidebar {
	border-top:9px solid #64aad0;
	background:#7ed1fe;
	color:#034569;
	float:left;
	padding:16px 11px 16px 0;
	width:159px;
}
	#sidebar .nav {
		color:#fff;
		font-size:1.6em;
	}
		#sidebar .nav li {padding-left:10px;}
		#sidebar .nav div  {padding:9px 0 8px 9px;}
		#sidebar .nav li.selected {background-color:#64aad0;}
		#sidebar .nav li.selected a {color:#fff;}
 		#sidebar .nav li div.selected {background-color:#64aad0;}
		#sidebar .nav li div.selected a {color:#fff;}

			#sidebar .nav a {
				color:#034569;
				text-decoration:none;
			}
			#sidebar .nav a:hover {text-decoration:underline;}
			#sidebar .nav li ul {
				font-size:.8em;
				/* margin-left:-20px; */
				padding-top:6px;
			}
				#sidebar .nav li ul li {
					margin-bottom:-3px;
					padding:5px 0 4px 30px;
				}
				#sidebar .nav li ul li.selected {background-color:#64aad0;}
/* FOOTER *****************/
#footer {
	background:url(../i/bg.png) 0 -233px repeat-x;
	border-top:5px solid #034569;
	color:#fff;
	height:77px;
	position:relative;
	width:100%;
}
	#footer .copyright {
		font-size:1.2em;
		position:absolute; top:14px; left:17px;
	}
	
	#footer .copyright a {
		color: white;
		text-decoration:none;
	}
