*{ margin: 0; padding: 0 }
img{ border: none; }
.clear{ clear: both; }
span.orange{ color: #f96c29; }
span.red{ color: #FF0000; }

/*-------------------------------------------------------------------------------------------------------*/

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	background: #917656 url(../images/background.jpg) center top no-repeat;
	}

/*-------------------------------------------------------------------------------------------------------*/

#wrapper{
	margin: 0 auto;
	width: 982px;
	text-align: left;
	}
	
/*-------------------------------------------------------------------------------------------------------*/

#header{
	width: 982px;
	height: 178px;
	background: url(../images/header.jpg) left top no-repeat;
	position: relative;
	}
#logo{
	position: absolute;
	left: 30px;
	top: 50px;
	}
#topnav{
	position: absolute;
	right: 20px;
	top: 140px;
	float: right;
	}
#topnav li{
	float: left;
	list-style: none;
	margin: 5px;
	display: inline;
	}
#topnav li a{
	text-decoration: none;
	display: block;
	text-indent: -9999px;
	width: 146px;
	height: 32px;
	outline: none;
	cursor: pointer;
	background: url(../images/navigationover_about.png) left top no-repeat;
	}
#topnav li#home a{
	background: url(../images/nav_home.jpg) no-repeat;
	background-position: right top;
	width: 83px;
	width: 83px;
	}
#topnav li#about a{
	background: url(../images/nav_about.jpg) no-repeat;
	background-position: right top;
	width: 115px;
	width: 115px;
	}
#topnav li#services a{
	background: url(../images/nav_services.jpg) no-repeat;
	background-position: right top;
	width: 148px;
	width: 148px;
	}
#topnav li#portfolio a{
	background: url(../images/nav_portfolio.jpg) no-repeat;
	background-position: right top;
	width: 107px;
	width: 107px;
	}
#topnav li#blog a{
	background: url(../images/nav_blog.jpg) no-repeat;
	background-position: right top;
	width: 70px;
	width: 70px;
	}
#topnav li#contact a{
	background: url(../images/nav_contact.jpg) no-repeat;
	background-position: right top;
	width: 126px;
	width: 126px;
	}
#header #topnav li a:hover, #header #topnav li.active a{
	background-position: left top;
	}
/*#header ul#top-nav li a:hover{
	color: #555555;
	}
#header ul#top-nav li#home a.test{
	padding: 8px 15px;
	}
#header ul#top-nav li#home a:hover.test{
	background: url(../images/navigationover_home.png) center top no-repeat;
	}
#header ul#top-nav li#about a{
	padding: 8px 16px;
	}
#header ul#top-nav li#about a:hover{
	background: url(../images/navigationover_about.png) center top no-repeat;
	}
#header ul#top-nav li#services a{
	padding: 8px 20px;
	}
#header ul#top-nav li#services a:hover{
	background: url(../images/navigationover_ourservices.png) center top no-repeat;
	}
#header ul#top-nav li#portfolio a{
	padding: 8px 13px;
	}
#header ul#top-nav li#portfolio a:hover{
	background: url(../images/navigationover_portfolio.png) center top no-repeat;
	}
#header ul#top-nav li#blog a{
	padding: 8px 14px;
	}
#header ul#top-nav li#blog a:hover{
	background: url(../images/navigationover_blog.png) center top no-repeat;
	}
#header ul#top-nav li#contact a{
	padding: 8px 17px;
	}
#header ul#top-nav li#contact a:hover{
	background: url(../images/navigationover_contact.png) center top no-repeat;
	}*/
	
/*-------------------------------------------------------------------------------------------------------*/

#banner{
	background: url(../images/banner_home.jpg) left top no-repeat;
	width: 982px;
	height: 367px;
	position: relative;
	}
#banner img.judy{
	/*float: left;*/
	position: absolute;
	left: 0;
	top: 0;
	}
#banner img.ribbon1{
	position: absolute;
	right: 0;
	top: 275px;
	}
#banner img.ribbon2{
	position: absolute;
	right: 0;
	top: 310px;
	}
	
/*-------------------------------------------------------------------------------------------------------*/

#main{
	background: url(../images/strip_content.png) left top repeat-y;
	width: 982px;
	}
#main h1{
	font-size: 3.1em;
	color: #6986a3;
	font-weight: normal;
	}

/*-------------------------------------------------------------------------------------------------------*/

#left{
	float: left;
	display: inline;
	width: 480px;
	margin: 20px 0 0 70px;
	}
#left h1{
	font-size: 3.1em;
	margin-bottom: 15px;
	}
#left p{
	font-size: 1.3em;
	color: #555;
	line-height: 1.5;
	margin-bottom: 17px;
	}
#left ul{
	margin: 0 0 0 18px;
	}
#left li{
	list-style: circle;
	font-size: 1.5em;
	margin-bottom: 10px;
	color: #555;
	}
#left a{
	color: #555;
	text-decoration: underline;
	}

/*-------------------------------------------------------------------------------------------------------*/

#right{
	float: right;
	display: inline;
	width: 320px;
	margin: 35px 58px 0 0;
	background: url(../images/rightpanel_middle.jpg) left top repeat-y;
	padding-bottom: 10px;
	}
#right h2{
	background: url(../images/rightpanel_top.jpg) left top no-repeat;
	font-size: 23px;
	font-weight: normal;
	color: #6986a3;
	padding: 35px 0 15px 30px;
	}
#right ul{
	margin: 0 0 0 47px;
	}
#right li{
	list-style: circle;
	color: #555;
	font-size: 13px;
	margin-bottom: 10px;
	width: 240px;
	}
#right p{
	font-size: 11px;
	color: #555;
	margin: 0 0 10px 36px;
	line-height: 1.4;
	width: 250px;
	}
	
/*-------------------------------------------------------------------------------------------------------*/

#contact label{
	text-align: left;
	width: 80px;
	float: left;
	font-size: 13px;
	color: #555;
	margin-bottom: 5px;
	margin-right: 10px;
	}
#contact input.textfield{
	float: left;
	width: 270px;
	padding: 2px 0;
	margin-bottom: 5px;
	}
#contact select{
	float: left;
	width: 270px;
	padding: 2px 0;
	margin-bottom: 5px;
	}
#contact textarea{
	width: 270px;
	height: 150px;
	float: left;
	margin-bottom: 5px;
	}
#contact input.submit{
	outline: none;
	}
#contact input.hidden{
	display: none;
	}
#contact span{
	float: left;
	font-size: 11px;
	padding: 4px;
	font-weight: bold;
	}
#contact br{
	clear: both;
	}

/*-------------------------------------------------------------------------------------------------------*/
#options{
	width: 922px;
	background: url(../images/browncontent_home.jpg) left top no-repeat;
	height: 160px;
	padding: 45px 0 35px 60px;
	}
#options h2{
	color: #736357;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 10px;
	}
#options ul{
	float: left;
	margin: 0 60px 0 0;
	}
#options li{
	list-style: circle;
	margin: 0 0 5px 20px;
	color: #555;
	font-size: 15px;
	}
	
/*-------------------------------------------------------------------------------------------------------*/

#yellow-bar{
	background: url(../images/browncontent_other.jpg) left top no-repeat;
	width: 982px;
	height: 39px;
	}
	
/*-------------------------------------------------------------------------------------------------------*/

#footer{
	width: 982px;
	height: 96px;
	background: url(../images/footer.jpg) left top no-repeat;
	text-align: center;
	}
#footer ul{
	padding: 15px 0 10px 0;
	}
#footer li{
	display: inline;
	font-size: 17px;
	list-style: none;
	margin: 0 10px;
	}
#footer li a{
	color: #6986a3;
	text-decoration: none;
	}
#footer li a:hover{
	color: #555;
	text-decoration: none;
	}
#footer p{
	color: #ccc;
	font-size: 11px;
	}
#footer a{
	color: #ccc;
	text-decoration: none;
	}
#footer a:hover{
	color: #666666;
	text-decoration: underline;
	}