/* 
	© fmv Group
	
*/

html, body{	
	padding:0; 
	margin:0; 
}

body{
	font-family:tahoma, arial; 
	font-size:12px; 
	color:#434a57; 
	background:url(../images/bg.png) repeat-x center top ;
	
}

/* wrapper  */

#wrap{
	width:738px;
	padding-bottom:50px;
	margin:0px auto 0px auto;
	position:relative;
}

p{ line-height:20px; margin-bottom:20px; }	

p.clear{
	clear:both;
}


/* header */

div#head{
	padding-top:16px;
	background:url(../images/shape.png) no-repeat top right;
	float:left;
}

a#logo{
	background:url(../images/logo.png) no-repeat;
	float:left;
	width:200px;
	height:61px;
	margin-bottom:20px;
	margin-top:10px;
}

div#ad{
	float:right;
	margin-top:10px;
	margin-right:25px;
}

a#skype{
	float:right;
	width:66px;
	height:30px;
	background:url(../images/skype.png) no-repeat top left;
	margin-top:24px;
	margin-right:60px;
}

/* main menu */
#main_menu{
	float:left;
	width:100%;
	position:relative;
}

span#main_left{
	float:left;
	width:24px;
	height:40px;
	background:url(../images/sides_menu.png) no-repeat #FFF top left;
}

#main_menu ul{
	background:url(../images/background_menu.png) repeat-x #FFF;
	height:33px;
	padding-top:6px;
	float:left;
	width:690px;
}

#main_menu ul li{
	float:left;
	margin-left:5px;
	padding-left:7px;
	margin-left:2px;
	margin-top:2px;
	background:url(../images/main_divider.png) no-repeat center left;
}

#main_menu ul li:first-child{
	background:0;
}


#main_menu ul li a{
	font-family:"myriad pro", arial;
	text-decoration:none;
	color:#FFF;
	font-size:16px;
	float:left;
	position:relative;
	z-index:10;
	cursor:pointer;
}

#main_menu ul li a span{

	padding:2px 13px 6px 0px;
	float:left;
	margin-left:5px;
	
}

#main_menu ul li#current_page a{
	background:url(../images/menu.png) no-repeat  0px -22px;
	color:#FFF;
	padding-left:8px;
}
#main_menu ul li#current_page a span{
	background:url(../images/menu.png) no-repeat top right;
}

#main_menu ul li a:hover{
	color:#075472;
}


span#slider{
	position:absolute;
	background:url(../images/menu.png) no-repeat 0px -87px;
	height:29px;
	top:8px;
	left:24px;
	z-index:1;
}

span#slider span{
	height:29px;
	width:5px;
	float:left;
	margin-left:5px;
	background:url(../images/menu.png) no-repeat right -58px;
}


span#languages{
	width:73px;
	height:21px;
	padding-top:6px;
	text-align:center;
	padding-left:10px;
	position:absolute;
	right:0px;
	top:5px;
}

span#languages img{
	float:left;
	margin-right:2px;
}



span#main_right{
	float:left;
	width:24px;
	height:40px;
	background:url(../images/sides_menu.png) no-repeat #FFF top right;
}



/* content */

span#gradient{
	float:left;
	width:738px;
	height:37px;
	background:url(../images/gradient.png) 2px 0px;
}

div#content{
	float:left;
	width:535px;
	margin-left:20px;
	background:url(../images/content_bg.png) repeat-y;
	padding:0px 80px 0px 80px;
	position:relative;
	min-height:300px;
}

div#content a{
	color:#0099cc;
	text-decoration:underline;
	padding-left:16px;
	background:url(../images/link.png) no-repeat 0px 5px;
	white-space:nowrap; 
}

div#content a:hover{
	text-decoration:none;
	color:#4f4c4c;
}

div#content ul {
	float:left;
	margin:0;
}
div#content ul li{
	float:left;
	margin-bottom:10px;
	line-height:22px;
	background:url(../images/list.png) left 8px no-repeat;
	padding-left:19px;
	margin-bottom:15px;
	width:540px;
}


div#content h2{
	font-family:arial;
	padding-bottom:10px;
	margin-bottom:10px;
	width:558px;
	font-size:14px;
	font-weight:bold;
	color:#066b8d;
	font-style: italic; 
	border-bottom:1px solid #E4E4E4;
	padding-top:10px;
}

div#content h2:first-child{
	padding-top:0;
}
div#bottom{
	position:absolute;
	width:738px;
	height:26px;
	bottom:-26px;
	left:0px;
	background:url(../images/bottom.png) no-repeat;

}

span#left_hand{
	width:133px;
	height:226px;
	background:url(../images/left_hand.png) no-repeat;
	position:absolute;
	top:30px;
	left:-88px;
}
span#right_hand{
	width:138px;
	height:216px;
	background:url(../images/right_hand.png) no-repeat;
	position:absolute;
	top:30px;
	right:-88px;
}

/* Content elements */

div.alert{
	background:#faeb94;
	border-left:1px solid #f2d533;
	border-right:1px solid #f2d533;
	padding:5px 20px 5px 20px;
	color:#5b5849;
	position:relative;
	float:left;
	width:497px;
	margin:10px 0px 30px 0px;
	clear:both;
	
}


div.alert span.top{
	position:absolute;
	background:url(../images/alert_bg.png) no-repeat top left;
	width:539px;
	height:5px;
	top:-5px;
	left:-1px;
}


div.alert span.bottom{
	position:absolute;
	background:url(../images/alert_bg.png) no-repeat bottom left;
	width:539px;
	height:5px;
	bottom:-5px;
	left:-1px;
}

div.alert span.ico{
	float:left;
	width:25px;
	min-height:30px;
	background:url(../images/alert.png) no-repeat center center;
}


div.alert p{
	float:right;
	width:460px;
	line-height:18px;
	font-size:11px;
	color:#5b5849;
	margin-bottom:5px;
}
/* footer */ 

div#footer{

	float:right;
	text-align:right;
	color:#b0afaf;
	font-style: italic; 
	margin-top:40px;
	padding-right:40px;
	margin-bottom:20px;
	
}

div#footer a{
	color:#b0afaf;
}

div#footer a:hover{
	text-decoration:none;
}

div#disclamer{
	font-size:12px;
	line-height:18px;
	float:left;
	
}

table{
	margin:0px auto 30px auto;

}

table tr{
	border-bottom:1px dotted #c4c2c2;
	
}

table tr:first-child{
	
	font-weight:bold;
}

table td{
	padding:10px 20px 10px 20px;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	border-left:1px dotted #afacac;
}
table tr:first-child td img{
	margin-bottom:0px;
	clear:both;

}

table tr td:first-child{ text-align:left; border:0;  padding-left:0; white-space:normal; }

/* CONTACT form */

div.form_title{
	float:left;
	background:url(../images/form_title.png) no-repeat top right;
	padding-right:2px;
	margin-left:-8px;
	
}

div.form_title span{
	padding-left:10px;
	padding-right:8px;
	background:url(../images/form_title.png) no-repeat bottom left;
	color:#FFF;
	padding-top:10px;
	height:22px;
	float:left;
	font-weight:bold;
	float:left;
}

div.form{
	background:#E8E8E8;
	border:1px solid #C9C9C9;
	float:left;
	width:556px;
	margin-bottom:20px;
	margin-left:-8px;
	margin-right:20px;
}

div.form div.line{
	float:left;
	border-top:1px solid #F5F5F5;
	border-bottom:1px solid #C9C9C9;
	padding:8px 11px;
	width:534px;
}

div.form div.last{
	border-bottom:0;
}

div.form div.line label{
	float:left;
	width:130px;
	margin-right:14px;
	line-height:30px;
	text-align:right;
	font-weight:bold;
}

div.form div.line input[type=text], div.form div.line div.select{
	float:right;
	width:376px;
	background:url(../images/input.png) repeat-x top left #FFF;
	border:1px solid #909090;
	height:18px;
	padding:6px;
}

input.uppercase{
	text-transform:uppercase;
}

div.form div.line input[type=text]:focus{
	font-weight:bold;
}

div.form textarea{
	width:513px;
	background:url(../images/input.png) repeat-x top left #fff;
	border:1px solid #909090;
	margin:10px;
	min-height:50px;
	padding:10px;
	font-family:tahoma, arial; 
	font-size:12px;
}

div.form div.line div.select{
	position:relative;
	cursor:pointer;
}

div.form div.line div.select span{
	width:360px;
	padding-top:3px;
	height:18px;
	float:left;
}

span.drop{
	background:url(../images/drop.png) no-repeat;
	width:15px !important;
	height:9px;
	position:absolute;
	top:11px;
	left:360px;
	float:left;
}

ul.dropPane{
	position:absolute;
	top:30px;
	left:-1px;
	background:#FFF;
	border:1px solid #909090;
	width:388px;
	display:none;
}

ul.dropPane li{
	list-style-image:none !important;
	margin:0 !important;
	padding:6px !important;
	width:376px !important;
	border-top:1px solid #CCC;
	background:0 !important;
}

ul.dropPane li:hover{
	background:#333333 !important;
	color:#FFF !important;
}

ul.dropPane li:first-child{
	border-top:0;
}
div.form div.line  input.middle{
	width:240px;
	float:left;
}
div.form div.line  input.small{
	width:60px;
	margin-right:10px;
	float:left;
	text-align:center;
}

.inhertag{
	float:left;
	padding-top:9px;
	margin-right:6px;
}

#load{

	background:url(../images/load.gif) no-repeat left top;
	float:left;
	width:200px;
	color:#333333;
	padding-left:40px;
	height:32px;
	line-height:32px;
	font-weight:bold;
	display:none;

}

input#next{
	float:right;
	width:80px;
	height:46px;
	background:url(../images/next.png);
	border:none;
}

input#next:active{
	background-position:0px -46px;
}
