/*
Title: "Site Title" screen styles
Date Modified: 12/24/2009
--
Author: Bayt & Takl Design
Contact: http://baytandtakl.com/contact
--
Table of Contents:
	layout
	typography
	navigation
	alignment
*/

/* layout
------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
	}

body {
	background: #454545 url(/images/backgrounds/background.jpg) left top no-repeat;
	color: #000;
	font: normal small/1.5em  Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	text-align: center; /* for centering Win IE 5 */
	}

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}

/* ----- header ----- */
#header {
	position: relative;
	margin: 0;
	overflow: hidden;
	}

#logo {
	float: left;
	width: 300px;
	padding: 25px 0 45px 0;
	}

#logo h1, #logo h1 a {
/*	text-indent: -4000px; */
	display: block;
	margin: 0;
	padding: 0;
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	width: 300px;
	border-bottom: none;
	text-decoration: none;
	}

#logo h1 a:hover {
color: #fff;
}

#header h2 {
position: absolute;
left: 0;
bottom: 15px;
font-size: 18px;
}


/* ----- main content ----- */
#main {
	background: #fff;
	margin: 0 auto;
	padding: 25px;
	overflow: hidden;
	text-align: left;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	}

ul, ol {
	font-size: 11px;
	}

ul {
	list-style-type: square;
	}

ol {
	list-style-type: decimal;
	}

#left_column {
float: left;
width: 860px;
}

#right_column {
float: right;
width: 225px;
}


/* ----- footer ----- */
#footer {
	margin: 0 auto;
	padding-bottom: 25px;
	text-align: center;
	clear: both;
	color: #ccc;
	font-style: normal;
	font-size: x-small;
	}

.footer_nav ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background: none; 
	color: #333;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
	}

.footer_nav ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
	}

.footer_nav ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #333;
	text-decoration: none;
	border-right: 1px solid #DBDBDB;
	}

.footer_nav ul li a:hover {
	background: none;
	color: #000;
	}

.footer_nav ul li a.last { border-right: none; }
	
#footer p {
	clear: both;
	}


/* typography
------------------------------------- */
h1, h2, h3, dt, dt a, legend {
	font-weight: normal;
	line-height: 1.4em;
	}

h2 {
	font-size: 180%;
	text-align: left;
	}
	
h3, dt, legend {
	font-weight: normal;
	font-size: 125%;
	}
	
h3.desc {
	font-weight: normal;
	font-size: 160%;
	line-height: 1.2em;
	margin-bottom: 45px;
	margin-right: 45px;
	}

h4 {
	font-size: 100%;
	}

.caption {
	text-align: left;
	line-height: 1.5em;
	font-size: x-small;
	}

.alert {
	color: #C00;
	}

.small {
	font-size: 90%;
	line-height: 1.3em;
	}
	
abbr, acronym {
	font-style: italic;
	cursor: help;
	}

/* navigation
------------------------------------- */
a {
	color: #00F;
	text-decoration: none
	}

a:link {
	color: #00F;
	text-decoration: none
	}

a:hover  {
	color: #39F;
	text-decoration: underline
	}

div.nav {
	position: absolute;
	top: 45px;
	right: 0;
	overflow: hidden;
	}


.nav ul {
	color: #333;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
	}

.nav ul li {
	display: inline;
	}

.nav ul li a {
	padding-left: 10px;
	padding-right: 10px;
	color: #000;
	text-decoration: none;
	border-right: 1px solid #DBDBDB;
	}

.nav ul li a:hover {
	color: #333;
	}

.nav ul li a:active, .nav ul li a.selected {
	color: #333;
	}

.nav ul li a.last { border-right: none; }

.navcontainer #active { border-left: 1px solid #fff; }


/* ----- misc ----- */
hr {
clear: both;
border: none;
}

.product {
overflow: hidden;
margin: 0 100px 25px 0;
padding-bottom: 15px;
border-bottom: 1px solid #ccc;
font-size: 105%;
}

.purchase-info {
margin: 25px 0;
color: blue;
font-weight: bold;
font-size: 125%;
}

.footnote {
	color: #999;
	font-size: 80%;
	}

img, a img {
	border-width: 0;
	border: none;
	text-decoration: none;
	}

.border {
	border: 1px solid #ccc;
	}

.border_btm {
	border-bottom: 1px dashed silver;
	}

.lrg_banner {
	margin: 15px auto 45px auto;
	text-align: center;
	}

.banner {
	margin: 15px auto 20px auto;
	text-align: center;
	}

.inset {
	width: 125px;
	margin: 0 0 10px 15px;
	text-align: center;
	float: right;
	}

.inset .caption {
	font-size: 80%;
	}

.no_bullet {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
dd {
	margin: 0;
	}

/* alignment
------------------------------------- */
.align_left {
	float: left;
	}

.pad_left {
	float: left;
	margin: 0 15px 10px 0;
	}

.align_right {
	float: right;
	}

.pad_right {
	float: right;
	margin: 0 0 10px 15px;
	}

.pad_center {
	text-align: center;
	margin: 0 auto 10px auto;
	}

.clear {
	clear: both;
	}

