*:focus {outline:none; }

body {
	margin:0;
	padding:0;
	color:#333;
	background:#2F3B3D url(../img/body-bg.gif) repeat;
	font-family:Arial, Helvetica, sans-serif;
}

body,
table {font-size:100.01%; }

table {border-collapse:collapse; }

img {border:0; }

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#FF5D13;
} 
h1 {font-size:2em; margin:5px 0 15px 0; font-weight:bold; text-transform:uppercase; }
h2 {font-size:2em; margin:5px 0 15px 0; font-weight:bold; }
h3 {font-size:1.5em; margin:0 0 10px 0; font-weight:bold; }
h4 {font-size:1em; margin:1em 0 0 0; font-weight:bold; text-transform:uppercase; }
h5 {font-size:1em; }
h6 {font-size:1em; }

p {margin:0 0 1em 0; }
p.title {font-style:italic; font-size:1.17em; }
p img {float:left; padding:3px 15px 10px 0; }

#content ul, ol {
	margin:1em 0 2em 22px;
	padding:0;
}
#content ul {
	margin-left:0;
	list-style:none;
	line-height:1.75em;
}
#content ul li {
	padding-left:15px;
	background:url(../img/ico-li-content.gif) 6px 0.75em no-repeat;
}
#content ol {
	line-height:1.75em;
}
#content ol li {
	padding:0;
	margin:0;
}

a {color:#000; text-decoration:underline; }
a:hover {text-decoration:none; }
#content a {color:#390; }
#content h1 a,
#content h2 a,
#content h3 a,
#content h4 a,
#content h5 a,
h6 a {color:#FF5D13; }
/*#content a:visited {color:#FF5D13; }*/


table.data {
	width:100%;
	margin-bottom:1em;
	background:#EFF0F1;
	color:#000;
}
table.data th,
table.data td {
	border:1px solid #fff; 
	padding:5px 10px;
}
table.data th {text-align:left; font-weight:normal; }
table.data td {text-align:center; }
table.data thead td,
table.data thead th {
	padding:5px 10px;
	background:#390; 
	color:#fff;
}

table.placement td,
table.placement th {
	background:#E2E4E5;
	border:1px solid #fff;
}
table.placement th {
	font-weight:normal;
	text-align:left;
	padding:2px 20px 2px 2px;
}
table.placement td {
	padding:2px 10px;
}

table.products th {width:150px; }
table.products h4 {margin:0; }

span.star {color:#FF5D13; }

.color {color:#390; }
.relative {position:relative; }
.container {overflow:hidden; }
* html .container {zoom:1; }

#main {
	position:relative;
	width:900px;
	margin:0 auto;
	font-size:0.75em;
	padding-top:13px;
}
#header {
	position:relative;
	height:93px;
	background:#F8F8F8 url(../img/header-bg.jpg) no-repeat;
	margin-bottom:1px;
}

#logo {
	position:absolute;
	top:26px;
	left:29px;
}

#service-menu {
	position:absolute;
	top:27px;
	left:605px;
	width:280px;
	height:40px;
	line-height:40px;
	font-size:12px;
	background:url(../img/service-menu-bg.jpg) no-repeat;
	overflow:hidden;
	white-space:nowrap;
}
#service-menu a,
#service-menu span {margin-left:27px; }

#menu {
	position:relative;
	width:900px;
	height:50px;
	padding:0;
	margin:0 0 1px 0;
	background:#FF6D1D;
	list-style:none;
}
#menu li {
	float:left;
	margin:0;
	padding:0;
	height:50px;
	text-indent:-9999px;
}
#menu a {
	display:block;
	height:50px;
	background:url(../img/menu-bg.gif) no-repeat;
}
#menu .active span {
	display:block;
	height:50px;
	background:url(../img/menu-bg.gif) no-repeat;
}
#m-about a {width:224px; background-position:0 0; }
#m-products a {width:248px; background-position:-224px 0; }
#m-clients a {width:202px; background-position:-472px 0; }
#m-contacts a {width:226px; background-position:-674px 0; }
#m-about.active span, #m-about a:hover {width:224px; background-position:0 -50px; }
#m-products.active span, #m-products a:hover {width:248px; background-position:-224px -50px; }
#m-clients.active span, #m-clients a:hover {width:202px; background-position:-472px -50px; }
#m-contacts.active span, #m-contacts a:hover {width:226px; background-position:-674px -50px; }
	

#flash {
	height:317px;
/*	background:url(../img/flash-bg.jpg) no-repeat;*/
	margin-bottom:1px;
}

#content {
	background:#fff url(../img/content-bg-top.gif) top no-repeat;
	margin-bottom:1px;
}
#content-bg {
	background:url(../img/content-bg-bottom.gif) bottom no-repeat;
	padding:16px 0 0 15px;
}

	#primary {
		position:relative;
		float:left;
		width:583px;
		background:url(../img/primary-border.gif) right repeat-y;
		margin-right:7px;
	}
	#primary-bg {
		background:url(../img/primary-bg.jpg) 0 0 no-repeat;
		min-height:300px;
		padding:23px 30px 40px 20px;
	}
	* html #primary-bg {height:300px; }
	
	#statusbar {
		color:#FF5D13;
		margin-bottom:5px;
	}
	#statusbar a {
		color:#FF5D13;
	}
	
	#news .title {color:#390; }
	#news .pages a,
	#news .pages span {
		margin-right:6px;
	}
	#news .pages span {
		color:#FF5D13;
		font-weight:bold;
	}
	#feedback-form table {margin-bottom:7px; }
	#feedback-form td {
		padding-bottom:5px;
	}
	#feedback-form .text {
		width:248px;
	}
	#feedback-form #i-name {
		width:518px;
	}
	#feedback-form #i-phone {
		margin-right:15px;
	}
	#feedback-form textarea {
		width:518px;
		height:120px;
		overflow:auto;
	}

	#secondary {
		position:relative;
		float:left;
		width:229px;
		background:url(../img/secondary-bg.jpg) top no-repeat;
		min-height:300px;
		padding:23px 26px 40px 25px;
	}
	* html #secondary {height:300px; }

		#submenu {
			position:relative;
			width:229px;
			background:#390 url(../img/submenu-bg-top.gif) top no-repeat;
			margin-bottom:30px;
		}
		#submenu-bg {
			background:url(../img/submenu-bg-bottom.gif) bottom no-repeat;
			min-height:100px;
			padding:20px 12px;
		}
		* html #submenu-bg {height:100px; }
		#submenu a {color:#fff; }
		#content #submenu ul {margin:0; line-height:normal; }
		#content #submenu li {
			background:url(../img/submenu-li-bg.gif) 6px 0.5em no-repeat;
			margin-bottom:8px;
		}
		#content #submenu li.active {
			background:#fff url(../img/submenu-li-active-bg.gif) 1px 0 no-repeat;
			color:#FF5D13;
		}

		#content #submenu li.active a {
			color:#FF5D13;
		}


#footer {
	position:relative;
	height:120px;
	background:#232323 url(../img/footer-bg.jpg) no-repeat;
	color:#fff;
}
#footer a {color:#fff; }

	#f-banner {
		position:absolute;
		top:21px;
		left:0;
		width:302px;
		text-align:center;
	}
	
	#f-links {
		position:absolute;
		top:25px;
		left:345px;
		font-size:0.83em;
		line-height:1.6em;
	}
	#f-links ul {
		position:absolute;
		top:0;
		list-style:none;
		margin:0;
		padding:0;
	}
	#f-1-col {
		left:0;
		width:200px;
	}
	#f-2-col {
		left:222px;
		width:150px;
	}
	#f-3-col {
		left:385px;
		width:150px;
	}

#copy {
	position:relative;
	height:40px;
	color:#ccc;
	font-size:0.83em;
}
#copy a {color:#ccc; }
#om {
	position:absolute;
	top:13px;
	left:15px;
	white-space:nowrap;
}
#i-partner {
	position:absolute;
	top:13px;
	right:15px;
	text-align:right;
	white-space:nowrap;
}
