
*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

body
{
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #369;
	background-image: url(images/bg_repeat.jpg);
	background-repeat: repeat;
	background-position: top left;
	color: #000;
}
.red{
	color: #900;
}
a
{
	color: #900;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{text-align: left;
	width: 961px;
	margin: 1em auto;
	background: #e4e4e4;
}

/* Header */

#header
{

margin:0px;
	padding: 0;
	height:107px;
}


/* Menu */


#top_nav{
width: 941px;
	position: relative;
	display: block;
	height: 26px;
	font-size: 12px;
	font-weight: bold;
	background: #000000 url(images/top_nav_bg.png) repeat-x top  left;
	font-family: Arial,Verdana,Helvitica,sans-serif;
	margin: 0px 10px;
}

#top_nav ul{
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
	}

#top_nav ul li{
	display:block;
	float:left;
	margin:0;
	}

#top_nav ul li a{
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #333;
	padding: 5px 10px;

}

#top_nav ul li a:hover,#top_nav ul li a.current{
	color: #fff;
	background: url(images/top_nav_over.png);
}

/* Content */


#content
{
	width: 961px;
	background: #fff url(images/content_bg.png) repeat top;
	padding-bottom: 5px;
}



#content h2,h3,h4,h5,h6
{
	position: relative;
	color: #003;
		padding-bottom: 0.5em;
	/*margin-bottom: 1em;
	border-bottom: solid 1px #933;*/
}

#content h2
{
	font-size: 1.5em;
}
#content p
{
	margin-bottom: 1em;
	line-height: 1em;
}
#content h3
{
	font-size: 1.1em;
}

#content ul
{
	margin-bottom: 2em;
	padding-left: 1em;
}
#content ol
{
	margin-bottom: 2em;
	padding-left: 1em;
}

#content blockquote
{
	margin-bottom: 2em;
}

#content blockquote p
{
	border-left: solid 8px #900;
	padding-left: 1em;
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 2em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #DFBD99;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #EFDCC2;
	color: inherit;
}


/* Side Navigation */
#side_nav {
	position: relative;
	left: 10px;
	top: 10px;
	width: 190px;
	text-transform: uppercase;
	float: left;
	padding: 0px;
	font-size: 12px;

}
#side_nav a{
color: #369;

}
#side_nav h2 {
	font-size: 12px;
	display: inline;
}

#side_nav h2 a {
	display: block;
	background: url(images/nav_bg_2.png);
	height: 16px;
	padding: 2px 12px;
	text-decoration: none;
	color:#000;
	font-weight: bold;
}

#side_nav ul {
	display: block;
	margin: 0px;
	padding: 0px;
	

}
#side_nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#side_nav li a {
	display: block;
	background: url(images/nav_bg.png);
	height: 16px;
	padding: 2px 12px;
	text-decoration: none;
}
#side_nav li a:hover{
background: url(images/nav_bg_ov.png);
	color: #fff;
}
#side_nav li li a {
font-size: 10px;
background: url(images/nav_bg_red_2_ov.png);
	color: #fff;
}
#side_nav li li a:hover {
font-size: 10px;
background: url(images/nav_bg_blue_ov.png);
	color: #fff;
}
#side_nav li li a.selected {
background: url(images/nav_bg_blue.png);
	color: #fff;
	height: 16px;
	padding: 2px 12px;
	text-decoration: none;
}
#side_nav li a.selected {
color: #fff;
	display: block;
		background: #000000 url(images/top_nav_bg.png) repeat-x;
	height: 16px;
	padding: 2px 12px;
	text-decoration: none;
}

/* Primary Content */


#inner{

	padding:10px 15px;
}
#primaryContent
{
	position: relative;
	left: 20px;
	top: 10px;
	width: 726px;
	float: left;
background: transparent;
border: 1px solid #369;
}
#primaryContent.noside
{left: 10px;
	position: relative;
	top: 10px;
	width: 938px;
	float: left;
background: transparent;
border: 1px solid #369;
}
#right_inner{
	padding:5px 5px 5px 30px;
}
#vbar{
margin-top: 10px;
float: left;
	width: 31px;
}
/* Secondary Content 
#secondaryContent
{
background: url(images/vline_sep.png) no-repeat left center; 
	position: relative;
	right: 10px;
	top: 10px;
	width: 145px;
	float: right;
	}*/
	


/* Footer */

#footer
{
	
}
#bottom{
color: #fff;
	padding: 5px;
	font-size:10px;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	background:#069 url(images/bottom_nav_bg.png) repeat-y top left;
	text-align: center;
	color: #fff;
	margin: 20px 10px 5px 10px;
	}
#bottom a{
	color: #fff;
}
#bottom li{
	margin:0px;
	padding:0px;
	display: inline;
	}
#bottom ul{
	margin:0;
	padding:0;
	display: inline;
	padding-right: 10px;
	}


#bottom ul li a{
list-style-type:none;
	color: #fff;
	text-decoration: none;
	padding: 0px 10px;
	border-right: 1px solid #fff;
}

#bottom ul li a:hover,#bottom ul li a.current{

	color:#fcc;
	
	}

.clear
{
	clear:both;
}

table.cart, table.cart th, table.cart td {
	border: 0px solid #999;
	border-collapse: collapse;
	padding: 2px;
	margin: 10px 0px;
	line-height: 1em;
}
table {
	border-collapse: collapse;
	
}
table.cart {
	width: 400px;
}

table.cart th {
	background: #dedede;
	color: #666;
}