/* LAYOUT
------------------------------------*/

#container{
	width: 960px;
	margin: 0px auto;
}
#header{
	position:absolute;
	height:47px;
	background-image:url(../images/header-background.png);
	left:0px;
	top:0px;
	width:100%;
	zoom:1;
	z-index:100;
}
#header h1{
	position:absolute;
	z-index:100;
	zoom:1;
}
#header h1 a{
	display:block;
	background-image:url(../images/header-logo.png);
	width:240px;
	height:60px;
	position:absolute;
	z-index:100;
	text-indent:-10000px;
	top:0px;
	left:0px;
	zoom:1;
}
#header-edge{
	width:3px;
	height:47px;
	background-image:url(../images/header-right-edge.png);
	position:absolute;
	z-index:10;
	right:0px;
	top:0px;
}

#menu {
	padding:10px 0 0 250px;
}
#menu ul{
	margin:0;
	padding:0;
}
#menu ul li{
	float:left;
	list-style:none;
	position:relative;
}
#menu ul li:hover ul{
	display:block;
}
#menu ul li a{
	display:block;
	line-height:22px;
	height:22px;
	text-align:center;
	padding:0 10px;
	margin-right:1px;
	float:left;
	color:white;
}
#menu li.selected a, #menu ul li a:hover{
	color:black;	
}
#menu ul li ul{
	display:none;
	position:absolute;
	z-index:100;
	left:0px;
	top:22px;
	width:160px;
	background-color:#59A51C;
	border:1px solid white;
	border-top:none;	
	border-bottom:none;	
}
#menu ul li ul li a{
	width:140px;
	padding:5px 10px;
	display:block;
	background-color:#59A51C;
	text-align:left;
	color:#D2E6C1;
	border-bottom:1px solid #8DC163;
}
#menu ul li ul li a:hover{
	color:white;
}

#body{
	/*background-color:#FFFFFF;
	clear:both;*/
	padding-top:47px;
}

#slideshow{
	height:400px;
	overflow:hidden;
	/*background-color:#efefef;*/
	border-bottom:1px solid #59A51C;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}

#slideshow ul{
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	height:400px;
	background-color:white;
}
#slideshow ul li{
	display:none;
	margin:0;
	padding:0;
	position:absolute;
	z-index:10;
}

#push{
	margin:0 0 30px 0;
}

/*#submenu{
	float:left;
	width:160px;
	margin:0 20px 0 0;
}*/

/* COMPONENTS
------------------------------------*/

#components{
	
}

#components .three-columns{
	margin:0 0 10px 0;
	background-image:url(../images/three-columns-bg.png);
	background-repeat:repeat-y;
	background-position:center;
}
#components .three-columns-span{
	background-image:url(../images/three-columns-span-bg.png);
}
#components .three-columns-two{
	background-image:url(../images/three-columns-two-bg.png);
}
#components div.three-columns-two .col{
	width:468px;
}
#components .three-columns .col{
	float:left;
	width:304px;
	margin:0 24px 0 0;
}
#components .three-columns .span{
	width:632px;
}
#components .three-columns .last{
	margin:0;
}
#components .three-columns .last{
	margin:0;
}
#components .column-heading{
	height:30px;
	background-image:url(../images/heading-left.png);
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
	padding:0 10px;
	line-height:30px;
	color:white;
	font-size:15px;
	overflow:hidden;
	float:left;
	margin:0 10px 10px 0;
}
#components .column-heading i{
	width:50%;
	overflow:hidden;
	background-color:yellow
}
#components .column-heading span{
	position:absolute;
	width:8px;
	height:30px;
	background-image:url(../images/heading-right.png);
	top:0px;
	right:0px;
}
#components .column-subheading
{
	color:#8B1431;
	float:right;
	font-weight:bold;
	height:30px;
	line-height:30px;
}
#components a.more{
	text-transform:uppercase;
	background-image:url(../images/more-arrow.png);
	padding:0 15px 0 0;
	background-repeat:no-repeat;
	background-position:right center;
}
#components .blog-summary-image{
	float:left;
	margin:0 10px 5px 0;
}

#components .product-range{
	height:400px;
	position:relative;
	background-image:url(../images/product-range.png);
	background-repeat:no-repeat;
	margin-top:-30px;
	margin-bottom:20px;
	border-bottom:1px solid #59A51C;
	zoom:1;
	z-index:1;
}
#components .product-range .product{
	position:absolute;
	z-index:10;
	left:20px;
	top:60px;
	width:150px;
}
#components .product-range .product:hover{
	text-decoration:underline;
}
#components .product-range .product .title{
	padding:10px 0 5px;
	font-weight:bold;
	text-align:center;
	font-size:14px;
}
#components .product-range .product-1 .title{color:#81001F}
#components .product-range .product-2 .title{color:#59A51C}
#components .product-range .product-3 .title{color:#E71802}
#components .product-range .product .text{
	font-size:11px;
	text-align:center;
	font-weight:normal;
	color:gray;
}
#components .product-range .product-2{left:200px;}
#components .product-range .product-3{left:382px;}
#components .product-range .product .image{
	width:150px;
	height:187px;
	overflow:hidden;
}
#components .product-range .gif{
	height:400px;
	width:320px;
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	z-index:10;
	right:0px;
	top:0px;
}
#components .product-range .fact{
	position:absolute;
	z-index:20;
	left:0px;
	top:355px;
	width:960px;
}
#components .product-range .fact p{
	color:#81001F;
	font-weight:bold;
	padding:5px 0 0 0;
}
#components .product-range .fact p a{
	color:#81001F;
}
#components .product-range .fact p a:hover{
	text-decoration:underline;
}

#components .quote{
	background-color:#59A51C;
	margin:0 0 10px 0;
	padding:10px;
	color:white;
}
#components .tick{
	background-image:url(../images/tick.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding:0 0 10px 20px;
	margin:0;
}
#components .tick-right{
	background-image:url(../images/tick.png);
	background-position:right top;
	background-repeat:no-repeat;
	padding:0 20px 10px 0;
	margin:0;
	/*float:left;*/
	display: inline-block;
}


#components .vidlist{
	margin:0;
}
#components .playlist{
	background-color:#81001F;
	padding:5px 0 10px 0;
	margin:0 0 10px 0;
}
#components .playlist .entries{
	text-align:center;
}
#components .playlist .entries a{
	padding:0 5px;
	color:#C18392;
	font-weight:normal;
	font-size:16px;
}
#components .playlist .entries a:hover{
	color:white;
}
#components .playlist .entries a.playing, #components .playlist .entries a.paused{
	font-weight:bold;
	color:white;
}
#components .playlist .entries a.paused{
	color:yellow;
}


#components .contact_form{
	margin:0;
	padding:0;
}
#components .contact_form dt{
	margin:0;
	padding:0 0 5px;
}
#components .contact_form dd{
	margin:0;
	padding:0 0 15px;
}
#components .contact_form .field{
	width:50%;
}
#components .contact_form .submit{
	background-color:#59A51C;
	color:white;
}

#components .error{
	color:red;
	padding:0 0 5px 0;
}


#gallery{
	list-style:none;
	margin:0;
	padding:0;
}
#gallery li{
	float:left;
}
#gallery li a{
	float:left;
	display:block;
	padding:5px;
	margin:0 5px 5px 0;
	border:1px solid #efefef;
	width:75px;
	height:75px;
}
#gallery li a:hover{
	border:1px solid #ccc;
}

.input{
	border:1px solid #ccc;
	padding:5px;
	width:50%;
}
dl{
	margin:0;
	padding:0;
}
dt{
	padding:0 0 5px 0;
	margin:0;
}
dd{
	padding:0 0 15px 0;
	margin:0;
}
dd.dd-submit input{
	padding:8px 10px;
	color:white;
	background-color:#8B1431;
}


/* FOOTER
------------------------------------*/

#footer{
	clear:both;
}
#cyberdesign{

}