@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	background: white;
	line-height: 1.5;
	color: black;
	margin: 0;
	padding: 0;
	background: #fff url(images/img_two.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	line-height:1.5;
	}
ol, ul {
	list-style: none;
	}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}

li{
	list-style:none;
	text-decoration:none;
	padding:0px;
	margin:0px;
	}
	
.containter{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:990px;
	height:auto;
	margin-top:100px;
	background-color:#FFFFFF;
	}
	
.containter_inner{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:990px;
	height:auto;
	background-color:#FFFFFF;
	}
	
.content{
	position:relative;
	width:990px;
	height:auto;
	background-color:#FFFFFF;
	}

.content-index{
	position:relative;
	width:990px;
	height:600px;
	background-color:#FFFFFF;
	}
	
.content_inner{
	position:relative;
	width:990px;
	height:470px;
	background-color:#FFFFFF;
	}
	
.menu{
	position:relative;
	top:50px;
	width:400px;
	float:right;
	list-style:none;
	text-align:left;
	color:#999999;
	font-size:11px;
	margin-right:50px;
	background-color:#FFFFFF;
	}
	
.menu img{
	margin-top:5px;
	margin-bottom:5px;
	}
	
.img_2{
	float:right;
	}
	
.img_1{
	float:left;
	}
	
.img_2_inner{
	position:relative;
	top:100px;
	float:right;
	}
	
.img_1_inner{
	position:relative;
	top:100px;
	float:left;
	}
	
.logo{
	position:relative;
	top:100px;
	float:left;
	}
	
.logo_sml{
	position:relative;
	float:left;
	}
	
#bg {
	width:50%;					/* set half the width */
	height: 417px; 				/* height of image! */
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(images/img_one.jpg) repeat-x;
}

.title{
	position:relative;
	margin-top:150px;
	margin-left:20px;
		background-color:#FFFFFF;
	}
	
.wrapper{
	position:relative;
	width:925px;
	height:auto;
	float:right;
		background-color:#FFFFFF;
	}

#side-a {
	position:relative;
	float:left;
	width:275px;
	height:auto;
	padding:0px;
	background-color:#FFFFFF;
}

#side-b {
	position:relative;
	float:left;
	width: 650px;
	padding:0px;
	margin-top:60px;
	background-color:#FFFFFF;
}

#side-b img{
	margin:0px;
	padding:0px;
	}
	
	a:link {
	color:#333333;
	text-decoration:none;
	}

	
.text{
	position:relative;
	width:400px;
	height:auto;
	float:right;
	margin-right:50px;
	margin-top:100px;
		background-color:#FFFFFF;
	}
	
.footer{
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	width:890px;
	font-size:10px;
	color:#999999;
	}
	
.links{
	position:relative;
	float:right;
	margin-right:50px;
	font-weight:bold;
	background-color:#FFFFFF; 
	}
	
/*Lightbox*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
/*lightbox end*/