/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset 
{
	margin: 0;
    padding: 0;
    font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address
{
    margin: 1em 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, ul, ol, dl
{
	line-height: 1.2em;
}
table
{
	line-height: 1.4em;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote
{
	margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label
{
    cursor: pointer;
}
fieldset
{
    border: none;
}
input, select, textarea
{
    font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* body */
body
{
	padding: 0;
	margin: 0;
	background: #8996A0;
	font-size: 80%;
}

/* wrapper layout */
#wrapper
{
	margin: 0 auto;
	width: 960px;
}

/* header */
#header
{
	overflow: hidden;
	background: #E0E6E6;
}
#header h1
{
	margin: 0;
	padding: 0;
	float: left;
	width: 549px;
}
#header #headerinfo
{
	background: url(shipoffools_files/02_masthead.gif) no-repeat center right;
	float: right;
	width: 410px;
}
#header h2
{
	clear: both;
	text-transform: uppercase;
	font-size: 75%;
	padding: 6px 0 0 16px;
}
#header ul
{
	float: left;
	width: 250px;
	list-style: none;
	padding: 0;
	margin: 30px 150px 0 20px;
}
#header ul li
{
	margin: 4px 0 0 0;
	padding: 0;
	float: left;
	width: 122px;
}
#header ul li a
{
	padding-left: 18px;
	text-transform: uppercase;
	font-size: 75%;
	color: #000;
	display: block;
}
#header ul li a.about
{
	background: url(shipoffools_files/about.png) no-repeat center left;
}
#header ul li a.newsletter
{
	background: url(shipoffools_files/newsletter.png) no-repeat center left;
}
#header ul li a.contact
{
	background: url(shipoffools_files/contact.png) no-repeat center left;
}
#header ul li a.support
{
	background: url(shipoffools_files/support.png) no-repeat center left;
}

/* menu */
#menu
{
	clear: both;
	background: #FFF;
	padding: 6px 32px 20px 32px;
}
#menu ul
{
	list-style: 0;
	margin: 0;
	padding: 0;
}
#menu ul li
{
	margin: 0;
	padding: 0 4px 0 6px;
	display: inline;
	border: 2px solid #51626F;
	border-width: 0 0 0 2px;
}
#menu ul li.first
{
	border: 0;
	padding-left: 0;
}
#menu a
{
	font-family: "Arial Black", sans-serif;
	font-weight: 900;
	color: #51626F;
}
#menu a:hover
{
	color: #C00;
	text-decoration: underline;
}

/*column layout */
#col1
{
	float: left;
	width: 253px;
}
#col2
{
	float: left;
	width: 453px;
}
#col2 #mainfeatures
{
	float: left;
	width: 280px;
	margin: 0 10px;
}
#col2 #subfeatures
{
	float: right;
	width: 142px;
}

/* content */
#content
{
	background: #FFF;
	padding: 0 32px;
	overflow: hidden;
}
#strapline
{
	margin: 0;
	padding: 0 0 10px 0;
}
#strapline a
{
	color: #C00;
}
#strapline a:hover
{
	text-decoration: underline;
	color: #005B82;
}
.box
{
	background: #E0E6E6;
	padding: 21px;
}
#col1 img
{
	margin: 0 0 5px 0;
}
#col1 h3
{
	margin: 0.8em 0 0 0;
	padding: 0;
}
#col1 p
{
	padding: 0;
	margin: 0;
}
#col1 a
{
	color: #000;
	text-decoration: none;
}
#col1 a:hover
{
	color: #51626F;
	text-decoration: underline;
}
#col2 h2
{
	margin-left: 10px;
}
#mainfeatures img
{
	float: left;
	padding: 0 0.6em 1em 0;
}
#mainfeatures h2
{
	clear: left;
	padding: 0;
	margin: 0;
}
#mainfeatures h3, #mainfeatures h4
{
	clear: left;
	padding: 0;
	margin: 0.8em 0 0 0;
}
#mainfeatures p
{
	padding: 0;
	margin: 0;
}
#mainfeatures .top p
{
	padding: 0 0 0 80px;
}
#mainfeatures p.first
{
	padding: 0 0 0 150px;
}
#mainfeatures h2 a
{
	color: #C00;
	font-size: 80%;
}
#mainfeatures h3 a
{
	color: #000;
}
#mainfeatures h2 a:hover, #mainfeatures h3 a:hover
{
	color: #51626F;
	text-decoration: underline;
}
#mainfeatures .bottom h4 a
{
	color: #C00;
}
#mainfeatures .bottom h4 a:hover
{
	color: #51626F;
	text-decoration: underline;
}
#mainfeatures .bottom h3
{
	margin-top: 2em;
}
#subfeatures a
{
	color: #C00;
}
#subfeatures a:hover
{
	color: #51626F;
	text-decoration: underline;
}
#subfeatures ul
{
	list-style: none;
	margin: 1em 0;
}
#subfeatures ul li
{
	margin: 0;
	padding: 0;
	font-size: 90%;
}
#subfeatures ul li a
{
	color: #000;
}

/* footer */
#footer
{
	padding: 2em 0;
	background: #FFF;
}
#footer p
{
	font-size: 80%;
	font-weight: bold;
	margin: 0;
	padding: 0 34px;
}

/* misc */
a
{
	text-decoration: none;
}
.highlight
{
	color: #C00;
	font-weight: bold;
}
.bold
{
	font-weight: bold;
	font-size: 90%;
}
a img
{
	border: 0;
}

/* hacks for IE6 "the broken browser" */
* html #header
{
	float: left;
	width: 960px;
}
* html #header #headerinfo
{
	width: 300px;
}
* html #header ul
{
	width: 200px;
	margin: 25px 95px 10px 0;
}
* html #header ul li
{
	width: 100px;
	line-height: 18px;
}
* html #header h2
{
	display: inline;
	padding: 6px 0 0 0;
}
* html #content
{
	height: 1%;
}
* html #col1
{
	width: 245px;
}
* html #col2
{
	width: 470px;
}
* html #col2 #mainfeatures
{
	float: left;
	width: 250px;
	margin: 0 6px;
}
* html #subfeatures
{
	width: 135px;
}