/* CSS Document */
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	background-color: #eee;
	color: #555;
	text-align: center;
}
a{
	color: #555;
}
a:hover{
	color: #1155a0;
}

#header{
	width:990px;
	height: 113px;
	padding: 0;
	margin: 0 auto;
	background-image: url(../layout/header_BG.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
	#headerlink{
		width: 370px;
		height: 60px;
		float: left;
		padding: 35px 0 0 50px;
	}
	#headerlink a{
		display: block;
		width: 370px;
		height: 60px;
	}
#flash{
	width:990px;
	height: 147px;
	padding: 0;
	margin: 0 auto;
	background-image: url(../layout/flash_BG.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
	#logo{
		width: 202px;
		height: 80px;
		float: right;
		padding: 10px 5px 0 35px;
	}
		#logo a{
			display: block;
			width: 92px;
			height: 80px;
			background-image: url(../layout/logo_BG.jpg);
			background-position: top left;
			background-repeat: no-repeat;
		}
	#address{
		clear: right;
		width: 237px;
		float: right;
		padding: 10px 5px 10px 0;
		text-align: center;
		color: #fff;
		font-size: 11px;
		line-height: 13px;
	}
#menu{
	width:899px;
	height: 49px;
	padding: 0 0 0 91px;
	margin: 0 auto;
	background-image: url(../layout/menu_BG.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
#wrapper{
	width:990px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	margin: 0 auto;
	background-image: url(../layout/wrapper_BG.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}
#content{
	float: left;
	width: 628px;
	padding: 0 75px 50px 45px;
	text-align: left;
}
#sidebar{
	float: right;
	width: 182px;
	padding: 0 33px 0 27px;
	text-align: left;
	color: #fff;
}
#footer{
	clear: both;
	width:940px;
	height: 40px;
	padding: 10px 25px 0 25px;
	margin: 0 auto;
	background-image: url(../layout/footer_BG.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 10px;
	text-align: left;
}

/*CONTENT*/
#content h1, #sidebar h1{
	font-size: 18px;
	margin: 0 0 15px;
	font-weight: normal;
	text-transform: capitalize;
}
#content p{
	margin: 0 0 10px;
	line-height: 15px;
}
#content ul{
	margin-left: 30px;
	list-style-type: square;
	line-height: 18px;
}
#content li{
	font-size: 13px;
}

#content h2, #sidebar h2{
	font-size: 14px;
	margin: 0 0 5px;
	font-weight: normal;
	text-transform: capitalize;
}
#content img{
	padding:4px;
	margin: 0 10px 5px;
	border: 1px solid #ccc;
}
#content .movie{
	width:320px;
	padding:4px;
	margin: 5px 10px;
	border: 1px solid #ccc;
}
#content object{
	z-index:0;
}
#sidebar p{
	font-size: 11px;
	margin: 0 0 10px;
	line-height: 13px;
}
p.click_here{
	text-align: right;
}
#sidebar p a{
	color: #2e2e2e;
	text-decoration: none;
}
#sidebar p a:hover{
	color: #fff;
}
#sidebar p a.client_form{
	color: #fff;
	text-decoration: underline;
}
#sidebar p a:hover{
	color: #fff;
}
#sidebar p a.client_form:hover{
	color: #2e2e2e;
}
#sidebar hr {
	border: 0;
	color: #fff;
	background-color: #fff;
	height: 1px;
	width: 100%;
	text-align: left;
}
/*PHOTO*/
ul#photogallery{
	margin: 0 0 0 30px;
}
ul#photogallery li{
	float: left;
	margin: 0 4px 8px;
	width: 64px;
	height: 64px;
}
ul#photogallery li a img{
	border: 2px solid #989898;
}
ul#photogallery li a:hover img{
	border: 2px solid #686868;
}

/*FORMS*/
table.layouttable{
	border: 1px solid #ccc;
	margin: 0 0 15px 10px;
}
table.layouttable th, table.layouttable td{
	padding: 5px;
	vertical-align: top;
	border: 1px solid #ccc;
}
.label {
	clear:left;
	float:left;
	padding:0 0 3px;
}
input.submit{
	clear:left;
	float:left;
	background-color: #1155a0;
	border: none;
	padding: 3px 0;
	width: 100px;
	color: #FFF;
	font-weight: normal;
	margin-top: 8px;
}
input.text,textarea{
	clear:left;
	float:left;
	width: 300px;
	margin-bottom: 8px;
	border: 1px solid #ccc;
	font-size: 12px;
}
textarea{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	
	height: 150px;
}

/*ERROR MESSAGES*/
#content p.error {
	padding: 10px;
	border: 1px solid #CC0000;
	background-color: #FFCCCC;
	color: #c00;
}
/*ERROR MESSAGES*/
#content p.confirm {
	padding: 5px 10px;
	border: 1px solid #009900;
	background-color: #cfc;
	color: #009900;
}
/*CONTACTS*/
.contactbox{
	float: left;
	border: 1px solid #ccc;
	width: 270px;
	padding:10px;
	margin: 0 10px 10px 0;
}
