/* CSS Credits: wayne deboer - http://www.waynedeboer.co.uk */

/*   BODY STYLING  */

body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: url('../images/bkg/bkg.jpg');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}





/*   CONTAINER   */

#container {
	width: 960px;
	height: auto;
	margin: 0px auto;	
	padding: 0px;
}






/*   HEADER   */

.header {
	float: left;
	width: 960px;
	height: 112px;
	margin: 0px;
	padding: 0px;
}

.logo {
	float: left;
	width: 512px;
	height: 88px;
	margin: 16px 0px 0px 0px;
	padding: 0px;
}

.title {
	float: left;
	width: 960px; 
	height: 68px;
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

/*top nav links*/

.topNav {
	float: left;
	width: 263px; 
	height: 68px;
	overflow: hidden;
	margin: 70px 0px 0px 185px;
	padding: 0px;
}

.topNav ul {
	float: left;
	width: 100%; 
	margin: 0px;
	padding: 0px;
}

.topNav ul li {
	width: auto;
	height: auto;
	display: inline;
}

.topNav ul li a {
	float: left;
	width: auto;
	height: auto;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	margin: 8px 0px 0px 25px;
	padding: 0px;
}

.topNav ul li a:visited {
	width: auto;
	height: auto;
	color: #ffffff;
	text-decoration: none;
}

.topNav ul li a:hover { 
	width: auto;
	height: auto;
	color: #999999;
	text-decoration: none;
}

.topNav ul li.active a { 
	width: auto;
	height: auto;
	color: #b8d30b;
	text-decoration: none;
}






/*   SLIDER   */
#slides {
	height: 350px;
	position: absolute;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width: 870px;
	height: 350px;
	overflow: hidden;
	position: relative;
	display: none;
	margin: 0px 0px 0px 45px;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width: 870px;
	height: 350px;
	display: block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 45px;
	height: 350px;
	display: block;
	z-index: 101;
}

#slides .next {
	left: 915px;
}

/*
	Pagination
*/

.pagination {
	clear: both;
	margin: 15px auto 0;
	width: 100px;
}

.pagination li {
	float: left;
	margin: 0 1px;
	list-style: none;
}

.pagination li a {
	display: block;
	width: 12px;
	height: 0;
	padding-top: 12px;
	background-image: url('../images/slider/pagination.png');
	background-position: 0 0;
	float: left;
	overflow: hidden;
}

.pagination li.current a {
	background-position: 0 -12px;
}




/*   CONTENT   */


.left {
	float: left;
	width: 452px;
	height: auto;
	border-right: 1px dashed #e3e3e3;
	margin: 0px;
	padding: 0px 15px 0px 0px;
}

.right {
	float: left;
	width: 465px;
	height: auto;
	margin: 0px;
	padding: 0px 0px 0px 27px;
}

.footerLeft {
	float: left;
	width: 515px;
	height: auto; 
	margin: 0px 15px 0px 0px;
	padding: 0px;
}

.footerRight {
	float: left;
	width: 430px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.browsers {
	float: left;
	margin: 0px 30px 0px 0px;
	padding: 0px;
}

.column {
	float: left;
	width: 300px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.columnC {
	float: left;
	width: 300px;
	height: auto;
	margin: 0px 30px 0px 30px;
	padding: 0px;
}




/*   STAR LIST STYLING   */

.star_list {
	width: 100%;
	list-style: none;
	margin: 15px 0px 0px 0px;
	padding: 0px;	
}

.star_list ul {
	margin: 0px;
	padding: 0px;	
}

.star_list li {
	float:left;
	width: 210px;
	height: 15px;
	list-style: none;
	background: transparent url('../images/blt/star.jpg') no-repeat scroll 0 12px;
	margin: 0px 0px 5px 0px; 
	padding: 8px 0px 10px 30px;
}

.star_list li.bottom {
	float:left;
	width: 210px;
	height: 15px;
	list-style: none;
	background: transparent url('../images/blt/star.jpg') no-repeat scroll 0 12px;
	margin: 0px 0px 5px 0px; 
	padding: 8px 0px 0px 30px;
}






/*   TYPOGRAPHY STYLING   */

h1 {
	font-size: 22px;
	font-weight: lighter;
	color: #333333;
	line-height: 35px;
	margin: 20px 0px 20px 0px;
	padding: 0px;
}

.h1top {
	font-size: 22px;
	font-weight: lighter;
	color: #333333;
	line-height: 35px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

h2 {
	font-size: 18px;
	font-weight: lighter;
	color: #333333;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.h2top {
	font-size: 18px;
	font-weight: lighter;
	color: #333333;
	line-height: 35px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

h3 {
	font-size: 18px;
	font-weight: lighter;
	color: #333333;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

h4 {
	font-size: 18px;
	font-weight: lighter;
	color: #333333;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

h5 {
	font-size: 18px;
	font-weight: lighter;
	color: #333333;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

h6 {
	font-size: 18px;
	font-weight: lighter;
	color: #333333;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

p {
    	font-size: 11px; 
    	color: #666666;
	line-height: 18px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.bottomp {
    	font-size: 11px; 
    	color: #666666;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}

.titlep {
	font-size: 18px;
	color: #333333;
	margin-top: 10px;
}


.footer {
	width: 100%;
	height: auto;
	background:  #1d1d1b;
	margin: 20px 0px 0px 0px;
	padding: 20px 0px;
}

.footerContainer {
	width: 960px;
	height: auto;	
	margin: 0px auto;
	padding: 0px;
}

.banner {
	width: 785px;
	height: auto;
	background: url('../images/bkg/blendwebdesign.jpg') no-repeat;
	margin: 0px auto;
	padding: 15px 15px 15px 160px;
}

.bannerp {
	font-size: 22px;
	font-weight: lighter;
	line-height: 35px;
	margin: 12px 0px 10px 0px;
	padding: 0px;
}





/*   LINK STYLING   */

a img { 
	text-decoration: none;
	border: 0px;
}

a { 
	color: #b8d30b;
	text-decoration: none;
} 

a:link { 
	color: #b8d30b;
	text-decoration: none;
} 

a:visited { 
	color: #b8d30b;
	text-decoration: none;
} 

a:hover { 
	color: #333333; 
	text-decoration: underline;
}





/*   CLEAR DIV STYLING   */

div.clear {
	clear: both; 
	height: 0px;	 	
	line-height: 0px;
	font-size: 0px;
}

.dashed {
	border-bottom: 1px dashed #e3e3e3;
	margin: 0px 0px 30px 0px;
	padding: 30px 0px 0px 0px;
}

.dashedFooter {
	border-bottom: 1px dashed #e3e3e3;
	margin: 0px 0px 5px 0px;
	padding: 30px 0px 0px 0px;
}





/* CONTACT FORM */

#wrapper {
	float: left;
	width: 400px; 
	margin: 0px; 
	padding: 0px;
}

.message {
	float: left;
	width: 374px;
	height: auto;
	display: none;	
	background: #eeeeee;
	border: 1px solid #b8b8b8;
	color: #ff0000;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}

.message ul {
	float: left;
	list-style-type: none;
	margin: 10px 0px 0px 0px;	
	padding: 0px;
}

.message li {
	list-style: none;
	padding: 8px 0px;
}

.contact ul {
	width: 400px;
	list-style-type: none;
	margin: 0px;	
	padding: 0px;
}

.contact li {
	list-style-type: none;
}

.contact li.special {
	display: none;
}

.contact  form label {
	float: left;
	display: block;  
	width: 100px;
	margin: 0px;
	padding: 0px; 
}

.contact input#name,
.contact input#email,
.contact input#tele, 
.contact textarea, 
.contact select {
	width: 292px; 
	background-color: #f5f5f5;  
	border: 1px solid #b8b8b8; 
	margin-bottom: 15px !important;
	padding: 0px;
}

.contact input#name:focus,
.contact input#email:focus,
.contact input#tele:focus,
.contact select:focus,
.contact textarea:focus {
	background: #ffffff; 
}

.contact input.btn {
	float: right;
	width: 181px;
	height: 46px;
	background: url('../images/btn/sendmessage.jpg') no-repeat; 
	border: none;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

.contact input.btn:hover {
	float: right;
	width: 181px;
	height: 46px;
	background: url('../images/btn/sendmessagehover.jpg') no-repeat; 
	border: none;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

.contactRight {
	float: left;
	width: 470px;
	height: auto;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
