/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
a:focus
{
  -moz-outline: none;
}
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* { 
	margin: 0;
	padding: 0;
}

body {
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: 'Lucida Grande', sans-serif; 
	background: #000 url(../images/bg.jpg) no-repeat scroll 50% top;
}

html {
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 1000px;  
	margin: 0 auto; 
}
#Container { 
	width: 1000px;
	background: #282727;
}
#Layout {
	width: 100%;
	clear: both;
	overflow: hidden;
	margin: 15px 0 auto;
}
#pageContent {
	padding: 10px;
}
.typography
{
	padding: 10px 30px;	
}
/* HEADER
----------------------------------------- */
#Header { 
 	width: 1000px; 
 	margin: 0 auto;
	overflow: hidden;
}
	#Header #LogoBox
	{
		height: 100px;
		width: 235px;
		background: url(../images/logo.png) no-repeat;	
		background-position: 30px 67%;
		float: left;
	}
	#Header #LogoBox a.logo
	{
		display: block;
		height: 95px;
		width: 220px;
	}
 	#Header h1 { 
	  	color: #000; 
		font-size: 3.2em; 
		font-weight: 300;
		width: 300px;
		display: inline;
		float: left;
		padding-left: 10px;
 	}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		margin: 0 0 0 100px;
	}

#Header .headerimage
{
	height: 240px;
	width: 1000px;
	overflow: hidden;
	position: relative;
}
#Header .headerIllustration
{
	width: 1000px;	
}
	#Header .headerimage .headertext
	{
	    left: 0;
	    top: 32%;
		position: absolute;
		background-color: #BED63A;
		background: url('../images/headertext_bg2-trans.png') !important;
		padding: 10px 20px 10px 10px;
		width: 500px;
	}
	#Header .headerimage .headertext h1
	{
		color: #fff;
		font-size: 25px;
		width: 100%;
	}
/* MAIN NAVIGATION - TABS
----------------------------------------- */
#TopNavigation
{
	float: right;
	margin-right: 30px;	
	margin-top: 19px;
	width: 500px;
	text-align: right;
}
	#TopNavigation ul { 
 		float: right; 
	}
	#TopNavigation ul li a
	{ 
			text-decoration: none;
			display: block; 
			font-size: 12px; 
			padding: 0 0 0 7px;
			color: #eee;
	}
	#TopNavigation ul li { 
	 		list-style: none; 
			margin: 0 2px; 
			float: left;
			display: block;
	}

#Navigation {
	width: 760px;
	margin: 22px 0 auto;
	overflow: hidden;
	float: right;
	font-family: 'Lucida Grande', 'Myriad Pro', Helvetica;
}
	#Navigation ul { 
 		float: right; 
 		margin: 0 30px 0 0;
	}
		#Navigation ul li { 
	 		list-style: none; 
			margin: 0 2px; 
			float: left;
			line-height: 2.8em;
			display: block;
		}
  			#Navigation ul li a{ 
				float: left;
				text-decoration: none;
				display: block; 
				height: 2.3em; 
				font-size: 14px; 
				padding: 0 0 0 7px;
				color: #eee;
			}
			#Navigation .sublink
			{
				float: right;
				text-decoration: none;
				text-transform: uppercase;
				display: block; 
				height: 2.3em; 
				font-size: 12px; 
				padding: 0 20px 0 15px;
				color: #6f6f6f;
			}
				#Navigation ul li a span {
					text-align: center;
	        		float: left;
					height: 2.3em;
				}
					#Navigation ul li a:hover span {
						cursor: pointer;
					}
				
				#TopNavigation a.current,	
 				#TopNavigation a:hover,	
    			#Navigation ul li a.current,
	    		#SubMenu ul#Menu2 li a.current { 
				 	color: #00aeef;
				 	cursor:pointer;
					}
				#Navigation ul li a.current span,
				#Navigation ul li a.section span,
				#SubMenu ul li a.current {
					color: #00aeef;
				}

.LeftBar
{
	float: left;	
}
.RightBar
{
	float: right;
}	

/* SUBMENU
----------------------------------------------- */
#SubMenu 
{
	width: 190px;
}
	#SubMenu ul
	{
		list-style-type: none;
		margin: 0;
		padding: 5px 0 0 0;
	}
	#SubMenu ul li
	{
		margin: 0;
		padding: 5px 5px 7px 10px;
	}
	#SubMenu ul li a,
	a.box_link
	{
		font-size: 12px;
		color: #fff;
		font-family: 'Lucida Grande', 'Myriad Pro', Helvetica;
	}

a.menu_link
{
	font-size: 13px;
	color: #fff;
}

/* BOX */
.box_top
{
	background: transparent url('../images/box_top-trans.png');
	background-repeat: no-repeat;	
	margin-bottom: 0;
	height: 31px;
	width: 190px;
}
.box_content
{
	background-color: #333;
	width: 190px;
}
.box_bottom
{
	background:  url('../images/box_bottom2-trans.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 190px;
	height: 6px;
	margin-bottom: 20px;
}
h3#box_header
{
	margin: 0;
	padding: 0;
	line-height: 31px;
	text-indent: 10px;
	font-size: 14px;
	font-family: 'Lucida Grande', 'Myriad Pro', Helvetica;
}
div.box_content a.box_link
{
	
}

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

#Footer { 
 	clear: both;  
	width: 100%; 
	background-color: #222;
	text-align: center; 
	color: #eee;
	padding: 10px 30px;
	width: 940px;
}
	#Footer table
	{
		font-size: 11px;
	}
  	#Footer p { 
		color: #fff;
		font-size: 12px;
		text-align: left;
	}
  		#Footer a { 
	   		color: #00AEEF; 
	   		text-decoration: none;
		}
			#Footer a:hover {
				color: #fff;
				text-decoration: underline;
			}
			
.clear
{
	clear: both;	
}		
			
/* PAGETYPES */
/* InfoPage */
div.infopage .pageContent
{
	width: 505px;
	float: left;
	padding: 10px;
}
div.infopage .products
{
	width: 200px;
	float: right;
}
div.infopage .references
{
	width: 190px;
	float: right;
}
/* end InfoPage */

/* general */
.sidebar_right
{
	width: 190px;
	float: right;
}

.product_list,
div.product .pageContent,
.product .specifications,
.productImages,
.references,
.reference_list,
.referenceImages,
div.reference .pageContent,
.customer_quote,
div.infopage .references,
#pageContent,
.products
{
}

div.product .pageContent,
.product .specifications,
.productImages,
.references,
.referenceImages, 	
div.reference .pageContent,
.customer_quote,
div.infopage .references,
{
}

div.reference_item h3.imgtext
{
	padding: 0;
	margin: 0;	
	font-size: 12px;
	line-heght: 5px;
}
/* end general */


.pageContentMiddle
{
	width: 500px;
	float: left;
	padding:  0 0 0 30px;
}

/* ProductPage */
div.product .pageContent
{
	width: 680px;
	float: left;
	padding: 10px;
}
.product .specifications
{
	width: 200px;
	float: right;
	margin: 0  0 20px 0;
}
	.product .specifications ul
	{
		margin: 0 0 0 12px;
		padding: 0;
	}
		.specifications ul li span
		{
			color: #fff;	
		}


.product_list,
.reference_list,
.references
{
}
.product_list .product_item,
.reference_list .reference_item,
.references .reference_item
{
	width: 200px;
	min-height: 180px;
	float: left;
	text-align: center;
}

/* product- and reference images column */
.referenceImages,
.productImages
{
	float: right;	
	color: #afafaf;
}
.referenceImages .picture_list,
.productImages .picture_list
{
	padding-bottom: 10px;
}

	.referenceImages .picture_item,
	.productImages .picture_item
	{
		clear: both;
	}
	.referenceImages .picture_item a img,
	.productImages .picture_item a img
	{
		border: 1px solid #555;
	}
	.referenceImages .picture_item a img:hover,
	.productImages .picture_item a img:hover
	{
		border: 1px solid #ccc;
	}
	.referenceImages .picture_item .meta,
	.productImages .picture_item .meta
	{
			float: left;
			overflow: hidden;
			padding: 5px;
			text-align: center;
			width: 180px;
	}

	.referenceImages .picture_item a,
	.productImages .picture_item a
	{
		float: right;
	}

/* reference list */
.references
{
}
	.references .reference_item
	{
		width: 200px;
	}
/* end reference list */

/* reference holder list */
.reference_list
{
	padding: 10px;
}
.reference_list .reference_item
{
	width: 200px;
	float: left;
}
/* end reference holder list */

/* reference page */
div.reference .pageContent
{
	width: 735px;
	float: left;
	padding: 0;
}

.reference_list
{
	padding: 10px;
}
.reference_list .reference_item
{
	width: 200px;
	float: left;
}
.customer_quote
{
	padding: 10px;
	margin: 10px 0;
}
/* end reference page */

/* Home page */
.homepage
{
}
	div.boxes
	{
		width: 970px;
	}
	div.boxes div.box
	{
		width: 259px;
		float: left;
		padding: 20px;
		background-color: #222;
		height: 175px;
		margin-bottom: 20px;
		cursor: pointer;
	}
	
div.boxes div.box.middlecolumn
	{
		margin: 0 21px;
	}
		div.box h3
		{
			font-size: 15px;
			padding: 0;
			margin: 0;
			text-indent: 0;
			width: 100%;
			border-bottom: 1px solid #535353;
			padding-bottom: 3px;
			height: 40px;
		}
			div.box h3 a,
			div.box p a
			{
				color: #fff;
			}
		div.box p
		{
			font-size: 12px;
			font-style: italic;
			margin: 10px 0;
		}
		div.box p.image
		{
			height: 130px;
			overflow: hidden;
		}


.homepage div.Content
{
	width: 100%;	
	margin-top: 20px;
	
}
div.boxes.holder div.box,
div#ReferenceHolder div.box
{
	height: auto;	
}
.homepage div.boxes div.box
{
	height: 310px;
	margin-bottom: 0;
}

/* Page */
div.video_item
{
	padding: 0;	
}
div.meta.video
{
	background-color: #1a1a1a;
	margin-bottom: 15px;
}
	div.meta.video p
	{
		font-size: 10px;
	}
.video_item a img:hover
{
	border: 1px solid #555;	
}
.video_thumb
{
	position: relative;
	margin: 0;
	padding: 0;	
}
.video_thumb img.no_thumbnail
{
	width: 188px;	
}
.video_thumb .VideoPlayButton
{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 40%;
	top: 25%;
	background:  url('../swf/play.png');
	cursor: pointer;
}
div.headerimage.flash
{
	background-image: url('../images/front_static_bg.png'); 	
}
div.loginForm
{
	padding: 0 0 30px 40px;
}
div.loginForm label
{
	color:#777777;
	display:block;
	font-size:1em;
	margin:10px 0 -10px;
}
div.loginForm label.right
{
	display: inline;	
}
div.loginForm #Remember
{
	color:#DDDDDD;
	font-size:12px;
	line-height:18px;
	margin:0 0 10px;	
}
div.loginForm a
{
	color: #00AEEF;
	text-decoration:none;
	font-size: 12px;	
}
/* end Page */