﻿@import url('normalize.css');
@import url('typography.css');

html
{
    text-align: center;
    background: #fff;
    background-image: url('../images/bg.gif');
    background-repeat: repeat-x;
}

body
{
    position: relative;
    width: 900px;
    margin: 0 auto;
    height: 100%;
    text-align: left;
    background-image: url('../images/header-bg.gif');
    background-repeat: repeat-x;
}

/* Branding */

#branding
{
    position: absolute;
    left: 12px;
    top: 103px;
    z-index: 100;
}

#branding h1 a
{
    width: 500px;
    height: 500px;
}

/* Content */

div#content
{
    position: relative;
    width: 100%;
    top: 1px;
}

div#content_main
{
    padding: 1em 0 60px;
    width: 558px;
    left: 339px;
    border: 1px solid #d3d7dd;
}

div#content_sub
{
    left: 7px;
    width: 324px;
    background: #f4f4f4;
    position: absolute;
    top: 120px;
}

/* Forms */

.form_buttons
{
    text-align: center;
    margin: 1em;
    overflow: auto;
    padding: 10px 20px;
    font-size: 1.2em;
    border: 1px solid #eee;
}

.form_buttons p
{
    margin-top: 6px;
    padding: 0;
    margin-bottom: 0;
}

input[type=submit]
{
    background: #e51837;
    color: #fff;
    padding: .25em;
    font-weight: bold;
}

input[type=radio]
{
    margin-right: 5px;
}

.radiobuttons label
{
	width: auto;
	float: none !important;
}

div.radiobuttongroup
{
	margin-left: 135px;
}

input.prevbtn
{
    float: left;
    clear: none;
}

input.nextbtn
{
    float: right;
    clear: none;
}

input.completebtn
{
    float: right;
    clear: none;
}


/* Layout Items */

div#content_sub hr
{
    border: none;
    border-top: 10px solid #fff;
    background: #fff;
    height: 10px;
    margin-bottom: 1em;
    margin-top: -.25em;

}

/* Primary Navigation Group */

div#nav_primary
{
    width: 100%;
    height: 87px;
    position: relative;
    font-size: .9em;
}

div#nav_primary p
{
    color: #fff;
    left: 20px;
    top: 14px;
    margin: 0;
    line-height: 1.1em;
}

ul#nav_main
{
    position: absolute;
    left: 339px;
    bottom: 0;
    z-index: 10;
    height: 25px;
    width: 517px;
    background: transparent url('../images/nav_main.gif') no-repeat;
    margin: 0;
}

ul#nav_sub, div#nav_primary p
{
    position: absolute;
}

ul#nav_main li,ul#nav_sub li
{
    display: inline;
	list-style-type: none;
	margin-left: 0;
}

li#nav_main_products,li#nav_main_aboutus,li#nav_main_order,li#nav_main_contact
{
    position: absolute; 
    display: block;
    height: 24px; 
    width: 128px;
}

li#nav_main_products { left: 0; }
li#nav_main_aboutus { left: 129px; }
li#nav_main_order { left: 258px; }
li#nav_main_contact { left: 387px; }

li#nav_main_products a,li#nav_main_aboutus a,li#nav_main_order a,li#nav_main_contact a
{
    display: block;
    width: 128px;
    height: 24px;
    text-indent: -5000em;
}

li#nav_sub_home,li#nav_sub_sitemap,li#nav_sub_myorder
{
    position: absolute; 
    display: block;
    height: 50px; 
}

li#nav_sub_home { left: -305px;background: transparent url('../images/icon-home.gif') no-repeat top left; }
li#nav_sub_sitemap { left: -211px;background: transparent url('../images/icon-sitemap.gif') no-repeat top left; }
li#nav_sub_myorder { left: -100px;background: transparent url('../images/icon-contact.gif') no-repeat top left; }

ul#nav_sub
{
    right: 15px;
    top: 13px;
    margin: 0;
}

ul#nav_sub li
{
    padding-left: 38px;
    width: 100px;
}

ul#nav_sub li a
{
    position: relative;
    top: 5px;
    color: #fff;
}

/* Secondary Navigation Group */

ul#nav_secondary li
{
    display: inline;
}

ul#nav_secondary
{
    position: relative;
    bottom: 40px;
    text-align: center;
    width: 560px;
    left: 340px;
    margin: 0;
    padding: 0;
    font-size: .8em;
}

ul#nav_secondary li
{
    padding: 0 .75em;
}

/* Site Info */

div#site_info
{
    position: absolute;
    left: 340px;
    width: 560px;
}

/* General Stuff */

.steps
{
    margin-left: 25px;
    margin-bottom: 1em;
}

.steps li
{
    margin-left: 20px;
    list-style-type: decimal;
}

.steps li.current_step
{
    font-weight: bold;
    color: #000;
}

.center
{
	text-align: center;
}

strong
{
	font-weight: bold;
}

ul.list
{
	margin: 1em 20px;
}

ul.list li
{
	margin: .4em 1em;
}

ul li
{
	margin-left: 15px;
	list-style-image: url('../images/bullet-square.gif');
}

img.pic
{
	margin-right: 15px;
}

img.left
{
	margin-left: 20px;
	float: left;
}

img.right
{
	margin-right: 20px;
	float: right;
}

div.error
{
    border: 1px solid #f00;
    padding: 15px;
    background: #efefef;
    font-weight: bold;
    color: #f00;
    margin: 20px;
}

.summary_table
{
	margin: 0 20px;
	padding: 0;
	border: 0;
	width: 500px;
}

.summary_table tr td
{
	padding: 5px;
}

/* Inman position clearing */
.pc, .sc
{
    position: absolute;
    top: 0;
    left: 0;
}
.clear_children, .cc_tallest
{
    position: relative;
}
/*\*/* html .clear_children
{
    display: inline;
}
/**/
.cc_tallest:after
{
    content: '';
}
/* PREVENTS A REDRAW BUG IN SAFARI */

/*-------------------------------------------------------------------------------------------------*/
/* Page Specific Styles */
/*-------------------------------------------------------------------------------------------------*/

/* home */

div.content_home
{
	padding-top: 255px !important;
    background: transparent url('../images/content-bg.jpg') no-repeat top left;
}

div#combokits
{
    background: #eceef0 url('../images/combokits-bg.gif') repeat-x top left;
    overflow: auto;
    width: 100%;
    margin-bottom: 1.5em;
}

div#combokits p
{
    margin: 0;
}

.combokit
{
    float: left;
    text-align: center;
    padding: 0;
}

.combokit ul
{
    margin-top: .5em;
}

.combokit ul li
{
    margin: 0;
    padding: 0;
}

#combokit250
{
    width: 184px;
}

#combokit500
{
    width: 184px;
}

#combokit1000
{
    width: 184px;
}

p.homepagespecial
{
    position: absolute;
    z-index: 20;
    text-indent: -5000em;
    width: 558px;
    height: 235px;
    top: 0;
    left: -20px;
}

p.homepagespecial a
{
    width: 558px;
    height: 235px;
    display: block;
}

ul.product_list li
{
	list-style: none;
	margin-left: 0;
}

/* about */

.content_about
{
    background: none !important;
    padding-top: 1em !important;
}

/* contact */

.content_contact
{
    background: none !important;
    padding-top: 1em !important;
}

.contact_form ul li
{
    list-style: none;
}

/* products */

.content_products
{
    background: none !important;
    padding-top: 1em !important;
}

/* sitemap */

.content_sitemap
{
    background: none !important;
    padding-top: 1em !important;
}

.content_sitemap ul
{
    margin-bottom: 0;
}

/* order */

.content_order
{
    background: none !important;
    padding-top: 1em !important;
}

.contact_form
{
    margin: 0;
    padding: 0;
}

.contact_form ul
{
    margin-bottom: 0;
    list-style-type: none;
}

.contact_form li
{
    padding: 5px 8px;
    background: #f5f5f5;
    margin-bottom: 3px;
    padding-left: 85px;
	list-style-type: none;
	margin-left: 0;
}

.contact_form ul li label
{
    float: left;
    width: 135px;
    margin-top: 2px;
    text-align: right;
    padding-right: 10px;
}

div.order_form table
{
	margin: 1em 20px 1em;
	border: none;
}

div.order_form table td, div.order_form table th
{
	border-style: solid;
	border-width: 1px;
	border-color: #eee;
	padding: 2px 5px;
}

div.order_form table th
{
	background: #ccc;
	color: #fff;
	font-weight: bold;
}

.content_order_checks
{
    background: none !important;
    padding-top: 1em !important;
}

.order_form ul
{
    margin-bottom: 0;
}

.order_form li
{
    padding: 5px 8px;
    background: #f5f5f5;
    margin-bottom: 3px;
	list-style-type: none;
	list-style: none;
	list-style-image: none;
	margin-left: 0;
}

.order_form ul li label
{
    float: left;
    width: 135px;
    margin-top: 2px;
}

table.radio_list label
{
    float: none !important;
    margin-right: 20px;
}

img#check_color
{
    border: 1px solid #ccc;
    margin-left: 10px;
    padding: 0;
    vertical-align: middle;
}

img.check_logo
{
    position: absolute;
    padding-left: 3px;
    left: 43px;
    top: 110px;
    width: 50px;
    height: 50px;
}

/* Order Tax Forms */



/* My Order */

.content_myorder
{
    background: none !important;
    padding-top: 1em !important;
}

.myorder_form
{
    margin: 0;
    padding: 0;
}

.myorder_form ul
{
    margin-bottom: 0;
}

.myorder_form li
{
    padding: 5px 8px;
    background: #f5f5f5;
    margin-bottom: 3px;
    padding-left: 85px;
}

.myorder_form ul li label
{
    float: left;
    width: 135px;
    margin-top: 2px;
    text-align: right;
    padding-right: 10px;
}

/* Login */

div#login
{
    text-align: center;
}

div#login table tr td
{
    padding: 5px;
    text-align: left;
}