﻿/* ---------------------------------------------
Screen Stylesheet for http://www.DomainName.com
Updated: 03/14/09 - Eddie Kasper / TheKasperGroup.com
Version: 3.50
-------------------------------------------------
::COLORS::
	Black: #333 --example usage--

::TOC::
	Resets
	Defaults
	Typography
	Template 
	Links
	Navigation
	Forms
	Global Classes
	Pages

--------------- ::Resets:: --------------------- */
body, address, blockquote, dl, ol, ul, li, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre {
margin:0;
padding:0;
}
fieldset, table {
border:none;
}
table {
border-collapse:collapse;
border-spacing:0;
overflow:hidden;
/*word-wrap:break-word; /* will not validate IE only */
}
/*
caption, th, td {
text-align: left;
}*/

/*********** ---------- ::Defaults:: --------------------- ***********/
html { 
font-size:100.01%; 
height: 101%; /* forces scroll on short length pages */
}
body { 
height:100%;
font:62.5%/1.3 Arial,Tahoma,Geneva,Helvetica,sans-serif;
background:#fff;
color:#333;
}

/*********** ---------- ::Typography:: ------------------- ***********/
address, h1, h2, h3, h4, h5, h6, li, p, pre {padding: 0 10px .3em 0px;}
h1 {font-size:18px;}
h2 {font-size:1.6em;}
h3 {font-size:1.4em;}
h4 {font-size:1.2em;}
address, li, p {font-size:11px; color: #333;}
pre {font-size: 12px;}
ul {margin-left: 15px; list-style:none;}

/*********** ---------- ::Template:: --------------------- ***********/
#wrap {
width: 950px;
margin:0 auto;
border-top: 5px solid #e5e5e5;
}
#wrap .stripes {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e5e5e5;
}
#masthead {
height: 326px;
}
#upperhead {
	height: 80px;
	border-bottom: 10px solid #cdd5e2;
}
#lowerhead {
	height: 196px;
	border-top: 1px solid #fff;
	border-bottom: 5px solid #cdd5e2;
}
#lowerhead img {
	float: left;
}
.shopping-cart {
	width: 236px;
	height: 151px;
	padding-top: 45px;
	float: right;
	background: #a2b7d2 url('../images/site-graphics/splash_right.jpg') no-repeat;
}
.shopping-cart p {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}
.check-view-bts {
	border-top: 1px solid #7699c5;
	position: relative;
	margin-top: 9px;
}
.check-view-bts img.check-bt {
	position: absolute;
	left: 10px;
	top: 20px;
}
.check-view-bts img.view-bt {
	position: absolute;
	left: 120px;
	top: 20px;
}

#logoblock { 
width: 450px;
height: 80px;
float:left;
background: transparent url('../images/site-graphics/logo.gif') 0 10px no-repeat;
}
#account-box {
width: 450px;
height: 80px;
float: right;
background: #fff;
	
}
#top-menu {
	height: 35px;
}
#main-wrap {
	width: 950px;
	background: transparent url('../images/site-graphics/main-wrap-bg.jpg') repeat-y;
}
#contents-home {
width: 725px;
float: right;
margin: 10px 0 0 10px;
}
#contents {
width: 725px;
float: right;
margin: 10px 0px 0 10px;
}
#contents ol {
	margin: 10px 0 10px 20px;
}

#leftcol {
	width: 215px;
	float: left;
}
#searchbox {
	height: 50px;
	background: #f1f1f1;
	border-right: 1px solid #fff;
}
#searchbox input {
	vertical-align:middle;
}
#footer {
clear:both;
height: 90px;
background: #f2f4f8;
text-align: center;
}


/*********** ---------- ::Links:: ------------------------ ***********/
a {text-decoration:underline; color: #96202e;}
a:visited {text-decoration:underline;}
a:active, a:focus, a:hover {
text-decoration:none;
outline:none;
}
a img {border:none;}

/*********** ----------  ::Navigation:: ------------------ ***********/
/*********** Upper Menu Navigation ***********/
#account-box ul {
	list-style: none;
	margin: 0 auto;
	padding: 35px 0 0 0;
	width: 400px;
	float: right;
	text-align: right;
}
#account-box ul li {
	margin: 0;
	padding: 0;
	display: inline;
	font: normal 9px/11px Arial,Tahoma,Geneva,Helvetica,sans-serif;
	color: #333;
	border-left: 1px solid #333;
	
}
#account-box ul li a, #account-box ul li a:link, #account-box ul li a:active, #account-box ul li a:visited {
	font: normal 9px/11px Arial,Tahoma,Geneva,Helvetica,sans-serif;
	background: transparent;
	color: #333;
	padding: 0 10px 0 25px;
	margin: 0;
	text-decoration: none;
}
#account-box ul li.noborder1 {
	border-left: 0;
}
#account-box ul li a:hover {
	text-decoration: underline;
	color: #777;
}
#account-box .viewcart {
	background: transparent url('../images/site-graphics/icon_viewCart.gif') 7px 0 no-repeat;
}
#account-box .checkout {
	background: transparent url('../images/site-graphics/icon_checkout.gif') 7px 0 no-repeat;
}
#account-box .myaccount {
	background: transparent url('../images/site-graphics/icon_myAccount.gif') 7px 0 no-repeat;
}
#account-box .contactus {
	background: transparent url('../images/site-graphics/icon_contactUs.gif') 7px 0 no-repeat;
}
#account-box .contactus a:link, #account-box .contactus a:visited  {
	padding-right: 0;
}

/*********** Top Menu Navigation ***********/
#top-menu ul {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0px 0 0 0px;
	width: 735px;
	text-align: left;
	border-top: 1px solid #fff;
}
#top-menu ul li {
	margin: 0;
	padding: 0;
	display: inline;
}
#top-menu ul li a, #top-menu ul li a:link, #top-menu ul li a:active, #top-menu ul li a:visited {	float: left;
	padding: 0;
	margin: 0;
	text-decoration: none;
	
}

/*********** Left Menu Navigation ***********/
#leftcol ul {
	list-style: none;
	margin: 0;
	padding: 0px 0 0 0px;
	width: 214px;
	text-align: left;
	
}
#leftcol ul li {
	margin: 0;
	padding: 0;
	display: block;
	height: 25px;
	border-bottom: 1px solid #f7f7f7;
}
#leftcol ul li a, #leftcol ul li a:link, #leftcol ul li a:active, #leftcol ul li a:visited {	font-size: 11px;
	color: #333;	
	padding: 0 0 0 20px;
	margin: 0;
	line-height: 25px;
	display: block;
	text-decoration: none;
	background: transparent url('../images/site-graphics/nav_leftGraphic.gif') repeat-y;
}
#leftcol ul li a:hover {
	text-decoration:underline;
}



/*********** Footer Navigation ***********/
#footer ul {
	list-style: none;
	margin: 0 auto;
	padding: 15px 0 0 0;
	width: 870px;
	text-align: left;
}
#footer ul li {
	margin: 0;
	padding: 0;
	display: inline;
	font: bold 12px/12px Arial,Tahoma,Geneva,Helvetica,sans-serif;
	color: #353080;
    border-left: 1px solid #353080;
}
#footer ul li a, #footer ul li a:link, #footer ul li a:active, #footer ul li a:visited {
	font: bold 12px/12px Arial,Tahoma,Geneva,Helvetica,sans-serif;
	background: transparent;
	color: #353080;
	padding: 0 19px;
	margin: 0;
	text-decoration: none;
}
#footer ul li.noborder1 {
	border-left: 0;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer ul.lowerfooter {
	margin-left: 200px;
	width: 550px;
}
#footer ul.lowerfooter li a, #footer ul.lowerfooter li a:link, #footer ul.lowerfooter li a:active, #footer ul.lowerfooter li a:visited, #footer ul.lowerfooter li {
	font-weight: normal;
	font-size: 11px;
} 
#footer p, #footer p a, #footer p a:link, #footer p a:active, #footer p li a:visited {
	font-weight: normal;
	font-size: 11px;
	color: #999;
}
#footer p {
	margin-top: 10px;
}	
/* ---------- ::Forms:: ------------------------ */
label {cursor:pointer;}
input,label,select,textarea {
font-size:inherit;
font-family:inherit;
}
input, textarea {padding:.2em;}
textarea {overflow:auto;}

/*********** ---------- ::Global Classes:: --------------- ***********/
.center {text-align:center;}
.clear {
clear:both;
padding:0;
margin:0;
line-height:normal;
}
.floatleft {float:left;}
.floatright {float:right;}
.hidden {display:none;}
.inline {display:inline;}
.large {
font-size:20px;
font-weight:bold;
}
.light {color:#999;}
.small {
font-size:10px;
font-weight:normal;
}
.red {
	color: #f00000;
}
.address {
	font-weight: bold;
	margin: 10px 0 10px 230px;
}
/*********** ---------- ::Pages:: ------------------------ ***********/

/*********** /// place specific page rules here if needed /// ***********/

#logolink {
	margin: 5px 0 0 0;
	padding: 0;
	width: 255px;
	height: 70px;
	display: block;
}

.btos-box {
	width: 362px;
	height: 130px;
	padding-top: 60px;
	float: left;
	background: #f4f7ef url('../images/site-graphics/banner_title_buildToOrderServers.gif') no-repeat;
	position: relative;
}
.btosbar {
	height:5px;
	background: #cad9b0;
	border-bottom: 1px solid #fff;
}
.btos-box a {
	position: absolute;
	bottom: 10px;
	right: 15px;
}
.ssc-box {
	width: 361px;
	height: 130px;
	padding-top: 60px;
	float: right;
	background: #f8f3fa url('../images/site-graphics/banner_title_serverComponents.gif') no-repeat;
	position: relative;
}
.sscbar {
	height:5px;
	background: #b47dc0;
	border-bottom: 1px solid #fff;
}
.ssc-box a {
	position: absolute;
	bottom: 10px;
	right: 15px;
}
#featured-btos {
	padding: 10px 0;
}

#featured-btos a:link,
#featured-btos a:visited,
#featured-sc a:link,
#featured-sc a:visited {
	font: bold 11px/12px Arial;
	color: #96202e;
	text-decoration: none;
}
#featured-btos a:hover,
#featured-sc a:hover {
	text-decoration:underline;
}
.featured-btosbar {
	height: 5px;
	background: #353080;
}
#featured-sc {
	padding: 10px 0;
}

.product-box {
	width: 235px; /* set 175px for 4 product per row or 240px for 3 products per row */
	height:220px; 
	float: left; 
	padding: 3px; 
	margin: 5px 0 0 5px;
}
.product-image {
	height: 200px; 
	text-align: center; 
	vertical-align: middle;
	margin: 0; 
	padding: 0;
}
.product-title {
	height: 40px; 
	text-align: left; 
	vertical-align: top;
	margin: 0; 
	padding: 0 10px;
}
.product-price {
	height: 20px;
	text-align: left;
	vertical-align: top;
	margin: 0; 
	padding: 0 10px;
	text-transform:uppercase;
	font: 11px/12px Arial;
	color: #353080;
}
.product-rightborder{
	vertical-align: top; 
	width: 5px; 
	margin: 0; 
	padding: 0; 
	border-right: 1px solid #ccc;
}
.product-bottomborder {
	height: 8px; 
	margin: 0; 
	padding: 0;
	border-bottom: 1px solid #ccc;
}
.bordernone {
	border: 0;
}

.bottombar {
	height: 10px;
	background: #cdd5e2;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.divider {
	width: 740px;
	height: 10px;
	margin: 0 13px 0 8px;
	border-top: 1px solid #bbdabb;
}


