@import url("essentials.css");

body { background: #000 url("../images/bg_body.gif") 0 0 repeat-x; }

div#wrapper {
	background: #fff url("../images/bg_wrapper.gif") 0 0 no-repeat;
	border-bottom: 4px solid #f80000;
	border-left: 4px solid #f80000;
	border-right: 4px solid #f80000;
	width: 951px; /* 4px left border + 4px right border + 951px width = 959 */
}

#home div#wrapper { background: #fff url("../images/bg_wrapper_home.gif") 0 0 no-repeat; }

/* ========================= HEADER STYLES ========================= */

#home div#header {
	background: url("../images/bg_header_home.png") top center no-repeat;
}
div#header { background: url("../images/bg_header.png") top center no-repeat; }

h1#logo a {
	background: url("../images/bg_header_logo.jpg") 0 0 no-repeat;
	display: block;
	height: 0;
	margin-left: 86px;
	overflow: hidden;
	padding-top: 74px;
}

#home h1#logo a {
	background: url("../images/bg_header_logo_home.jpg") 0 6px no-repeat;
	display: block;
	height: 0;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 92px;
	width: 659px;
}

h1#logo a { background: url("../images/bg_header_logo.jpg") 0 0 no-repeat; }

h2#motto {
	background: url("../images/bg_header_motto.gif") 0 0 no-repeat;
	height: 0;
	margin: 13px auto 0;
	overflow: hidden;
	padding-top: 17px;
	width: 659px;
}

ul#primary_nav {
	background: url("../images/bg_primary_nav.png") 0 0 repeat-x;
	margin: 12px auto 0;
}

ul#primary_nav { width: 684px; }
#home ul#primary_nav { width: 660px; }

ul#primary_nav li,
#home ul#primary_nav li {
	display: inline;
	float: left;
}

ul#primary_nav li { margin-right: 12px; }
#home ul#primary_nav li { margin-right: 16px; }
ul#primary_nav li.last { margin-right: 0; }

#home ul#primary_nav li.last {
	margin-left: 1px;
	margin-right: 0;
}

ul#primary_nav a,
#home ul#primary_nav a {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 0;
	overflow: hidden;
}

ul#primary_nav a {
	padding-top: 56px;
	width: 104px;
}

#home ul#primary_nav a {
	padding-top: 65px;
	width: 119px;
}

ul#primary_nav li.home a { background-image: url("../images/bg_primarynav_home.gif"); }
ul#primary_nav li.company a { background-image: url("../images/bg_primarynav_company.gif"); }
ul#primary_nav li.system a { background-image: url("../images/bg_primarynav_system.gif"); }
ul#primary_nav li.faq a { background-image: url("../images/bg_primarynav_faq.gif"); }
ul#primary_nav li.order a { background-image: url("../images/bg_primarynav_order.gif"); }
ul#primary_nav li.contact a { background-image: url("../images/bg_primarynav_contact.gif"); }

#home ul#primary_nav li.company a { background-image: url("../images/bg_primarynav_company_home.gif"); }
#home ul#primary_nav li.system a { background-image: url("../images/bg_primarynav_system_home.gif"); }
#home ul#primary_nav li.faq a { background-image: url("../images/bg_primarynav_faq_home.gif"); }
#home ul#primary_nav li.order a { background-image: url("../images/bg_primarynav_order_home.gif"); }
#home ul#primary_nav li.contact a { background-image: url("../images/bg_primarynav_contact_home.gif"); }

ul#primary_nav a:hover { background-position: 0 -56px; }
#home ul#primary_nav a:hover { background-position: 0 -65px; }

dl#cart {
	background: url("../images/bg_cart.gif") 0 0 no-repeat;
	float: right;
	font-size: 11px;
	margin-top: -60px;
	text-align: center;
	width: 108px;
}

dl#cart dt { color: #fff; }
dl#cart dd { color: #000; }

/* ========================= CONTENT AREA LAYOUT STYLES ========================= */

div#content_area { font: 12px/18px verdana, arial, sans-serif; }

div#content_playground {
	color: #433c33;
	float: left;
	margin-top: 18px;
	padding: 0 58px;
}
#account_nav
 {
	display:table;
	margin-bottom:20px;
 }
 
ul#account_links
{
	margin:0;
    padding:0;
    list-style-type:none;
}

ul#account_links li
{
    float:left;
    display:inline;
    margin-right:10px;
}
/* ========================= PROTECTION LIST STYLES ========================= */

ul#protection {
	background: url("../images/bg_ul_shield.jpg") 0 0 no-repeat;
	font-weight: bold;
	margin-left: 168px;
	margin-top: 0;
	padding-bottom: 10px;
	padding-left: 75px;
}

ul#protection li.red {
	color: #f80000;
	font-size: 18px;
}

ul#protection li.bullet {
	font-size: 14px;
	list-style-type: disc;
	margin-left: 18px;
}

/* ========================= CONTENT HOME PLAYGROUND STYLES ========================= */

#home div#content_playground {
	background: url("../images/bg_home_contentarea_repeat.gif") 0 0;
	margin: 0 40px;
	padding: 0 0;
	position: relative;
	width: 869px;
}

#home div#content_playground #content_top { background: url("../images/bg_home_contentarea_top.gif") 0 0 repeat-x; }

#home div#content_playground #content_bottom {
	background: url("../images/bg_home_contentarea_bottom.gif") left bottom repeat-x;
	padding: 12px 16px 10px;
}

#home div#content_playground img {
	position: absolute;
	top: 50%;
	height: 303px;
	margin-top: -151px;
}

#home div#content_playground #home_content {
	background: #fff url("../images/bg_content_playground_gradient.gif") left bottom repeat-x;
	float: right;
	padding: 0 23px 23px;
	width: 354px;
}

/* ========================= CONTENT PLAYGROUND STYLES ========================= */

div#content_playground h1 {
	color: #f80000;
	font-size: 150%;
	font-weight: bold;
	margin: 18px 0;
}

div#content_playground h2 {
	color: #928f8f;
	font-size: 125%;
	font-weight: bold;
	margin: 9px 0;
}

div#content_playground h3 {
	color: #928f8f;
	font-size: 100%;
	font-weight: bold;
	margin: 9px 0;
}

div#content_playground h4 {
	color: #928f8f;
	font-size: 80%;
	font-weight: bold;
}

div#content_playground h5 {
	color: #928f8f;
	font-size: 70%;
	font-weight: bold;
}

div#content_playground h6 {
	color: #928f8f;
	font-size: 60%;
	font-weight: bold;
}

div#content_playground p,
div#content_playground ul,
div#content_playground ol,
div#content_playground blockquote {
	margin-bottom: 9px;
	margin-top: 9px;
}

div#content_playground blockquote,
div#content_playground ol,
div#content_playground ul { margin-left: 36px; }
div#content_playground ol { list-style-type: decimal; }
div#content_playground ul { list-style-type: square; }
div#content_playground li { padding: 3px 0; }

div#content_playground a {
	color: #f80000;
	text-decoration: underline;
}

div#content_playground a:hover { text-decoration: none; }

/* ========================= ADDRESS STYLES ========================= */

address#company_info {
	padding: 15px;
	text-align: center;
	border-bottom: 4px double #f80000;
}

address#company_info img {
	margin-left: 54px;
	margin-top: 9px;
}

#address-left{
	float:left; 
	padding: 10px 0px 0px 50px;
	margin-bottom:-10px;
}

#address-right{
	float:right; 
	padding: 10px 50px 0px 0px;
	margin-bottom:-10px;
}

/* ========================= FOOTER STYLES ========================= */

#footer {
	background: #fff;
	border-bottom: 4px solid;
	border-left: 15px solid;
	border-right: 15px solid;
	border-top: 3px solid;
	color: #f80000;
	font: 10px verdana, arial, sans-serif;
	margin: 0 auto;
	padding: 6px 7px;
	text-align: left;
	width: 915px;
}

#footer a {
	color: #f80000;
	text-decoration: none;
}

#footer a:hover { text-decoration: underline; }

#footer span#site_credit {
	float: right;
	margin-top: -12px;
}

#site_credit
{
	padding-top:12px;
}