/* ------------------------------------------------------------------------------------ */
/* STYLES																	
/* ------------------------------------------------------------------------------------ */
body {
	margin: 0px;
	padding: 0px;
	background-color: #f1f2ec;
	background-image: url(../images/bg-carbon.gif);
	background-repeat: repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #262626;
}
form {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 1.3em;
}
ul {
	padding: 0px 0px 12px 0px;
	margin: 0px;
}
li {
	padding: 0px;
	margin: 0px;
}
hr {
	color: #262626; 
	background-color: #262626; 
	height: 1px; 
	border: 0px;
}


/* ------------------------------------------------------------------------------------ */
/* HEADING TAGS (SUBSTITUTES FOR FLASH TITLES IF UNAVAILABLE)																	
/* ------------------------------------------------------------------------------------ */
h1 {
	padding: 0px 0px 8px 0px;
	margin: 0px;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: bold;
	color: #000000;
}
h2 {
	padding: 0px 0px 8px 0px;
	margin: 0px;
	font-family: Impact, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-size: 18px;
}
h1 a:link { 
	color: #000000;
	text-decoration: none;
}
h1 a:visited { 
	color: #000000;
	text-decoration: none;
}
h1 a:hover { 
	color: #cc0000;
	text-decoration: none;
}
h1 a:active { 
	color: #000000;
	text-decoration: none;
}
h2 a:link { 
	color: #cc0000;
	text-decoration: none;
}
h2 a:visited { 
	color: #cc0000;
	text-decoration: none;
}
h2 a:hover { 
	color: #cc0000;
	text-decoration: none;
}
h2 a:active { 
	color: #cc0000;
	text-decoration: none;
}


/* ------------------------------------------------------------------------------------ */
/* MAIN PAGE CONTAINERS AND REPEATS														
/* ------------------------------------------------------------------------------------ */
#pageContainer {
	margin: 0px auto;
	width: 870px;
}


/* ------------------------------------------------------------------------------------ */
/* TOP BANNER									
/* ------------------------------------------------------------------------------------ */
.bannerRow {
	height: 147px;
	width: 904px;
	overflow: hidden;
}
.bannerLeft {
	float: left;
	width: 225px;
	height: 147px;
}
.bannerMid {
	float: left;
	width: 471px;
	height: 147px;
}
.bannerRight {
	float: left;
	width: 208px;
	height: 147px;
}


/* ------------------------------------------------------------------------------------ */
/* NAVIGATION ROW									
/* ------------------------------------------------------------------------------------ */
.navigationRow {
	background-image: url(../images/nav-bar.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 904px;
	overflow: hidden;
	color: #FFFFFF;
	font-weight: bold;
}
.navigationLinks {
	padding: 12px 0px 0px 20px;
}
.navigationItem {
	float: left;
	padding-right: 28px;
}
.navigationRow a:link { 
	color: #FFFFFF;
	text-decoration: none;
}
.navigationRow a:visited { 
	color: #FFFFFF;
	text-decoration: none;
}
.navigationRow a:hover { 
	color: #CCCCCC;
	text-decoration: none;
}
.navigationRow a:active { 
	color: #FFFFFF;
	text-decoration: none;
}


/* ------------------------------------------------------------------------------------ */
/* BODY CONTENT																
/* ------------------------------------------------------------------------------------ */
.bodyImage {
	background-image:url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 904px;
}
.bodyRepeat {
	background-image:url(../images/bg-repeat.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	width: 904px;
}
.bodyContent {
	padding: 20px 0px 0px 20px;
}
.bodyContent ul { 
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 12px 0px;
	line-height: 20px;
	list-style-type: none;
}
.bodyContent li { 
	background-image: url(../images/bullet-black.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin: 0px;
	padding: 0px 30px 0px 18px;
}
.bodyColLeft {
	width: 400px;
	padding-right: 14px;
	float: left;
}
.bodyColRight {
	width: 470px;
	float: right;
}
.bodyColLeftLarge {
	width: 600px;
	padding-right: 14px;
	float: left;
}
.bodyColRightSmall {
	width: 270px;
	float: right;
}
.paddingRight {
	padding-right: 20px;
}
.mainImage {
	background-image:url(../images/bg-main-image.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	height: 328px;
	width: 470px;
}
.imageGroup {
	padding: 0px 0px 0px 5px;
}
.itemName {
	font-size: 18px;
}
.itemShipping {
	font-size: 11px;
}
.itemHome {
	font-size: 18px;
	font-weight: bold;
}
.itemHomePrice {
	font-size: 18px;
	color: #cc0000;
	font-weight: bold;
}
.caption {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: top;
	color:#333333;
}
#twitter_update_list {
	font-size: 11px;
	line-height: 16px;
}
.boldRed {
	color: #cc0000;
	font-weight: bold;
}


/* ------------------------------------------------------------------------------------ */
/* BOTTOM NAVIGATION 																
/* ------------------------------------------------------------------------------------ */
.bottomNav {
	width: 904px;
	padding: 10px 20px 10px 20px;
	overflow: hidden;
	background-color: #CCCCCC;
	clear: both;
	text-align: center;
	font-size: 11px;
}
.copyright {
	color: #999999;
}


/* ------------------------------------------------------------------------------------ */
/* FOOTER 																
/* ------------------------------------------------------------------------------------ */
.pageFooter {
	width: 904px;
	height: 14px;
}


/* ------------------------------------------------------------------------------------ */
/* LINKS																
/* ------------------------------------------------------------------------------------ */
a:link {
	color: #005cdc;
}
a:visited {
	color: #0147c0;
}
a:hover {
	color: #cc0000;
}
a:active {
	color: #005cdc;
}
