@charset "utf-8";
/* CSS Document */


/* Primary bounding box, centers all elements */
#boundary {
	width: 980px;
	margin: 0 auto;
}

/* ------------- External Sites ------------------ */

#external-sites {
	width: 980px;
	height: 10px;
	background-image: url(images/top_bar_blue.jpg);
	background-position: bottom;
	background-color: #2961b6;
	background-repeat: no-repeat;
	background-position: bottom;
}

/* ------------- Header Area ------------------ */

#header {
	background-image: url(images/header_blue.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 58px;
	width: 980px;
}

#headerstore {
	background-image: url(images/store/header_store.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 58px;
	width: 980px;
}

#headerstore-cart {
	height: 30px;
	float: right;
	padding: 20px 30px 0 0;
}


#header-search {
	height: 30px;
	float: right;
	padding: 20px 30px 0 0;
}

#header-languages {
	float: right;
	padding: 25px 15px 0 0;
}

#header-text {
	height: 30px;
	float: right;
	padding-right: 100px;
	padding-left:10px;
	padding-top: 5px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
}

/* ------------- Content Area ------------------ */

#contents-border {
	background-image: url(images/body_blue.jpg);
	background-repeat: repeat-y;
	width: 980px;
	margin: 0 auto;
}
#contents {
	width: 970px;
	margin: 0 0 0 5px;
}


/*  ------- Link Content -------- */

#contents-links {
	background-image: url(images/link_span.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 38px;
	margin: auto;
}
#menu {
	margin: 2px 0 0 12px;
	float: left;
}

#menu a.top, #menu a.top-last {
	font-size: 12px;
	font-weight: bold;
	color: #2560ca;
	display: block;
	margin: 0;
	padding: 5px 0 12px 0;
	text-align: center;
}

#menu a.top {
	background-image: url(images/link_bar_edge.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}

#menu a.top-last {
	background-image: none;
}

#menu a.top:hover {
	color: #e11111;
}
#menu a.item, #menu a.item-fan {
	font: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #ffffff;
	display: block;
	margin: 0;
	padding: 6px 8px;
	min-height: 10px;
	height: 1%; /* IE fix */
}

#menu a.item-fan {
	background-image: url(images/bluearrow.png);
	background-position: right center;
	background-repeat: no-repeat;
}

#menu a.item:hover, #menu a.item-fan:hover {
	background-color: #f7f7f7;
	text-decoration: none;
}

#menu a.item-fan:hover {
	background-image: url(images/redarrow.png);
	background-position: right center;
	background-repeat: no-repeat;	
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 155px;
	float: left;
}
#menu li {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
#menu ul ul {
	position: absolute;
	z-index: 500;
}
#menu ul ul ul {
	position: absolute;
	top: -1px;
	left: 100%;
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display: block;
	width: 180px;
	border: 1px solid #949494;
}


/*  ------- Main Content -------- */
#contents-main {
	padding-left: 10px;
	margin: 0;
}

#contents-full {
	padding: 0 10px 0 10px;
	margin: 0;
}

form { 
	margin: 0; 
	padding: 0; 
}

/*  ------- Content For Success Pages -------- */
#contents-success {
	padding: 15px 10px 0 10px;
	margin: 15px 0 20px 10px;
}

/*  ------- Content For Product Pages -------- */
#contents-product {
	padding: 0px 10px 0 10px;
	margin: 15px 0 20px 10px;
	float: left;
	width: 95%;
}

#contents-product-image {
	float:left;
	border: 0;
	padding: 0;
	width: 650px;
	margin: 5px 0 0 10px;
}

/*  ------- Right Content -------- */

#contents-right {
	float: left;
	width: 220px;
	margin: 10px 5px 0 20px;
}
.sidebox {
	/*background-image: url(images/sidebar_bkgd.jpg);
	background-repeat: no-repeat;
	background-position: bottom;*/
	border: 1px solid #b7b7b7;
	padding: 1px;
	margin-bottom: 10px;
}
.sidebox-title {
	background-image: url(images/sidebar_header_gray.jpg);
	background-repeat: repeat-x;
	height: 18px;
	color: #686868;
	padding: 5px 5px 0 5px;
	font-size: 13px;
	font-weight: bold;
}
.sidebox-content {
	padding: 0 10px 0 10px;
}
/*  ------- Left Content -------- */

#contents-left {
	float:left;
	/*border: 1px solid #b7b7b7;*/
	padding: 0px 0px 10px 15px;
	width: 700px;
	margin: 10px 0 0 0;
}

#contents-closing-links {
	background-image: url(images/link_span.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 38px;
	clear: both;
	align: center;
}
#contents-closing-links-text {
	padding-top: 10px;
}


/* ------------- Footer Area ------------------ */

#footer {
	background-image: url(images/footer_blue.jpg);
	background-repeat: no-repeat;
	height: 30px;
}

/* ------------- General Styles ------------------ */


body {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	color: #353535;
	background-color:#2961b6;
}

h1 {
	font-size: 20px;
	color: #e11111;
	font-weight: normal;
	margin: 20px 0 6px 0;
	width: 275px;
	border-bottom: 1px solid #b7b7b7;
}

h2 {
	font-size: 20px;
	color: #e11111;
	font-weight: normal;
	margin: 20px 0 6px 0;
	width: 650px;
	border-bottom: 1px solid #b7b7b7;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #323232;
	margin: 6px 0 6px 0;
}

h4 {
	font-size: 20px;
	color: #e11111;
	font-weight: normal;
	margin: 20px 0 6px 0;
	width: 475px;
	border-bottom: 1px solid #b7b7b7;
}

h5 {
	font-size: 20px;
	color: #e11111;
	font-weight: normal;
	margin: 20px 0 6px 0;
	width: 940px;
	border-bottom: 1px solid #b7b7b7;	
}

a {
	font-size: 12px;
	color: #2560ca;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

a:hover {
	color: #e11111;
}

p {
	margin: 10px 0;
	padding: 0px;
	line-height: 120%;
}

p.small {
	font-size: smaller;
}

hr {
	color: #ffffff;
	background-color: #b7b7b7;
	height: 1px;
}

ul {
	padding: 5px 0 0 0;
	margin: 0 0 0 6px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 18px;
}

ul li {
	padding: 0;
	margin: 0 0 0 20px;
	list-style-position:outer;
	list-style-type: square;
	padding-bottom: 3px;
}

img.left { 
    float: left; 
    margin-bottom: 4px; 
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 24px;
}

img.right { 
    float: right; 
    margin-bottom: 4px; 
	margin-top: 4px;
	margin-left: 24px;
	margin-right: 4px; 
}

.page-header {
	width: 700px;
	border: 0px solid #b7b7b7;
	padding: 0;
	margin: 0 0 15px 0;
}

.page-header-store {
	width: 939px;
	border: 0px solid #b7b7b7;
	padding: 0;
	margin: 0 0 15px 0;
}

.content-box {
	width: 690px;
	border: 1px solid #b7b7b7;
	padding: 0 5px 0 5px;
	margin: 0 0 10px 0;
}

.float-wrap {
	clear: both;
}

/*  ------- Featured Products on Solutions Pages -------- */

.product-box, .product-box-last {
	float: left;
	width: 220px;
	height: 100px;
	margin: 0 17px 10px 0;
	border: 1px solid #b7b7b7;
}

.product-box-last {
	margin: 0 0 10px 0;
}

.product-tag, .product-tag-last {
	float: left;
	width: 220px;
	height: 130px;
	margin: 0 17px 10px 0;
	border: 1px solid #b7b7b7;
}

.product-tag-last {
	margin: 0 0 10px 0;
}

.product-tag p, .product-tag-last p{
	padding: 0 5px;
	margin: 0;
	line-height: 1.5em;
}

/*  ------- Distribution Boxes-------- */

.distribution-box, .distribution-box-last {
	float: left;
	width: 295px;
	height: 210px;
	margin: 0 17px 10px 0;
	border: 1px solid #b7b7b7;
}

.distribution-box-last {
	margin: 0 0 10px 0;
}

.distribution-tag, .distribution-tag-last {
	float: left;
	width: 295px;
	height: 675px;
	margin: 0 17px 10px 0;
	border: 1px solid #b7b7b7;
}

.distribution-tag-last {
	margin: 0 0 10px 0;
}

.distribution-tag p, .distribution-tag-last p{
	padding: 0 5px;
	margin: 5px;
	line-height: 1.5em;
}

.buynow {
	font-size: 12px;
	font-weight: bold;
	background-color: #FF9;
	background-repeat: repeat;
	margin: 5px;
	text-align: center;
	border: 1px solid #F90; 
}


/*  ------- Solutions on Index Page-------- */

.solution-list {
	float: left;
	height: 260px;
	width: 250px;
	background-image: url(images/solutions/solution_list_bkgd.jpg);
	background-repeat: no-repeat;
}

.solution-list ul {
	list-style: none;
	padding: 20px 0;
}

.solution-list li.no-sel,  .solution-list li.sel{
	list-style: none;
	height: 30px;
	text-align: right;
	padding: 5px 5px 0 0;
}

 .solution-list li.sel{
 	background-image: url(images/solutions/solution_list_hover.jpg);
	background-repeat: no-repeat;
 }
 
.solution-list li.no-sel a,  .solution-list li.sel a{
	color: #323232;
	font-size: 13px;
	cursor: pointer;
}

.solution-list li.sel a{
	color: #e11111;
}

.solution-text {
	float: left;
	height: 260px;
	width: 450px;
}

.solution-text-content {
	padding: 17px 0 0 20px;
	cursor: pointer;
}

.solution-text-content strong{
	font-size: 18px;
	color: #e11111;
	font-weight: normal;
}

.solution-text-content ul{
	height: 160px;
}

/*  ------- Ordering Information ------- */

.td-header {
	background-color: #b7b7b7;
	font-weight: bold;
}

.td-item {
	background-color: #f4f4f4;
}

.td-selected {
	background-color: #ffff66;
	font-weight: bolder;
}



/* ------- Switch Options -------- */
.switch-box, .switch-box-last {
	background-image:url(images/switch_bkgd.jpg);
	background-repeat: repeat-y;
	background-position: right;
	float: left;
	width: 220px;
	height: 30px;
	margin: 0 17px 10px 0;
	border: 1px solid #b7b7b7;
	text-align: center;
}

.switch-box-last {
	margin: 0 0 10px 0;
}

.switch-box p, .switch-box-last p{
	padding: 5px 5px 0 5px;
	margin: 0;
	line-height: 1.5em;
}

.switch-tag, .switch-tag-last {
	float: left;
	width: 220px;
	height: 100px;
	margin: 0 17px 10px 0;
	border: 1px solid #b7b7b7;
}

.switch-tag-last {
	margin: 0 0 10px 0;
}

.switch-tag p, .switch-tag-last p {
	padding: 5px 5px 0 5px;
	margin: 0;
	line-height: 1.5em;
}

.product-text {
	margin: 0;	
}

.product-text ul {
	padding: 5px 0 0 0;
	margin: 0 0 0 5px;
	line-height: 18px;
}

.product-table {
	border-bottom: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
}

.product-table td {
	border: 1px #b7b7b7;
	border-style: solid solid none none;
	vertical-align: top;
}

.product-table td.center {
	text-align: center;
}

.product-table td.header {
	background-color: #f4f4f4;
}

.h3-span {
	width: 680px;
	height: 15px;
	padding: 5px;
	color: #ffffff;
}
