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


body {  
	margin: 0;
	background: url(images/main_bg.gif) repeat-x top;
	font: normal 12px Arial, Helvetica, sans-serif;
}
img {
	border: 0;
}
#wrapper {
	width: 842px; 
	margin-left: auto; 
	margin-right: auto;
	padding-bottom: 20px;
}

ul#nav { 
	margin: 10px 0 0 0; 
	padding: 0; 
	list-style-type: none; 
	float: right; 
}

ul#nav li { 
	float: left; 
	margin: 0 10px 0 0;  
	border-right: solid 1px #000; 
	padding-right: 10px; 
}

ul#footerNav { 
	margin: 10px 0 0 0; 
	padding: 0; 
	list-style-type: none;  
}

ul#footerNav li { 
	float: left; 
	margin: 0 10px 0 0;  
	border-right: solid 1px #000; 
	padding-right: 10px; 
}

#nav li.noBorder { border-right: 0; }

ul#nav a:link, ul#nav a:visited { font-size: 14px; text-decoration: none; color: #000; text-transform: uppercase;}

ul#nav a:hover { text-decoration: underline; }

ul#footerNav a:link, ul#footerNav a:visited { font-size: 12px; text-decoration: none; color: #000; text-transform: uppercase;}

ul#footerNav a:hover { text-decoration: underline; }

#dealOfTheDay {
	float: left; 
	width: 550px;
}

#dealOfTheDay h1{
	color: #094f00; 
	font-weight: normal;
	margin: 0 0 10px 0;
}

#freeItem {
	padding-right: 10px; 
	float: left; 
	clear: left;
}

#productDescription {
	float: left;
	width: 228px;
}

#productDescription h2 {
	font-size: 140%;
}

#productDescription p {
	width: 200px;
	padding-bottom: 20px;
}

#blueBar {
	background: url(images/bar.gif) repeat-x; 
	margin: 0; 
	padding: 6px 5px 5px 10px; 
	clear:both; 
	font-size: 24px; 
	color: #FFFFFF;
}

#bottomContent {
	background: #e0e0e0; 
	padding: 17px;
}

.roundedBox {
	background: #ffffff; 
	width: 260px; 
	height: 248px;
	float: left; 
	margin-right: 22px; 
	margin-bottom: 22px; 
	padding: 20px;
	display: block;
	text-decoration: none;
}

.roundedBox h2 {
	margin: 0 0 10px 0; 
	border-bottom: #dae2f8 dotted 1px; 
	color: #234600;
	font-size: 12pt;
}

.roundedBox p {
	margin: 0 0 10px 0; 
	color: #566d40;
}

.roundedBox span {
	color: #72b01a; 
}

a.blueLink:link, a.blueLink:visited {
	color: #283d74; 
	text-decoration: none;
}

a.blueLink:hover {
	color: #283d74; 
	text-decoration: underline;
}

#copyright { float: right; font-size: 90%; }

h1 {
	font-size: 24px;
}
#socialMedia {
	background: #e0e0e0; 
}

#text {
	padding: 30px 200px 30px 100px; 
	background: #FFFFFF;
	color: #666666;
	line-height: 1.4em;
}

#contact {
	padding: 30px 200px 30px 100px; 
	background: #FFFFFF;
	color: #666666;
	line-height: 1.4em;
}

#contact div {
	margin-bottom: 20px;
}

#contact input, .textarea {
	border: 1px solid #aaaaaa;
	color: #000000;
}
