/***********************************************/
/*                                             */
/* Global CSS for Revision V.1.0               */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	margin: 0;
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	padding: 0px;
	background:#547df2 url('../images/body_bg.jpg') repeat-x;
}
* + html body{
	margin:0px 0px 0px 1px
}
/*\*/ * html body { 	margin:0px 0px 0px 1px } /**/ 
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #2b47ac;
	text-decoration: none;
}
img {
	border:0px;
}

a:hover{
	text-decoration: underline;
}
/*************** list tag styles ***************/
ul{
 list-style-type: none;

}
/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}
				
input{
	font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
html, body {
	height:100%;
}

/*html {
	background:#547df2 url(../images/body_bg.jpg) repeat-x center;
	min-width:800px;
}*/
#wrapper{
	margin: 0px auto 0px;
	width: 800px;
	min-height:100%;
	background:#fff url(../images/m_bg.jpg) repeat-y center;
}

#header{
	margin: 0px auto 0px;
	width:770px;
	height:164px;
	background: url(../images/header.jpg) no-repeat;
}
#header h1{
	width:200px;
	height:164px;
	background: url(../images/logo.jpg) no-repeat;
	float:left;
	text-indent:-99999px;
}
#header h1 a{
	width:200px;
	height:164px;
	display:block;
}

#content{
	margin:0 auto 0 auto;
	width:770px;
}
/*************** story styles ******************/
#story {
	padding:0;
	font-size: 12px;
	float:right;
	width:564px;
}
#story p{
	padding:10px;
	margin-bottom:15px;
}
#story h1{
	margin:0 0 10px 15px;
	font-size:16px;
	text-transform:uppercase;
}
#story h3{
	margin:0 0 10px 15px;
	text-align:center;
}
.contact {
line-height:22px;
margin:0 0 0 15px;
padding:0;

}
.frame {
	padding:30px;
	background: url('../images/frame.png') no-repeat 4px center;
	margin-left:170px;
}
* html .frame {/*ie6 does not support png opacity*/
	padding:30px;
	background: url('../images/frame.gif') no-repeat 4px center;
	margin-left:170px;

}
.lpframe {
margin-left:15px;
border:solid 4px #999;
}
p.lptitle {
	width:250px;
	float:left;
	text-align:center;
}
ul.lptitle {
	width:250px;
	float:left;
	padding:0 0 15px 20px;
	margin:0;
	list-style-position:inside;
	list-style-type: disc;
}
/**********Contact Form***********/
#contactform {
	line-height:22px;
	margin-top:20px;
}
#contactform label{
	display:block;
	width:170px;
	float:left;
	margin-left:5px;
}
#contactform .inputtext{
	display:block;
	float:left;
}
#contactform fieldset{
	display:block;
	border:solid 1px #999999;
	padding-bottom:10px;
}
#contactform fieldset strong{
	display:block;
	background:#990000;
	color:#fff;
	padding-left:10px;
}
#contactform textarea{
	height:100px;
	width:250px;
}
.button {
	height:22px;
	background-color:#a71913;
	border-bottom:solid 1px #71403d;
	border-top:solid 1px #e8b3b1;
	border-left:solid 1px #71403d;
	border-right:solid 1px #e8b3b1;
	color:#fff;
}
/*********form validation***************/
.fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

.required, textarea.required {
	border: 1px solid #ffbf2b;
}

.validation-failed, .validation-failed {
	border: 1px solid #FF3300;
	color: #FF3300;
}

.validation-passed, .validation-passed {
	border: 1px solid #00CC00;
}

/*.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color: #fff;
	font-weight: bold;
	position:absolute;
	margin-top:-43px;
	margin-right:0px;
	margin-left:750px;
	z-index:15;
	width:200px;
	height:43px;
	left:0px;
	right:auto;
	background:url(../images/formbox.gif) no-repeat 0px 0px;
}*/
.validation-advice {
	background-color: #FF3300;
	color: #fff;
	font-weight: bold;
	height:14px;
	line-height:22px;
	display:block;
	width:65%;
}
.validation-advice p{
	margin-top:-15px;
	padding:2px;
}
.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #c8aa00;
	color: #fff;
	font-weight:bold;
}

.form-row{
	clear:both;
	padding: 0.5em;
}
/*****************end*************/
#leftclm {
	width:206px;
	float:left;
	height:500px;
}
#leftclm ul{
	 margin:0 0px 0px 10px;

	 padding:20px 0px 0px 0px;
}
#leftclm li{
	height:27px;
	list-style:none;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:24px;
	margin:0 5px 0 0;
	padding:0;
}
#leftclm li a{
	color:#fff;
	margin-left:0px;
	padding-left:22px;
	line-height:20px;
	background: url(../images/bl_off.gif) no-repeat left;
}
#leftclm a.selected{
	color:#efa219;
	text-decoration:none;
	background: url(../images/bl_on.gif) no-repeat left;
}
#leftclm a:hover{
	color:#efa219;
	text-decoration:none;
	background: url(../images/bl_on.gif) no-repeat left;
}
#footer{
	margin:0 auto 0 auto;
	clear: both;
	height:124px;
	font-size: small;
	color: #000000;
	text-align:center;
	width:800px;
	background:#fff url(../images/footer.jpg) no-repeat center;
}
#footer .copyright {
	font-size:10px;
	padding-top:100px;
	color:#fff;
}
#footer .leftct {
	font-size:10px;
	color:#fff;
	text-align:left;
	margin:40px 0 0 30px;
}
#footer .rightct {
	font-size:10px;
	color:#fff;
	text-align:right;
	margin:40px 0 0 15px;

}
* + html #footer p{
	width:30%;
}
html *  #footer .leftct {
	margin:40px 0 0 17px;
}
* + html  #footer .leftct {
	margin:40px 0 0 30px;
}
html>body #footer .leftct {
	margin:40px 0 0 30px;
}
#footer p{
	width:29.9%;
	float:left;
}
#sticker {
	position:absolute;
	margin:-200px 0px 0px -639px;
	left:auto;
	z-index:1;
	width:205px;
	height:200px;
}

* html #sticker {
	margin:-200px 0px 0px -768px;

}
