@charset "UTF-8";


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FFFFFF;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin:	0;
	padding: 0;
	color:#333333;
}

h1 {
	text-transform:uppercase;
	color:#CCCCCC;
	font-size:24pt;	
	margin:	20px 0px 5px 0px;
	padding: 0;
}

h2 {
	font-size:14px;
	color:#666666;
	margin:0px 0px 10px 0px;
}

p {
	margin: 0px 0px 20px 0px;
}


a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
}

.breadcrumblinks {
	color:#999999;
	font-size:11px;
	margin-top:20px;
}

.breadcrumblinks a:link {
	text-decoration: underline;
		color:#999999;
}
.breadcrumblinks a:visited {
	text-decoration: underline;
		color:#999999;
}
.breadcrumblinks a:hover {
	text-decoration: none;
		color:#999999;
}
.breadcrumblinks a:active {
	text-decoration: underline;
		color:#999999;
}


#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	margin:0px;
	height:154px;
}
#navbar {
	background-image: url(../images/navigation-bar.jpg);
	background-repeat:repeat-x;
	height: 30px;
	list-style: none;	
	margin:0px;
	padding:0px;
}
#mainContent {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#mainContent p {
	margin: 0;
	padding: 10px 0px 0px 0px;
}

#homeFlash {
	width:382px;
	margin: 0px;
	padding: 0px;
	float:left;
}

#homeText {
	float: right;
	width: 377px;
	margin: 0px;
	padding: 20px 20px 20px 20px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CCCCCC;	

}


#internalLeft {
	width:170px;
	margin: 0px;
	padding: 0px;
	text-align:right;
	float:left;		
}

#internalLeft p {
	padding: 20px 20px 20px 20px;
}
	

#internalRight {
	float: right;
	width: 589px;
	margin: 0px;
	padding: 0px 20px 20px 20px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
	min-height:450px;

}

#otherProducts {
	clear: both;
	margin:0px;
	padding:15px 0px 15px 0px;
	width:800px;
	border-top-style:solid;
	border-top-color:#CCCCCC;
	border-top-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#CCCCCC;
	border-bottom-width:1px;
	text-align:center;
}
	

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	text-align:center;
}

#footer a {
	font-size: 10px;
	color: #333333;
}
#footer a:link {
	text-decoration: underline;
}
#footer a:visited {
	text-decoration: underline;
	color: #333333;
}
#footer a:hover {
	text-decoration: none;
	color: #333333;
}
#footer a:active {
	text-decoration: underline;
	color: #333333;
}
#footer p {
	margin: 0px 0px 0px 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #333333; 
	font-size: 10px;
	line-height:8px;
}



.promotiontext a {
	color: #FF0000;	
	font-size: 13px;
}

.promotiontext {
	color: #FF0000;	
	font-size: 13px;
}

.desciptionlabels {
	color:#999999;
	font-weight:bold;
}

.price {
	color:#000099;
	font-weight:bold;
	font-size:12px;
}