/* main.css
 * 
 * 
 *
 * Author: David Anderson 2010
 * dave@veodesign.co.uk
*/


/****************************
* GENERAL PAGE
****************************/
body{
background: #ffffff url(../images/main/bg_strip.png) repeat-x top center;
width: 100%;

}

/****************************
* HEADER
****************************/

#header{
	margin: 0 auto;
	width: 1006px;
	background: url(../images/main/center_bg_top.png) no-repeat bottom center;
	height: 150px;
}

#header-logo{
	background: url(../images/main/decor_logo.png) no-repeat center;
	height:	 115px;
	
}

.header-top{
	margin-top: 10px;
}

#header-content{
	height: 85px;	
	text-align: left;
	color: white;
	font-weight: 700;
}

#header-content h2{
	font-size: 18px;
	
}

/****************************
* NAV
****************************/
#nav ul{
	list-style: none;	
}

#nav ul li{
	list-style: none;	
	float: left;
	margin-right: 30px;
	height: 40px;
}

#nav ul li a{
	display: block;
	height: 20px;
	font-size: 20px;
	padding: 10px 12px;
	text-align: center;	
	color: #ffffff;
	text-decoration: none;
}
#nav ul li a:hover{
	color: #9c9c9c;
	text-decoration: none;	
}


#nav ul li.active .l{
	float: left;
	background: url(../images/main/menu_active_l.png) no-repeat;
	width: 10px;
	height: 40px;
}

#nav ul li.active .r{
	float: left;
	background: url(../images/main/menu_active_r.png) no-repeat;
	width: 10px;
	height: 40px;
}
#nav ul li.active a{
	float: left;
	background: white;
	color: #000000;
	padding: 10px 5px;	
}

/****************************
* CONTENT
****************************/
#wrapper{
	background: url(../images/main/center_bg_strip.png) repeat-y top center;
	width: 1006px;
	margin: 0px auto;	
}

#wrapper-top{
	text-align: center;
	text-transform: uppercase;
	color: #9c9c9c;
	font-size: 14px;	
}
#wrapper-top ul{
	list-style: none;	
	margin: 0 0 0 7px;
}
#wrapper-top ul li{
	float: left;
	margin-left: 20px;	
}

#wrapper-bottom{
	background: url(../images/main/center_bg_bottom.png) no-repeat bottom center;
	width: 1006px;
	margin: 0px auto;	
	height: 30px;
}

.description ul, .description ol{
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 20px;
}


/****************************
* PAGE SPECIFIC
****************************/
.home-item{
	background: url(../images/main/300x270_bg_round.jpg) no-repeat;
	height: 270px;
	
	padding: 15px;	
	
	color: white;
}

.home-item a{
	color: white;
	text-decoration: underline;	
}

.home-item a:hover{
	color: #cccccc;
}

.home-quote{
	background: url(../images/main/quote_bubble.png) no-repeat;	
	height: 240px;	
	padding: 15px;
}

.home-quote-r{
	padding-top: 20px;
	text-align: center;
}

.home-quote-r img{
	border: 3px solid #dddddd;
	margin-bottom: 5px;	
}


.about-image img{
	margin-bottom: 12px;
	border: 5px solid #cccccc;	
}


.grid-display{
	padding-top: 20px;
	padding-bottom: 10px;
}

#wrapper img{
	border: 5px solid #dddddd;	
	
}

.grid-display h3{
	margin-top: 0px;	
}


ul.product-nav{
	list-style-position: none;
	background: #dddddd;
	padding: 5px;
}

ul.product-nav li{
	list-style: circle;	
	list-style-position: inside;
	
	padding: 2px 0px;
}

.image-expand{text-align: center;}
a.image-link:hover{
	text-decoration: none;	
}

/****************************
* CONTACT
****************************/
#map{
	height: 250px;	
	border: 1px solid #555555;
	margin-bottom: 10px;
}

.form input{
	padding: 6px;	
}

.form input.text{
	padding: 5px;	
	width: 200px;
}


.form{
	margin-top: 18px;	
}

.form textarea{
	padding: 5px;	
}

.form form label > div, .form form > div{
	margin-bottom: 5px;
	
}

.form .l{
	text-align: right;		
	padding-top: 6px;
}

.form .l.msg{
	padding-top: 50px;	
}

.form .validation-summary.error{
	background: #ffbbbb;
	padding: 15px;
	
	margin: 0px 0px 12px;	
}

.form .validation-summary.error .error-msg{
	font-weight: 700;
	font-size: 24px;
	color: #ee0000;
	margin-bottom: 12px;
}

.form .validation-summary.error ul li{
	list-style: disc;
	margin-left: 20px;	
	color: #000000;
}

.form-success{
	text-align: center;
	padding: 10px;
	margin: 20px 0px;
	background-color: #CDEB8B;
	
	color: #5da262 !important;
	font-weight: 700;
}

/****************************
* CAROUSEL
****************************/

#carousel-wrapper{
	position: relative;	
	margin-top: 12px;
	margin-bottom: 16px;
}

.carousel-wrapper-inner > div.slide{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.carousel-wrapper-inner > div:first-child{
	display: block;	
}

.carousel-wrapper-inner{
	
}

.carousel-wrapper-inner .slide{
	position: relative;
}

.carousel-wrapper-inner .slide .slide-image{
	z-index: 1;
}

.carousel-wrapper-inner .slide .slide-content{
	z-index: 99;
	position: absolute;
	background: url(../images/main/slider_overlay_bg.png) no-repeat;
	
	top: 20px;
	right: 20px;

	height: 76px;
	width: 588px;
	
	padding: 16px 25px 16px 25px;
	
	color: white !important;
}

.carousel-wrapper-inner .slide .slide-content a{
	color: white !important;
	text-decoration: none;	
}

.carousel-wrapper-inner .slide .slide-content a:hover{
	color: #dddddd !important;
	text-decoration: none;	
}


.carousel-wrapper-inner h1{
	font-weight: 700;
	font-size: 30px;
	line-height: 28px;	
}


.carousel-controller ul{
	float: right;
	margin-top: 8px;
}


.carousel-controller ul li{
	float: left;
	display: block;
	margin-left: 15px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #9c9c9c;	
}

.carousel-controller ul li a{
	color: #9c9c9c;	
}

.carousel-controller ul li a.active{
	color: #666666;	
}


/****************************
* FOOTER
****************************/

#footer{
color: #666666;
text-align: center;
}

#footer span{
	padding: 0px 5px;	
}

#footer a{
	color: #9c9c9c;

}
#footer a:hover{

}

#footer p{

}


/****************************/
/* MISC*/
/****************************/





