/*
Businexx
Created: 2/2009
By: myTheme at ThemeForest.net
http://themeforest.net/user/myTheme
Copyright © 2009 yourcompany.com
*/


body {
	background:#361016 url(../img/body-bg.jpg) center 60px no-repeat;
	text-align:center;
	font-family: Arial, Verdana, sans-serif;
	font-size: 65%;
}
* {margin:0;padding:0;}
img {border:none;}
ul {list-style:none;}
a {text-decoration:none;}


/*
////////  LAYOUT  ////////*/

#wrapper {
	width:960px;
	background:ffffff url(../img/main-content-bg.jpg) 0 188px no-repeat;
	margin:0 auto;
	text-align:left;
}
#home #wrapper {
	background:#fff;
}

#header {
	height:64px;
	background:url(../img/header-bg.jpg);
	padding:70px 50px 0 30px;
	border-bottom:4px solid #dacc66;
}

#content {padding:0 50px 30px 20px;}

#top-bar {
	float:left;
	width:870px;
	padding:8px 50px 4px 40px;
	margin-bottom:34px;
	background-color: #cccccc;
}

#intro {
	float:left;
	margin:-14px 0 12px 0;
	border:20px solid #cccccc;
}

#main-content {
	float:left;
	width:520px;
	padding:0 50px 6px 14px;
	border-right:3px solid #edebea;
	border-left:4px solid #dacc66;
}

#secondary-content {float:right;width:280px;}
#thirdImage-content {
	width: 280px;
	float: right;
}

#footer {clear:both;height:50px;background:url(../img/footer-bg.jpg);padding:50px 30px 0 30px;}

.featured {
	float:left;
	width:250px;
	margin-right:15px;
	padding-right:17px;
	background-color: #FFFFFF;
	background-image: url(../img/featured-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 20px;
}
.featured.last {float:left;margin-right:-3px;padding:0;background:none;}

h2 {clear:both;font-size:1.6em;color:#333;margin-bottom:4px;}
h3 {clear:both;font-size:1.2em;color:#444;margin-bottom:0px;}

#content p {clear:both;font-size:1.1em;line-height:1.4em;margin-bottom:12px;}
#content p a {font-weight:bold;color:#dacc66;}
#content p a:hover {text-decoration:underline;}

#top-bar p {
	float:left;
	font-size:0.7em;
	color:666;
	margin-top:2px;
}
#top-bar p a {
	color:#361016;
}
#top-bar p a:hover {text-decoration:underline;}

#secondary-content p.info {
	width:200px;
	font:2em 'Times New Roman',serif;
	color:#222;
	line-height:1.1em;
	margin-bottom:18px;
	padding:12px 40px 20px 40px;
	background:#edebea url(../img/note-bg.jpg) 0 100% no-repeat;
	text-align:center;
}

#secondary-content p {
	font-size:1em;
	color:#333;
	line-height:2.3em;
	margin-bottom:18px;
}

#footer p {
	float:left;
	font-size:0.9em;
	color:#ddd;
}
#footer p a {
	color:#FFFFFF;
	font-weight:normal;
}
#footer p a:hover {text-decoration:underline;}
#footer p em {
	color:#DACC66;
	font-weight:bold;
}

#footer p.right {float:right;}

#content .featured p {
	color:#797878;
}
a.box {
	float:left;
	color:#fff;
	background:#dacc66;
	padding:3px 4px;
	margin:0 6px 6px 0;
}
#home a.box {clear:both;margin:0 6px 0 0;}
a.box:hover {
	color:#eee;
}


/*
////////  IMAGES  ////////*/

#content p img {float:left;margin:0 12px 6px 0;border:3px solid #1d1d1d;}

#gallery #main-content a img {float:left;margin:0 20px 12px 0;border:5px solid #eee;width:140px;}
#gallery #main-content a img:hover {border-color:#fff;}


/*
////////  NAVI & LISTS  ////////*/

#header ul {float:right;padding-top:7px;}
#header ul li {float:left;font-weight:bold;text-transform:uppercase;}
#header ul li a {
	display:block;
	font-size:0.75em;
	color:#ccc;
	padding:4px 8px 3px 6px;
}
#header ul li a:hover {
	background:351017;
	color: #FFFFFF;
}This is the background for the hover in the links
.navi-description {
	font-size:0.7em;
	color:#999999;
	display:block;
	text-transform:none;
}

#header ul li.current {
	background:351017;
	color: #FFFFFF;
}
#header ul li.current a:hover {
	cursor:default;
	color: #FFFFFF;
}

#main-content ul {float:left;margin-bottom:14px;padding-left:18px;list-style-type:square;}
#main-content ul li {
	font-size:1.1em;
	padding-bottom:1px;
}

#secondary-content ul {float:left;margin-bottom:14px;list-style:none;}
#secondary-content ul li {font-size:1em;padding-bottom:1px;}
#secondary-content ul li a {
	font-weight:bold;
	color:351017;
	text-decoration:none;
}
#secondary-content ul li a:hover {text-decoration:underline;}


/*
////////  SEARCH BOX  ////////*/

form#search {float:right;}
form#search fieldset {border:none;float:right;}
form#search input {font:.9em Verdana,sans-serif;color:#333;background:#fafafa;padding:2px;border:1px solid #666;}
form#search input#submit {font:1em Arial;color:#fff;background:#dacc66;cursor:pointer;padding:1px 6px;border:none;}
form#search input#submit:hover {
	color:#eee;
}


/*
////////  CONTACT FORM  ////////*/

#contactform fieldset {border:none;}

#contactform input, #contactform select, #contactform textarea {font:1em Arial;color:#444;border:solid 1px #ddd;background:#fff;margin-top:4px;padding:2px;}

#contactform input.radio {background:none;border:none;}

#contactform label {
	font-weight:bold;
	color:#333333;
	margin-top:14px;
	display:block;
}

#contactform textarea {width:400px;overflow:auto;margin-bottom:20px;}

#contactform input.submit {color:#fff;background:#dacc66;cursor:pointer;padding:3px 0;border:none;width:100px;
}


/*
////////  EASY SLIDER  ////////*/

#intro #slider li {width:880px;height:320px;overflow:hidden;text-align:center;}

#intro #slider li h2 {width:380px;margin:80px auto 12px auto;color:#dacc66;text-transform:uppercase;font-size:1.6em;}
#intro #slider li p {width:380px;margin:0 250px 12px 250px;}
	
#intro p#controls {margin:0;position:relative;}

#intro #prevBtn, #intro #nextBtn {display:block;margin:0;overflow:hidden;position:absolute;left:20px;top:-185px;}
#intro #nextBtn {left:840px;float:right;}
#intro #prevBtn a, #intro #nextBtn a {font-size:3em;text-decoration:none;display:block;padding:10px 0;}
