/*---------------------------------------*/
/*--[ CSS MBM 2006, copyright Robarov ]--*/
/*---------------------------------------*/

* {
	font-size:100%;
	margin:0;
	padding:0;
	}

body {
	background: #484848 url(../i/layout/bg-body.jpg) 0 0 no-repeat;
	color: #525252;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.4em;
	text-align: center; 
	}

#container {
	background: #fff;
	width: 780px;
	margin: 10px auto 0 auto;
	text-align: center;
	position: relative;
	}
#content {
	background: #fff;
	width: 760px;
	margin: 0 auto;
	text-align: left;
	overflow: auto;
	}
		
/*--[ common ]----------------------------------------------------------------*/
h1, h2, h3, h4 { 
	line-height: 1em;
	}
h1 {
	font-size: 2.4em;
	letter-spacing: -0.8pt;
	color: #333;
	margin-bottom: 0.6em;
	}	
	
h2 {
	margin-bottom: 0.3em;
	font-size: 1.6em;
	color: #d7162f;
	}
h3 {
	margin-bottom: 0.2em;
	font-size: 1.2em;
	font-weight: bold;
	color: #464646;
	}
	#content h3 {
		clear: both;
	}
h4 {
	margin: 0 20px 4px;
	font-size: 1.0em;
	color: #8c8c8c;
	}
	h4 span {
		color: #e1181f;
	}	
p { 
	margin-bottom: 1em;
	}
address {
	font-style: normal;
	margin-bottom: 1em;
	}

ol {
	margin: 0 0 1em 1em; 
	}
	
 ul {
	margin-bottom: 1em;
	}
	ul li{
		background: url(../i/layout/bullet.gif) 0 0.4em no-repeat;
		list-style-type: none;
		padding:0 0 0 16px;
		}

a {
	color: #d7162f;
	}
	a:hover {
		color: #ab1024;
		text-decoration: none;
		}
img { 
	border: none;
	}
.alignleft {
	margin: 0 15px 5px 20px;
	float: left;
	}
.alignright {
	margin: 0 20px 5px 15px;
	float: right;
	}
.left: {float: left;}	
.right {float: right;}
	
.highlight { /* highlight important text */
	background: #FFC;
	}
.clear { /* clear floated divs */
	clear: both;
	}
.hide, #header h3 { /* hides text from broswer */
	position:absolute;
	left:-9999px;
	width:0px;
	overflow:hidden;
	}
.info {
	padding:10px 20px;
	background: #f8f3eb;
	border: 1px solid #ddd1bd;
	color: #88736d;
	}
.special {
	padding: 10px;
	background: #eee;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	}
	.special p {margin: 0px;font-size: 1.2em;}

/*--[ header ]----------------------------------------------------------------*/
#header {
	background: #fff url(../i/layout/bg-slogan.gif) bottom right no-repeat;
	position: relative;
	height: 166px;
	width: 760px;
	margin: 0 auto;
}
	#header h2 {
		position: absolute;
		top: 46px;
		left: 0px;
		background: transparent url(../i/layout/logo.gif) 0 0 no-repeat;
		width: 260px;
		height: 120px;
		margin: 0px;
		}
	#header h2 a {
		background: transparent url(../i/layout/logo.gif) 0 0 no-repeat;
		text-indent: -9000em;
		overflow: hidden;
		width: 260px;
		height: 120px;
		display: block;
		text-decoration: none;
		float:left;
	}
	
/*--[ nav ]----------------------------------------------------------------*/
#nav {
	position: absolute;
	top: 10px;
	left: 0px;
	background: #3c3c3c url(../i/layout/bg-nav.jpg) 0 0 repeat-x;
	height: 36px;
	width: 760px;
	text-align: center;
	margin: 0px;
	line-height: 36px;
	}
#nav li {
	background: #3c3c3c url(../i/layout/bg-nav.jpg) 0 0 repeat-x;
	float: left;
	padding: 0px;
	text-transform: uppercase;
	}
#nav a {
	color: #eee;
	padding: 0 10px;
	height: 36px;
	font-weight: bold;
	font-size: 0.9em;
	display: block;
	float: left;
	text-decoration: none;
	}
#nav a:hover, #nav .active a {
	background: #3c3c3c url(../i/layout/bg-nav.jpg) bottom center repeat-x;
	color: #fff;
	}

/*--[ homepage ]----------------------------------------------------------------*/
#intro {
	width: 520px;
	float: left;
	}
#contact {
	background: #939393;
	color: #fff;
	width: 180px;
	padding: 20px 20px 5px 20px; 
	position: absolute;
	right: 10px;
	top: 102px;
	clear: both;
	z-index: 20;	
	}
#contact h2 {
	padding-bottom: 0.7em;
	border-bottom: 1px solid #aaa;
	color: #fff;
	}
#contact a {color: #fff;}
#contact a:hover {}
.box {
	background: #fff url(../i/layout/bg-box.jpg) bottom left no-repeat;
	width: 160px;
	height: 210px;
	float: left;
	display: inline;
	margin-bottom: 20px;
	}

.box p {
	background: url(../i/layout/arrow.gif) 0 0.6em no-repeat;
	padding-left: 16px;
	margin-left: 20px;
	}
.box a {color: #fff;}	
.b2 {margin: 0 15px 20px 15px;}
/*--[ contact ]----------------------------------------------------------------*/

form {margin-bottom: 1em;}
label {
	font-weight: bold;
	cursor: pointer;
	}	
form div {margin-bottom: 0.6em;}
.input {width: 220px;}
.textarea{width: 500px;}
.float {
	float: left;
	display: inline;
}
.mail {margin-left: 55px;}
.input span, .textarea span {
	display: block;
	width: 220px;
	background: #F3F3F3;
	padding: 4px;
}
.textarea span {width: 500px;}
.error, .input .error, .textarea .error {
	color: #c00;
	width: auto;
	display: inline;
	padding: 0px;
	background: transparent;
	}
input, textarea {
	font-family: "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 4px;
	background: #fff;
	border: 1px solid #A7A7A7;
	width: 210px;
	}
fieldset {border: 0px;}

textarea {
	overflow: auto;
	height: 85px;
	width: 490px;
}
html>body textarea {margin-bottom: -2px;}

.submit input {
	background: #2c85c6 url(../i/layout/bg-button.gif) 0 0 no-repeat;
	width: 104px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: right;
	display: inline;
	color: #fff;
	padding: 0px;
	border: 0px;
	cursor: pointer;
	font-size: 1em;
	margin: 0 10px 0 20px;
	}

form p {
	color: #666;
	margin: 0px;
	line-height: 30px; 
	text-align: right;
}

#attention, #success {
	background: #F5DC63;
	border: 1px solid #D29C34;
	margin-bottom: 1em;
	padding: 5px;
}
#success {
	background: #86D958;
	border: 1px solid #229322;
}
#attention div, #success div {
	background: #fff url(../i/layout/icon-attention.gif) 10px 10px no-repeat;
	margin: 0px;
	padding: 15px 20px 10px 60px;
}
#success div {
	background: #fff url(../i/layout/icon-success.gif) 10px 10px no-repeat;
}

/*--[ images ]----------------------------------------------------------------*/
.images {
	clear: both;
	float: left;
	}	
.images li {
	background: #fff;
	float: left;
	display: inline;
	margin: 2px;
	padding: 0px;
	}
	.images li a {display: block;}
	.images li a:hover {background: #fff;}
	
	.images li a img {
		padding: 2px;
		border: 1px solid #ddd;
	}
	.images li a:hover img {
		border: 1px solid #d7162f;
	}

.specs {
	float: right;
	margin: 20px 0 20px 20px;
	padding: 20px;
	background: #efefef;
	border: 1px solid #ddd;
	}
	
/*--[ footer ]----------------------------------------------------------------*/
#footer {
	clear: both;
	background: #ededed;
	color: #6f6f6f;
	font-size: 0.9em;
	text-align: center;
	margin: 20px 0 0 0;
	padding: 10px 0;
	}

