@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;}

body {
	background:#327096 url(../img/img-home/bg_body.gif) repeat-x;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;	
	}
.clr {
	visibility:hidden;
	clear:both;
	height:1px;
	font-size:1px;
	overflow:hidden;}
#wrapper {
	width:960px;
	margin:0 auto;}

a img {
	border:none;}
	
#header {
	height:121px;
	background:url(../img/img-home/header_bg.gif) no-repeat;
	}
.container {
	padding-top:12px;}
.top-cont {
	background:url(../img/img-home/top_cont.png) no-repeat;
	height:25px;}
.bot-cont {
	background:url(../img/img-home/bottom_cont.png) no-repeat;
	height:25px;}
.content {
	background:url(../img/img-home/cent_cont.png) repeat-y;
	padding:0 32px;}
.content .left {
	width:560px;
	float:left;
	background:#9F6}	
.content .left .video {
	background:#fff;
	height:420px;
	width:560px;
	overflow:hidden;
	text-align:center;}	
	
	
.content .right {
	float:right;
	width:318px;
	}	
	
.content .right .form {
	width:318px;
	height:415px;
	}	
.rlnotop {
	padding-top:12px;
	}
.form-holder {
	height:107px;
	overflow:hidden;
	background:url(../img/img-home/form_holder.gif) no-repeat;
	}
h2.heading {
	height:45px;
	display:block;
	margin:0;
	padding:0;
	background:url(../img/img-home/heading.gif) no-repeat;	
	}	
.form-holder .marg {
	padding:0;
	margin:32px auto 0  auto;
	text-align:center;
	width:286px;
	}
.form-holder input.field {
	height:27px;
	width:177px;
	background: url(../img/img-home/input.gif) no-repeat;
	border:none;
	padding:5px 10px;
	display:block;
	font-size:12px;
	font-weight:bold;
	float:left;
	margin-top:4px;
	}
a.button {
	background: url(../img/img-home/submit.gif) no-repeat top left;
	height:46px;
	width:78px;
	overflow:hidden;
	display:block;
	float:right;
	
	}	
a.button:hover {
	background-position:bottom left;}	

#footer {
	padding:8px 12px 40px 12px;}

	
#footer p {
	padding:0 20px;
	font-size:11px;
	margin:0;
	color:#fff;}
#footer p.copyright {
	float:left;}
#footer p.other {
	float:right;}
#footer p.other a {
	margin-left:12px;}
#footer a {
	color:#fff;
	text-decoration:none;}
#footer a:hover {
	color:#ffd743;
	}
	
	
	
	
	
#pics img {
position:absolute;
display: none;
}
 
#pics {
width:318px;
height:263px;
overflow:hidden;
background:url(../img/img-home/bg_slider.gif) no-repeat;
}
.jqModal {
	cursor:pointer;}	
.noimg {
	height:150px;}
	
	
	
	
.jqmWindow {
    display: none;
    position: fixed;
    top: 8%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
   
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}	
	
	/*created by s.a*/
	
.jqmWindow_one, .jqmWindow_two {
    display: none;    
    position: fixed;
    top: 17%;
    left: 50%;    
    margin-left: -370px;
    width: 700px;    
    background-color: #327096;
    color: #333;
    padding: 20px;
	border-radius:12px;
	border-radius:12px;
	-moz-border-radius: 12px; 
	-moz-border-radius: 12px;
	text-align:left;
}
.jqmWindow_one p {
	margin:5px 0 20px 0;}
.jqmWindow_one .text-h {
	height:320px;
	margin:0;
	padding:10px;
	overflow:auto;
	color:#fff;
	background:#327096;
	border-radius:8px;	-moz-border-radius:8px;
	}
	
	
.form-modal {
	color:#fff;
}
.form-modal label{
	font-size:14px;}

.jqmOverlay { background-color: #000000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow, * html .jqmWindow_one, * html .jqmWindow_two  {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
.jqmClose {
	float:right;
	margin:0 0 10px 0;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;}
	
a.jqmClose:hover	{
		color:#ffda44;}
