/* Basic Styles */

h1, h2, h3, p, img, a, form, body, html {
	padding:0;
	margin:0;
	border:0;
}
html {margin-bottom:15px;}
body {
	background: #eeeef0;
	font: 11px Tahoma, Verdana;
	color: #303132;
	line-height:13px;
}

div { display:block; height:auto; }

h1 {
	color:#f79119;
	background:inherit;
	font: bold 17px Tahoma, Verdana, sans-serif;
	letter-spacing:-1px;
	margin-bottom:5px;
	text-align:left;
}
h2, h3, h4, h5, h6, h7 {
	color:#bcbdc0;
	background:inherit;
	font: bold 17px Tahoma, Verdana, sans-serif;
	letter-spacing:-1px;
	margin-bottom:5px;
	text-align:left;
}
p { margin-bottom:15px; }

a {	color:#7c7d80; background:inherit; text-decoration:none; font-weight:bold; }
a:hover { color:#f7931d; background:inherit; }

input {
	font-size:10px;
}
#register input {
	padding:1px 5px;
	margin:0;
	border:0;
}


/* Outer container */

#container {
	position:absolute;
	left:50%;
	margin-left:-389px;
	width:776px;
	border:1px #666 solid;
	background: #fff;
	color:inherit;
	margin-top:15px;
}

/* Page Header */

#header {
	width:inherit;
	height:133px;
	background:url(../cart/images/header-iss.gif) no-repeat;
	margin-bottom:15px;
}
#header #homelink {
	position:relative;
	left:10px;
	display:block;
	width:320px;
	height:70px;
	background:none;
	text-decoration:none;
}
#utility-nav {
	position:relative;
	top:115px;
	left:16px;
	width:500px;
	font-size:9px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#utility-nav a {
	color:#fff;
	background:inherit;
	margin-right:15px;
}
#utility-nav a:hover {
	color:#e6e7eb;
	background:inherit;
}

/* Columns */

#left-column {
	display:block;
	position:relative;
	left:13px;
	width:121px;
	float:left;
	margin-bottom:65px;
}
#middle-column {
	position:relative;
	left:23px;
	width:446px;
	float:left;
	margin-bottom:-15px;
	overflow:hidden;
}
#right-column {
	position:relative;
	left:37px;
	width:158px;
	float:left;
	margin-bottom:110px;
}


/* Main Menu */

#main-menu {
	margin-top:10px;
}
.menu-bullet {
	height:21px;
	width:19px;
	background:url(../images2/menu-bullet.gif) no-repeat;
	float:left;
	margin:7px 0px 9px;
}
.menu-text {
	width:102px;
	height:21px;
	float:left;
	font-size:11px;
	line-height:12px;
	margin:6px 0px 10px;
}
html>body .menu-text {
	min-height:21px;
	height:auto;
}
/* Large Outlined Box */

.outlined-box {
	width:inherit;
	background:url(../images2/outlinedbox-bg.gif);
	z-index:99;
}
.outlined-box .top-corners{
	width:inherit;
	height:30px;
	background:url(../images2/corners-top.gif);
}
.outlined-box .bottom-corners {
	width:inherit;
	height:30px;
	background:url(../images2/corners-bottom.gif);
}
.outlined-box .text {
	position:relative;
	margin-top:-20px;
	margin-bottom:-20px;	
}

/* Small Outlined Box */

.outlined-box-sml {
	width:inherit;
	background:url(../images2/outlinedbox-bg-sml.gif);
}
.outlined-box-sml .top-corners {
	width:inherit;
	height:30px;
	background:url(../images2/corners-top-sml.gif);
}
.outlined-box-sml .bottom-corners {
	width:inherit;
	height:30px;
	background:url(../images2/corners-bottom-sml.gif);
}
.outlined-box-sml .text {
	position:relative;
	margin-top:-20px;
	margin-bottom:-30px;
	left:15px;
	width:128px;
	height:50px;
	text-align:center;
}
html>body .outlined-box-sml .text {
	min-height:50px;
	height:auto;
}
.outlined-box-sml h1 {
	margin-bottom:10px;
	text-align:center;
}

/* Grey Box */

.grey-box {
	width:inherit;
	color:inherit;
	background:#dcdddf;
	margin-top:15px;
}
.grey-box .top-corners {
	width:inherit;
	height:30px;
	background:url(../images2/grey-corners-top.gif);
}
.grey-box .bottom-corners {
	width:inherit;
	height:30px;
	background:url(../images2/grey-corners-bottom.gif);
}
.grey-box .text {
	position:relative;
	margin-top:-25px;
	margin-bottom:-25px;
	left:15px;
	width:128px;
	text-align:center;
	line-height:normal;
	font-size:9px!important;
}
.grey-box p {
	margin-bottom:2px;
}

/* Main Text Content */

#main-content {
	left:20px;
	width:407px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:450px;
	line-height:14px;
	text-align:left;
}
html>body #main-content {
	min-height:450px;
	overflow:hidden;
	height:auto;
}
#main-content a {
	text-decoration:underline;
	font-weight:bold;
}

/* Latest News */

#latest-news a {
	display:block;
/*	margin-top:8px;
	margin-bottom:8px;*/
	font-size:11px;
	margin-bottom:-6px;
}

div#address {
	font-size:9px;
	line-height:normal;
	clear:both;
	position:absolute;
	bottom:50px;
	left:13px;
}

/* email textbox */

div#email {
	position:absolute;
	width:158px;
	text-align:center;
	right:17px;
	bottom:80px;
	font-size:9px;
	line-height:normal;
}
div#email a { text-decoration:underline; }

/* Footer */

#footer {
	position:relative;
	width:inherit;
	height:80px;
	background:url(../images2/footer-bg.gif) no-repeat;
	clear:both;
}
#footer-text {
	position:relative;
	top:50px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:9px;
	line-height:11px;
	color:#888;
	background:#fff;
}
#spacer {
	position:absolute;
	width:100%;
	bottom:-15px;
	clear:both;
}