/*
	Main stylesheet for PortaCo website
	by Luke Petterson
	Date: 6/5/2007
*/


/*----------------------------------------------------*/
/* Products Page Styles */

body {
	background-color:#000000;
	margin:0;
	text-align:center;
}

h1 {
	font-size:16px;
	font-weight:bold;
}

h2 {
	font-size:14px;
	font-weight:bold;
}

h2.block {
	padding:5px;
	background-color:#001c37;
	color:#fff;
}

h2.home_list {
	font-size:13px;
	font-weight:bold;
	color:#d5a00f;
}

h3 {
	font-size:13px;
	font-weight:bold;
	color:#d5a00f;
}

a {
	color:white;
	text-decoration:underline;
}

a:hover {
	color:yellow;
	text-decoration:none;
}


/*----------------------------------------------------*/
/* Layout Styles */

#main_container {
	position:relative;
	width:953px;
	background-image:url("images/page_bg.jpg");
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-family:arial;
	font-size:12px;
	text-align:left;
	line-height:14px;
	color:#ffffff;
}

#worker {
	/*visibility:hidden;*/
	position:absolute;
	width:217px;
	height:720px;
	top:295px;
	left:736px;
	z-index:100;
}

#header {
	position:relative;
	width:953px;
	height:95px;
	background-image:url("images/header_bg.jpg");
}

#sub_header {
	position:relative;
	width:953px;
	height:200px;
	background-color:#002e5a;
	text-align:center;
}

#sub_header.page {
	position:relative;
	width:953px;
	height:120px;
	background-color:#002e5a;
	text-align:center;
}

#main_menu {
	position:relative;
	width:953px;
	height:40px;
	background-image:url("images/menu_bar_bg.jpg");
	background-repeat:repeat-x;
}

/*----------------------------------------------------*/
/* Menu Styles */

.menu_item {
	position:relative;
	height:40px;
	background-image:url("images/menu_bg.jpg");
	float:left;
	text-align:center;
	font-weight:bold;
}

.menu_item a {
	position:relative;
	display:block;
	color:#011329;
	text-decoration:none;
	margin:12px 10px 0px 10px;
}

.menu_item a:hover {
	color:#144281;
}

/*----------------------------------------------------*/
/* Body layout Styles */

#body_container {
	background-image:url("images/page_bg_overlay.jpg");
	background-repeat:no-repeat;
	color:white;
}

#page_content {
	padding:40px 300px 0px 40px;
}

/*----------------------------------------------------*/
/* Home page body layout Styles */

#home_column_one {
	position:relative;
	float:left;
	left:15px;
	top:20px;
	width:200px;
	display:inline;
}

#home_column_two {
	position:relative;
	float:left;
	left:45px;
	top:20px;
	width:200px;
	padding-left: 20px;
	border-left: 1px dotted #cccccc;
	display:inline;
}

#home_column_three {
	position:relative;
	float:left;
	left:75px;
	top:20px;
	width:200px;
	padding-left: 20px;
	border-left: 1px dotted #cccccc;
	display:inline;
}

.home_image {
	position:relative;
	width:200px;
	height:154px;
	vertical-align:bottom;
}

/*----------------------------------------------------*/
/* Footer Styles */

#footer {
	padding:20px;
	text-align:right;
	font-size:11px;
	font-weight:bold;
	color:#687a8c;
}

/*----------------------------------------------------*/
/* Sidebar Styles */

#random_product_photos {
	float:right;
	width:240px;
	text-align:center;
	padding:70px 15px 20px 15px;
}

#standard_sidebar {
	float:right;
	width:240px;
	text-align:center;
	padding:70px 15px 20px 15px;
}

/*----------------------------------------------------*/
/* Logo */

#logo {
	width:400px;
	height:90px;
}

#logo img {
	border:0px;
}

/*----------------------------------------------------*/
/* Search */

#search {
	position:absolute;
	top:55px;
	left:700px;
	width:240px;
	text-align:left;
	border:0px solid #cccccc;
}

#search input {
	border:2px solid #666666;
	background-color:#ffffff;
	font-size:12px;
}

/*----------------------------------------------------*/
/* Products Page Styles */

#products_sidebar {
	float:right;
	width:330px;
	text-align:center;
	padding:10px 15px 20px 15px;
	margin:20px 0 0 0;
	border-left:0px solid #ccc;
}

#products_sidebar h2 {
	padding:5px;
	text-align:left;
	background-color:#000;
	color:#fff;
}

#products_sidebar h3 {
	text-align:left;
}

#page_content.products {
	padding:30px 370px 0px 40px;
}

#page_content.products h2 {
	padding:5px;
	background-color:#001c37;
	color:#fff;
}

#page_content.products_list a {
	text-decoration:none;
}

/*----------------------------------------------------*/
/* Other Styles */

.clearer_div {
	clear:both;
}




