/* reset */
* {
	outline-style:none;
}
html, body, h1, h2, h3, h4, p, a, ul, ol, li, form, fieldset, input, textarea, label, select, option, map, area, img {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body { height: 100%; }
a {
	text-decoration: none;
	outline: none;
}
h1, h2 { cursor: default; }
/* end of reset */

.hide { display: none !important; }
body {
	color: #ccd2e7;
	background: #0c1739 url(../gfx/bg.png) center top no-repeat ; 
	font-size: 100%;
	font-family: "Lucida Sans Unicode", Arial, Tahoma, Verdana, sans-serif;
}
#main {
	width: 775px;
	margin: 0 auto;
	background: #111c3d;
}
#sidebar {
	float: left;
	width: 198px;
	position: relative;
}
#logo {
	height: 191px;
	background: #111c3d url(../gfx/logo.png) no-repeat;
}
#logo a {
	height: 165px;
	width:  145px;
	display: block;
	position: absolute;
	left: 18px;
	top: 23px;
}
#main-menu {
	padding: 15px 0;
	list-style: none;
	font-size: 1.16em;
}
	#main-menu li {
		width: 180px;
		text-align: center;
		padding: 2px 0;
	}
	#main-menu li a {
		color: #ccd2e7;
	}
		#main-menu li a:hover {
			color: #b7171d;
		}
div.box {
	background: #111c3d url(../gfx/boxTop.png) center top no-repeat;
}
#address {
	text-align: center;
	list-style: none;
	padding: 20px 0;
	color: #818aa5;
}
	#address .red {
		color: #a00b10;
	}
	#address span.big {
		font-size: 1.45em;
	}
#container {
	background: #293351 url(../gfx/containerBg2.png) top no-repeat;
	float: right;
	width: 577px;
	position: relative;
}
#container h2 {
	position: absolute !important;
	right: 15px;
	top: 88px;
	font-size: 1.4em;
	font-weight: lighter;
	
}
#content {
	background: url(../gfx/containerBg.png) bottom no-repeat;
	margin-top: 140px;
	padding: 0 0 30px 0;
	font-size: 0.85em;
}
	#content h3 {
		font-size: 1.2em;
		color: #A2A7C0;
		margin: 5px 0 10px 25px;
	}
	#content p {
		text-indent: 30px;
		padding: 0 9px 3px 9px;
	}
	#content p span {
		padding-left: 30px;
	}
	#content p b{
		color: #fefefe;
	}
	#content .line {
		clear: both;
		margin: 0 47px;
	}
	#content .line .product {
		float:  left;
		margin: 1px;
		width: 158px;
	}
	#content .line .product p{
		text-indent: 0;
		padding: 0;
		color: #b7171d;
	}
	#content ul {
		margin:  15px 40px;
	}
	#content ul li {
		margin: 2px 0;
	}
	#content ul li a {
		color: #ccd2e7;	
	}
	#content ul li a:hover {
		color: #fff;	
		text-decoration: underline;
	}
	#images {
		margin: 10px 30px;
	}
		#images div {
			float: left; 
			margin: 5px;
			min-height:180px;
		    height:auto !important;
		    height:180px;
		}
			#images div img {
				height: 150px;
				border: 1px solid #A2A7C0;
			}

	#contact-form ul{
		list-style: none;
		margin: 0 10px;
	}
	#contact-form ul li {
		width: 100%;
		margin:5px 0;
		overflow:hidden;
	}
	#contact-form ul li label {
		color:#A2A7C0;
		display:block;
		float:left;
		font-size:0.9em;
		font-weight:bold;
		line-height:25px;
		text-align:right;
		width:120px;
	}
	#contact-form ul li input, #contact-form ul li  textarea {
		background-color:#F6F6F6;
		border:1px solid #0C1739;
		color:#0C1739;
		float:left;
		font-family:Arial,Tahoma,Verdana,sans-serif;
		font-size:0.9em;
		height: 20px;
		margin-left:20px;
		padding:4px 0 0 4px;
		width:380px;
	}
#contact-form ul li  textarea {
	height: 220px;
}
#contact-form .submit {
	clear: both;
	margin-left: 380px;
	margin-top: 10px;
	width: 150px;
	padding: 0;
	height: 22px;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 0.8em;
	background: url(../gfx/footerBg.png) no-repeat center top; 
	min-height: 105px;
  	height:auto !important;
  	height: 105px;
  	padding-top: 10px;
}