@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url('/img/2_03.jpg') repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A5157;
}

h1{
	font-size: 18px;
	font-weight: bold;
	padding:0;
	margin-bottom: 30px;
}

h2{
	font-size: 14px;
	font-weight: bold;
	padding:0;
	margin-bottom: 0px;
}

a{
	color: #db0101;
}

p{
	margin-top: 10px;
	margin-bottom: 10px;
}

address{
	font-style: normal;
}

.error{
	color: #db0101;
	font-weight: bold;
}

a img{
	border: none;
}

div#main{
	width: 1024px;
	margin: auto;
	background-image: url('/img/2_02.jpg');
}

div#header{
	width: 948px;
	height: 385px;
	padding-left: 38px;
	padding-right: 38px;
	background-image: url('/img/2_01.jpg');
}

#topMenu{
	padding: 0;
	margin:0;
	height: 44px;
	width: 100%;
}
#topMenu img{
	width: 26px;
	height: 32px;
}

#topMenu td{
	padding-left:20px;
	margin: 0;
	line-height: 0;
	vertical-align: top;
	
}

#topMenu img{
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
#topMenu td.links{
	text-align: right;
	vertical-align: middle;
}
#topMenu td.links a{
	text-decoration: none;
}
#topMenu td.links a:hover{
	text-decoration: underline;
}

#baner{
	background-image: url('/img/baner.jpg');
	height: 275px;
	width:948px;
}
#baner img{
	width: 455px;
	height: 97px;
}

#menu{
	background-image: url('/img/menu_bkg.gif');
	background-repeat: repeat-x;
	height: 47px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu li{
	width: 150px;
	float:right;
	font-size: 14px;
	font-weight: bold;
	height: 45px;
	text-align: center;
	padding: 0;
	margin: 0;
	background-image: url('/img/active_menu_bkg.gif');
	background-repeat: no-repeat;
	background-position: left;
}

#menu li.active{
	background-image: url('/img/active_menu_bkg.gif');
	background-repeat: repeat-x;
}

#menu a{
	text-decoration: none;
	color: #4A5157;
	display: block;
	height: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#menu li.active a{
	text-decoration: none;
	color: #FFFFFF;
}

#page{
	padding-left: 70px;
	padding-right: 70px;
}
#page ul{
	list-style-image: url("/img/bullet.gif");
	padding-left: 30px;
}

#footer{
	width: 948px;
	height: 16px;
	margin: 10px 38px 0px 38px;
	padding: 5px 0;
	background: url('/img/2_04.jpg') repeat-x;
	background-color:#d90101;
	color: #ffffff;
	text-align:center;
	clear: both;
}

#bottom{
	background-color:#d90101;
	height: 5px;
	min-width: 1024px;
}

#references{
	width:250px;
	float:right;
	padding-left:30px;
	background: url('/img/2_06.jpg') repeat-y;
	margin-right: 38px;
	text-align:right;
}
#references_header{
	height: 53px;
	width:250px;
	padding-left:30px;
	margin-left: -30px;
	padding-top: 10px;
	background: url('/img/2_05.jpg') no-repeat;
	font-weight: bold;
	font-size: 16px;
	text-align:center;
}
#references_footer{
	height: 63px;
	width:280px;
	margin-top: 30px;
	margin-left: -30px;
	background: url('/img/2_07.jpg') no-repeat;
}
#references a{
	margin-right:20px;
	width: 200px;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
#references img{
	width: 220px;
}

div.implementation{
	margin-right:5px;
	clear: both;
	font-size: 11px;
}

div.implementation div.image_link{
	float: left;
	text-align:center;
	width:220px;
}

div.implementation div.description{
	margin-left: 225px;
	padding-bottom: 10px;
}

div.implementation img{
	margin-bottom: 10px;
}

table.contact_form{
	width: 413px;
	background-image: url("/img/2_09.jpg");
	background-repeat: repeat-y;
	margin-bottom: 10px;
}

table.contact_form td{
	padding: 5px 0 0 25px;
}

table.contact_form input, table.contact_form textarea{
	width: 368px;
}

div.implementation{
	background: url('/img/2_11.jpg') repeat-y;
	padding-left:30px;
	padding-right:30px;
}
div.implementation h2{
	background-color: #db0101;
	color: #ffffff;
	padding-left: 10px;
	margin: 0 -23px 20px -24px;
}
div.implementation_bottom{
	height: 17px;
	background: url('/img/2_12.jpg') no-repeat;
	margin-bottom: 20px;
}

div.pager{
	text-align:center; 
}
div.pager span{
	padding: 0px 5px;
	background-color: white;
	border: 2px #DB0101 solid;
	color: #DB0101;
}
div.pager a{
	padding: 0px 5px;
	background-color: #DB0101;
	border: 2px white solid;
	color: white;
	text-decoration: none;
}

.mobile_only{
	display: none;
}

#coverDiv{
	background-color: white;
	opacity: 0.7;
	filter:alpha(opacity=70);
}

#image_container img{
	float:left;
}
