/*
Theme Name: PSI
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

*/



/* Begin Typography & Colors */

body {
	margin: 0px;
	padding: 0px;
	text-align:center;	
	/*font-family: Lucida Grande,Lucida Sans Unicode,Arial,sans-serif; */
	font-family: Arial,sans-serif;	
	font-size: 12px;
	line-height: 18px;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-x;
	background-color: #CECDCD;
	color:#333;

}

h1 {
font-size: 18px;
color: #E2233D;
border-bottom:dashed 2px #cdcdcd;
display:inline;
padding-bottom:8px;
}

hr {
height:1px;
color:#cdcdcd;

}

ul {
margin:20px 0 20px 25px;
padding:0;
}

li {
color:#292828;
font-size:12px;
line-height:18px;
margin:0;
padding:0;
}

#main_container {
	margin: 0 auto;
	width: 890px;
	text-align:left;
	background-image:url(images/content_bg.gif);
}

#logo {
	margin: 0;
	width: 217px;
	height: 181px;	
	background-image:url(images/logo_bg.gif);
	float:left;
}
#main_nav {
	margin: 0;
	width: 673px;
	height: 36px;
	background: #CECDCD;	
	float:left;
}
#head_img {
	margin: 0;
	width: 670px;
	height: 145px;	
	/*background-image:url(images/head_products.jpg);*/
	float:left;
}

#head_img_home {
	margin: 0;
	width: 670px;
	height: 349px;	
	background-image:url(images/head_home.jpg);
	float:left;
}

#title {
	margin: 12px;
	text-transform:uppercase;
	color:white;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:23px;
	font-weight:bold;
}
#sec_nav {
	margin-left: 12px;
	padding-top: 18px;	
	width: 192px;
	float:left;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;	
}

#sec_nav a {
color: #333;
}
#sec_nav a:visited {
color: #833;
}

#content {
	margin-left: 12px;
	margin-top: 18px;	
	width: 630px;
	float:left;
	border-left:1px solid #CECDCD;
	padding-left:15px;
	min-height: 600px;
}

#home_left_col {
	margin-left: 30px;
	margin-top: 25px;	
	width: 370px;
	float:left;
}

#home_right_col {
	margin-left: 40px;
	margin-top: 25px;	
	width: 370px;
	float:left;
	border-left:1px solid #CECDCD;
	padding-left:40px;
}

#sec_nav li {
	margin:10px;
}

