@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 70px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a, a:link, a:visited {
	color: #ed8146;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#container {
	width: 905px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
}

#header #logo {
	padding-top: 14px;
	padding-left: 27px;
	padding-bottom: 19px;
}

#header #right {
	float: right;
	padding-top: 30px;
	width: 500px;
}

#header #right #slogan {
	font-size: 16px;
	font-weight: normal;
	margin-right: 40px;
	float: right;
	text-align: right;
	line-height: 23px;
}

#header #right #contact {
	font-size: 15px;
	float: right;
	margin-right: 40px;
	line-height: 23px;
	font-weight: normal;
}

#header #right #contact a {
	color: #145091;
	text-decoration: none;
}

#navigation {
	width: 907px;
	height: 73px;
	background-image: url(/images/nav-bg.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#navigation ul {
	list-style-type: none;
}

.navcontainer {
	margin: 0;	
}

#navigation ul li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}

#navigation ul li a:hover {
	color: #3da2dd;
}

#navigation ul li a.highlight {
	color: #3da2dd;
}

#main {
	position: relative;
}

#blocksLeft {
	float: left;
	width: 207px;
	height: 454px;
	background-image: url(/images/blocks-blank.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#blocksText {
	float: left;
	width: 207px;
	height: 454px;
	background-image: url(/images/blocks-text.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#mainRight {
	float: right;
	width: 698px;
}

#content {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	line-height: 18px;
}

#cart {
	font-weight: bold;
	position: absolute;
	right: 23px;
	top: 10px;
}

h1 {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	color: #71a28b;
	font-weight: bold;
	font-size: 16px;
	text-indent: 0;
}

.blueText {
	color: #145091;
}

dl {
	
}

dt {
	float: left;
	padding: 5px 0;
}

dd {
	padding: 5px 0;
	padding-left: 75px;
}	

.larger {
	font-size: 14px;
}

.specialsTable td {
	padding: 3px;
}

.specialsTable tr.color {
	background: #f2ede5;
}

.specialsTable td.title {
	font-weight: bold;	
}

.redText {
	color: #cd273d;
}

.spaceit {
	margin: 3px 0;
}

.blueTable {
	border: 1px solid #004578;
}

.blueTable td {
	padding: 3px;
}

.blueRow {
	background-color: #004578;
	color: #ffffff;
	font-weight: bold;
}

.hideme {
	display: none;
}

.indent {
	padding-left: 9px;
}

#underConstruction {
	background-color:#CD273D;
	color:#FFFFFF;
	height:45px;
	text-transform:uppercase;
	padding-top: 7px;
	width: 330px;
}

#underConstruction p {
	margin:0;
	padding:10px 0 0 10px;
	font-size:18px;
	font-weight:bold;
}

.textMedium {
	width: 260px;
}

.redHeader {
	color:#D0354A;
	font-size:18px;
	font-weight:bold;
}

h1 span {
	float: right;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
}