/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

h1,h2,h3,h4,p{margin:0;padding:0;}

input[type="button"], input[type="submit"]{
	float:left;
	background: #DDD repeat-x scroll left top;
	-moz-border-radius-bottomleft:11px;
	-moz-border-radius-bottomright:11px;
	-moz-border-radius-topleft:11px;
	-moz-border-radius-topright:11px;
	-moz-box-sizing:content-box;
	-x-system-font:none;
	border:1px solid #BBBBBB;
	color:#464646;
	cursor:pointer;
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size:11px;
	line-height:12px;
	padding:2px 6px !important;
	text-decoration:none;
	text-shadow:0 1px 0 #FFFFFF;
	margin-right:3px;
}

input[type="text"]{
	float:left;
}

a{color:#444;}

img{border:0;}

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/bg.jpg');
	color: #333;
	text-align: center;
	}

	
	
	
#page {
	width:990px; 
	margin:15px auto;
	margin-top:50px;
	text-align: left;
	}
	
.top_bar{
	height:79px;
	margin:0;padding:0;
	background: url('images/menu-bg-l.png') no-repeat left bottom;
}

.menu-area{
	background: url('images/menu-bg.png') repeat-x left bottom;
	margin:0 12px;
	height:79px;
}

.menu-area img{float:left;}
.menu-area .czlogo{padding:10px;padding-bottom:0;padding-top:25px;}
.menu-area .logo{padding-left:20px;}

.rightfix{
	float:right;
	height:79px;
	width:12px;
	background: url('images/menu-bg-r.png') no-repeat right bottom;
}

.menu { display:inline; margin:0;padding:0; -display:inline-block;margin-top:-10px;}
.menu li{margin:0;padding:0;padding-top:25px;display:block;	float:left;}
	
.menu li a{
	display:inline-block;
	height:54px;
	color:#FFC20E;
	text-decoration:none;
	font-size:11pt;
	font-weight:bold;
	font-family: Arial,'Myriad Pro';
	text-transform:uppercase;
	padding:0 12px; -padding: 0 5px;
	line-height:54px;
	background: url('images/menu-bg-spacer.gif') no-repeat left;
}	
	
#searchform{
	display:inline-block;
	background: url('images/menu-bg-spacer.gif') no-repeat left;
	height:54px;
}	
	
#searchform input{
	display:inline-block;
	margin-top:15px;
	margin-left:5px;
}
	
#content{
	border:2px solid #000;
	background-color:#FFF;
	margin-top:20px;
}

#content h2{
	font-family: 'Myriad Pro', Verdana, Arial;
	font-size:18pt;
	font-style:italic;
	padding:10px;
}

#sidebar{
	float:right;
}

#content img{
	border:2px solid #999;
}

#content .hero{
	display:block;
	margin: 10px auto;
	border:3px solid #000;
}

#content p{
	padding:10px 15px;
	font-size:9pt;
}

#content .blue{
	margin:10px;
	background-color:#87A2B7;
}

#content .home{
	position:relative;
}

#content .home img{
	border:0; 
}

#content .homeText{
	position:absolute;
	right:0;
	top:0;
	width:415px;
}

#content .homeText h1 a, 
#content .homeText h1{
	color:#FFC20E;
	font-size:22pt;
	font-variant:small-caps;
	padding-top:10px;
	margin-bottom:0;
	padding-bottom:0;
}

#content .homeText p{
	font-family:times;
	font-size:11pt;
	line-height:20px;
	margin-top:0;
}


.main{
	margin-right:280px;
}

.products{
	margin:0;padding:0;
}

.products tr{
	vertical-align:top;
}

.products td{
	border-bottom:1px solid #CCC;
}

#content .products img{
	border:0;background:transparent;
	margin:10px;
}

.video td{
	padding-bottom:25px;
}

.InvodoPL{
	display:block;
}


.right{
	float:right;
	width:275px;
}

.right img{
	display:block;
	margin:10px auto;
	background-color:#000;
	padding:3px;
}

.right small{
	display:block;margin:0;padding:0;padding-top:10px;margin-bottom:25px;
}

.boxes{
	margin-top:15px;
}

.boxes ul{
	float:left;margin:0;padding:0;
}

.boxes li{
	list-style:none;
	float:left;
	margin-left:15px;
}

.boxes li div{
	height:130px;
	text-align:center;
	width:175px;
	background-color:#FFF;
	border:2px solid #000;
	overflow:hidden;
}

.boxes li h2{
	font-size:12pt;
	font-family:arial;
	color:#FFF;
	font-variant:small-caps;
	margin-top:0;
	text-align:center;
	text-decoration:none;
}

.ppage img{
	padding:8px;
	background-color:#DDD;
	border:2px solid #888;
}

.ppage h2 a{text-decoration:none;}
