/* Defines the text styles + other html elements */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	background:#032d52 url(../images/background.jpg) repeat-y center;
	margin:0;
	padding:0;
}

a{
	color:#005dab;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

img{
	outline:none;
	border:none;
}

p{
	margin:0;
	padding:3px 0;
	line-height:16px;
}

h1{
	font-size:16px;
	color:#005dab;
	font-weight:bold;
	padding-top:19px;
}

strong{
	font-weight:bold;
}

table{
	border:0;
	padding:0;
	margin:0;
}

th{
	background:#335b7d;
	height:28px;
	line-height:28px;
	width:150px;
	padding-left:10px;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
}

td{
	display:table-cell;
	vertical-align:middle;
	height:28px;
	width:150px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	border-bottom:1px solid #cccccc;
}

ul{
	list-style:inside disc;
	line-height:16px;
}

li{
	color:#335b7d;
}

li span{
	color:#666666;
}

#container{
	background:#ffffff url(../images/body.gif) repeat-y;
}

#nav{
	background:url(../images/nav-background.gif) repeat-x;
}

#footer{
	color:#8ea3b6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	background:url(../images/footer.gif) no-repeat;
}

#footer a{
	color:#8ea3b6;
	text-decoration:none;
}

#footer a:hover{
	color:#9fb4c7;
}

#homepage-promo{
	background:#4a6e8e url(../images/homepage-promo-background.gif) repeat-x;
}

#homepage-promo .divider1{
	position:absolute;
	top:0;
	left:260px;
	width:2px;
	height:62px;
	background:url(../images/promo-divider.gif) no-repeat;
}

#homepage-promo .divider2{
	position:absolute;
	top:0;
	left:500px;
	width:2px;
	height:62px;
	background:url(../images/promo-divider.gif) no-repeat;
}

#homepage-promo a.latest-news{
	position:absolute;
	top:15px;
	left:20px;
	width:206px;
	height:35px;
	overflow:hidden;
}

#homepage-promo a.store-ideas{
	position:absolute;
	top:15px;
	left:282px;
	width:163px;
	height:35px;
	overflow:hidden;
}

#homepage-promo a.standard-products{
	position:absolute;
	top:15px;
	left:520px;
	width:206px;
	height:35px;
	overflow:hidden;
}

#homepage-promo a img{
	position:absolute;
}

#homepage-promo a:hover img{
	position:absolute;
	top:-35px;
}

#page-title{
	background:#4a6e8e url(../images/title-background.gif) repeat-x;
}

.fat-border{
	border:5px solid #e6e6e6;
}

.preload{
	width:0;
	height:0;
	position:absolute;
	padding:0;
	margin:0;
	overflow:hidden;
	visibility:hidden;
}

.innerpadding{
	padding:0 27px;
}

.innerpadding5{
	padding:5px;
}

.side-bar-text{
	background:#f2f3f2;
	padding:11px 15px;
	font-size:11px;
	line-height:14px;
}

.title{
	position:absolute;
	top:20px;
	left:20px;
}

.submenu a{
	width:198px;
	height:24px;
	line-height:24px;
	display:block;
	color:#666666;
	text-decoration:none;
	padding-left:8px;
}

.submenu a.first {
	width:200px;
	color:#666666;
	font-weight:bold;
	padding-left:6px;
	border:none !important;
	border-top:1px solid #e6e6e6;
}

.submenu a:hover{
	background:#efefef;
	text-decoration:none;
}

.submenu .active{
	background:#efefef;
}

.submenu p.divider{
	border-bottom:1px solid #e6e6e6;
	margin:1px 0;
	padding:0;
}

.product-link{
	float:left;
	width:170px;
	height:140px;
	overflow:hidden;
	margin-right:8px;
	margin-bottom:16px;
	background:#f5f5f5;
}

.product-link p{
	font-weight:normal;
	font-size:11px;
	line-height:13px;
	color:#666666;
	text-decoration:none;
}

.product-link:hover{
	text-decoration:none;
}

.big-product-link{
	float:left;
	width:189px;
	height:184px;
	overflow:hidden;
	margin-right:15px;
	margin-bottom:20px;
	background:#f5f5f5;
}

.big-product-link p{
	font-weight:normal;
	font-size:11px;
	line-height:13px;
	color:#666666;
	text-decoration:none;
}

.big-product-link:hover{
	text-decoration:none;
}

.thumbnail{
	float:left;
	width:150px;
	height:95px;
	margin-right:10px;
	margin-bottom:10px;
	border:3px solid #efefef;
}

.thumbnail:hover{
	border-color:#d8e4ee;
}

a.pdf {
background:url("../pdf/icon-pdf.gif") no-repeat scroll 0 0 transparent; padding:0 0 6px 22px;  line-height:20px;
}

