/********************************
* Cold Blue Labs stylesheet
* Copyright 2008 Cold Blue Labs
********************************/
*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	font-size: 0.8em;
}

#header, #content, #footer
{
	width: 800px;
	margin: 0 auto;
	
	padding: 20px;
}

/**********
* Header
***********/
#headerWrapper
{
	height: 124px;
	background: url(/images/header/bg.gif) top left repeat-x;

	
	border-bottom: 1px solid #101213;
}

#header
{
	background: url(/images/header/headerBg.gif) top left no-repeat;
	height: 124px;
	
	color: #FFFFFF;
	text-shadow: #111111 1px 1px 1px;
	
	padding-left: 0;
}

#header a#logo
{
	height: 124px;
	width: 111px;
	
	display: block;
	
	text-decoration: none;
	
	background: url(/images/header/logo.png) top left no-repeat;
}

#header h1, #header h2
{
	font-weight: normal;
}

#header h1
{
	position: relative;
	bottom: 110px;
	left: 130px;
}

#header h2
{
	position: relative;
	left: 130px;
	bottom: 110px;
	
	font-style: italic;
	font-size: 1.3em;
}

#header h2 a#purchase
{
	height: 100px;
	width: 100px;
	
	background: url(/images/purchase/purchase.png) no-repeat;
	
	position: relative;
	bottom: 70px;
	left: 550px;
	
	display: block;
	line-height: 70px;
	
	color: #8E4D00;
	
	font-size: 1em;
	text-shadow: #AAAAAA 1px 1px 1px;
	text-decoration: none;
} 

#header h2 a#purchase span
{
	position: relative;
	bottom: 50px;
	left: 16px;
}

/**********
* Content
**********/
#contentWrapper
{
	background: url(/images/main/contentBg.gif) top left repeat-x;
}

#content
{	
	color: #777777;
	padding-bottom: 0px;
	padding-left: 40px;
	padding-top: 30px;
	
	line-height: 1.6;
}

#content h1, #content h2, #content h3
{
	background: url(/images/main/headersBg.gif) bottom left repeat-x;
	
	padding-bottom: 15px;
	
	font-weight: normal;
}

#content h1
{
	font-size: 1.5em;
}

#content p
{
	padding: 5px 0 5px 0;
}

#content a
{
	color: #333333;
}

#content a:hover
{
	text-decoration: none;
}

#content ul, ol
{
	padding-left: 20px;
}

#content p.small
{
	font-size: 0.9em;
}

/************
* Screenshots
*************/
#screenshots
{
	margin-top: 30px;
}

#screenshots h1
{
	margin-bottom: 10px;
}

#screenshots a
{
	text-decoration: none;
	
	border: 0;
	background: 0;
}

#screenshots img
{
	margin-bottom: 20px;
	margin-right: 20px;
	
	border: 0;
}

/**********
* Support
***********/
p.support
{
	height: 120px;
	
	line-height: 100px;
	
	text-indent: 50px;
	background: url(/images/main/questionRounded.gif) left no-repeat;
}

/********
* Order
********/
#buy
{
	padding: 20px;
	margin: 0 0 10px 0;
	background-color: #F4FAFF;
	
	height: 50px;
	line-height: 50px;
	
	border-bottom: 5px solid #E1F1FF;
	
	text-align: right;
}

#buy input
{
	float: left;
	margin-right: 20px;
}

#total
{
	margin-top: -9px;
	
	text-align: center;
	background-color: #F4FAFF;
	
	font-size: 1.5em;
	
	color: #839FB9;
}

#total sup
{
	font-size: 0.7em;
}

/***********
* Tables
***********/
table tr td
{
	padding: 5px 15px 5px 0;
}

/**********
* Forms
*********/
input[type = 'text']
{
	padding: 5px;
	margin-right: 10px;
	border: 2px solid #DDDDDD;
	background-color: #FAFAFA;
}

select
{
	margin-right: 10px;
}

/**********
* Errors
**********/
#error
{	
	border-left: 5px solid #FEAE31;
	background: #FBF0D0 url(/images/error/errorBg.gif) top left no-repeat;
	
	margin-bottom: 30px;
	
	color: #B07927;
	
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 5px;
}

#error h1
{
	background: none;
	margin: 0;
}


/**********
* Footer
**********/
#footerWrapper
{
	background: url(/images/footer/footerBg.gif) top left repeat-x;
	border-top: 1px solid #EEEEEE;
}

#footer
{
	color: #999999;
	padding-top: 10px;
	padding-left: 40px;
}

#footer a
{
	color: #444444;
}

#footer a:hover
{
	text-decoration: none;
}