/* Stylesheet by http://www.BadgerBytes.com */
/* Developer : Neil Emms */
/* Date Created: 24/04/2007 */

/* CES STYLES */
/* Tag Styles */


body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	background-image:url(../images/body-bg.jpg);
	background-repeat:repeat-x;
	background-color:#FE911C;
	margin:0;
	color:Black;
	text-align:justify	
}
strong{
	color:#000000
}

p{
	margin:0
}	

h1, h2{
	font-size:1.3em;
	margin:0;
	margin-bottom:5px;
	line-height:2em;
	color:#FF6600;
}
h3, h5, h6, h7, h8
{
	font-size:1em;
	margin:0;
	color:black
}
h4{
	font-size:1.1em;
	margin:0;
	color:#FF6600	
}	
a{
	color:#FF6600;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}

.input{
	margin-bottom:1px;
	font-size:10px;
	float: left;
	width:130px
}

label{
	width:200px;
	display: block;
	text-align: right;
}

.label {
	text-align: right;
	padding-right: 10px;
	display: block;
	width: 100px;
	float: left;
	font-size:10px;
	color:#666666
}		
br {
	clear: left;
}

/* Construct styles */
#anchor{
	width:1024px;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	height:1px
}
#main-container{
	float:left;
	width:1024px;
	background-image:url(../images/bg-bg.jpg);
	margin:0;

}
#page-area{
	float:left;
	width:1024px;
	margin:0;
	background-image:url(../images/page-head-bg.jpg);
	background-repeat:no-repeat;
}
#page-footer{
	float:left;
	background-image:url(../images/page-footer-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:48px;
	width:1024px;
	margin:0
}

#header{
	float:left;
	width:756px;
	height:118px;
	margin:0;
	margin-top:61px;
	margin-right:2px;
	margin-left:127px;
	_margin-left:60px;
	border-bottom:#cccccc 1px solid
}
#main-content{
	float:left;
	width:756px;
	margin-left:127px;
	_margin-left:60px;
	/*background-image:url(../images/glasses.jpg);*/
	background-repeat:no-repeat;
	background-position:left bottom;
	margin-right:2px;
	min-height:400px;
	padding-bottom:10px
}	
	
#left-column{
	float:left;
	width:160px;
	margin:0;
	margin-right:10px;
	margin-top:10px;	
}
#page-content{
	float:left;
	margin:0;
	width:100%;
	
}

#content-holder{
	float:left;
	margin:0;
	margin-top:10px;
	width:74%;	
}

/* CONTENT STYLES */
.logo{
	float:left;
	width:200px;
	margin-left:8px;
}
.search-container{
	float:left;
	width:250px;
	margin-left:150px;
	margin-top:14px;
}
.footer-text-holder{
	width:758px;
	margin-left:auto;
	margin-right:auto;

}			
.footer-text{
	width:584px;
	float:right;
	padding-right:5px;
	text-align:right;
	font-size:x-small;
	color:#999999;
	margin-right:4px;
	padding-top:4px;
	border-top:#cccccc solid 1px
}		

		
		
