/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */
body, p, td { font: normal 10px verdana;}

/* Defines the body tag */
body {
	background: #e9e2c6 url(images/bg.gif) top left;
	margin: 0; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0; /* Always apply padding if you apply margins */
}

div, {
	margin: 0;
	padding: 0;}

address {
	font-style: normal;
	margin: 0;
	padding: 0;}

/* Redefines the p tag */
p {}

/* GENERAL H1 TAG */
h1,h2,h3,h4,p,dl,blockquote {
	font-weight: normal;
	margin: 0;
	padding: 0;}

/* GENERAL H2 TAG */
h1 { font-size: 14px;}

/* GENERAL H2 TAG */
h2 { font-size: 18px;}

img { border: 0;}

/* Creates the general link style for the site. This is not the main navigation.  */
a {
	text-decoration: underline;
	font-weight: bold;
	color: #900;}
a:visited { text-decoration: none;}
a:hover {
	text-decoration: none;
	color: #000;}
a:active { text-decoration: none;}

/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */


/* DIV CONTAINER */
div#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 590px;
}

/* DIV HEADER */
div#header {
	width: 900px;
	height: 150px;}

/* DIV BODY */
div#body {
	position: relative;
	width: 900px;
	height: 570px;
	background: url(../images/sitecommander/body_bg.gif) top left no-repeat;
}

div#flash {
	width: 900px;
	height: 350px;}
	#flash div {
		width: 325px;
		margin: 0 auto;
		padding-top: 170px;}
	#flash div h1 {
		padding: 0 0 5px;}
		#flash div h1 span {
			font-size: 12px;}

div#content {
	position: absolute;
	top: 350px;
	left: 0;
	width: 900px;
	height: 220px;
	background: url(../images/sitecommander/content_bg.gif) top left no-repeat;}
	#content div {
		float: left;
		position: relative;
		width: 300px;
		padding: 85px 0 0;}
	#content div a {
		display: block;
		position: absolute;
		top: 43px;
		left: 10px;
		width: 280px;
		height: 40px;}
	
	#content div a#product1 {
		background: url(../images/sitecommander/densarmorplusbtn_off.gif) top left no-repeat;}
	
	#content div a#product1:hover {
		background: url(../images/sitecommander/densarmorplusbtn_on.gif) top left no-repeat;}
	
	#content div a#product2 {
		background: url(../images/sitecommander/densarmorcotebtn_off.gif) top left no-repeat;}
	
	#content div a#product2:hover {
		background: url(../images/sitecommander/densarmorcotebtn_on.gif) top left no-repeat;}
	
	
	#content p {
		padding: 0px 13px 5px;
		line-height: 11px;
		color: #fff;}
	#content sup {
		font-size: 6px;
		vertical-align: top;}

	#content div.wheretobuy {
		position: relative;
		padding: 75px 0 0;}
	#content div.wheretobuy p {
		padding: 0px 15px;
		color: #fff;}
	#content div.wheretobuy p.disclaimer {
		padding: 60px 10px 0;
		font-size: 9px;
		line-height: 10px;
		color: #ccc;}
		#content div.wheretobuy a {
			position: absolute;
			top: 105px;
			left: 10px;
			width: 280px;
			height: 32px;
			background: url(../images/sitecommander/locationbtn.gif) top left no-repeat;}
			#content div.wheretobuy a:hover {
				background: url(../images/sitecommander/locationbtn_on.gif) top left no-repeat;}

/* DIV FOOTER */
div#footer {
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 900px;
	font-size: 10px;
	background: url(images/footer_bg.gif) top left no-repeat;}
	#footer a#footerlogo {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 120px;
	height: 25px;
	background: url(../images/sitecommander/gpfooterlogo.gif) top left no-repeat;
}
	#footer div {
		padding-top: 7px;
		padding-left: 130px;}
	#footer div a { 
		color: #036;
		text-decoration: none;
		font-size: 9px;}
	#footer div a:hover {
		text-decoration: underline;}

/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
.left {
	float: left;}
	.left img {}
.right {
	float: right;}
	.right img {
		margin: 0 0 10px 0;}
.center {
	text-align: center;}
	.center img {}
.clear {
	clear: both;}

