.body
{
	background: #000000 url("/images/background2.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.content
{
	width: 900px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.dashboard a {
	font-size:1.37em;
}

/* unvisited link */
.dashboard a:link {
    color: #DBDBDB;
}

/* visited link */
.dashboard a:visited {
    color: #DBDBDB;
}

/* mouse over link */
.dashboard a:hover {
    color: orange;
}

/* selected link */
.dashboard a:active {
    color: red;
}



.header_wrapper
{
	width: 950px;
	margin: 0 auto;
}
.header
{
	width: 948px;
	float: left;
	background: #000000;
	margin-left: 2px;
}
.footer_wrapper
{
	width: 100%;
	clear: both;
}

.footer
{
	width: 946px;
	margin: 0 auto;
	background: #000000;
}

body, td, th {
    font: 9pt Verdana,Tahoma,Arial,Helvetica,sans-serif;
}
a, img {
    border:none;
}

/* Single Drop Down Menu 1.2 - CSS Temp, September 26, 2009, Corey Hart @ http://www.codenothing.com */
 .ddmenu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ddmenu > li {
	float: left;
}

.ddmenu > li > a {
	display: block;
	width: 100px;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #232323;
	font-weight: bold;
	background-color: #f1f1f1;
	border: 1px solid #c5c5c5;
}

.ddmenu > li > .ddmenu-hover {
	background-color: #c5c5c5;
	border-left: 1px solid #545454;
}

.ddmenu > li ul {
	display: none;
	list-style: none;
	position: absolute;
	margin: -1px 0 0 0;
	z-index: 90;
	padding: 0;
}

.ddmenu > li ul a {
	display: block;
	width: 152px;
	padding: 5px;
	border-bottom: 1px solid #545454;
	border-right: 1px solid #545454;
	border-left: 1px solid #545454;
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	color: #232323;
	background-color: #c5c5c5;
}

.ddmenu > li ul li a.first {
	border-top: 1px solid #545454;
}

.ddmenu > li ul a.ddchildhover {
	background-color: #f1f1f1;
}
/*End of Single Drop Down Menu 1.2*/

/*Coin Slider jQuery plugin CSS styles http://workshop.rs/projects/coin-slider*/
.coin-slider { overflow: hidden; zoom: 1; position: relative; width:600px; margin:auto;z-index:0;}
.coin-slider a{ text-decoration: none; outline: none; border: none; z-index:1;}

.coin-slider img{z-index:1;}
.coin-slider img a{z-index:1;}

.cs-buttons { font-size: 0px; padding: 10px; padding-bottom:7px; float: left; display:none; }
.cs-buttons a { margin-left: 5px; height: 15px; width: 15px; float: left; background:url('/Images/SlideShow/circle.png'); color: #B8C4CF; text-indent: -1000px; }


.cs-title { width: 100%; padding: 10px; background-color: #000000; color: #FFFFFF; }

.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }

.cs-test-idea{z-index:1;}

/*End Coin Slider*/



.alignCenter {
	text-align: center;
}

.alignTopCenter {
	vertical-align: top;
	text-align: center;
}

.argoColorNote{
	float: left;
	padding-left: .5em; 
	padding-top: 1.5em; 
	font-size:1.25em;
	font-style: italic; 
}

.argoName{
	color: #f5f5f5; 
	font-weight: bold;
	font-size: 125%;
}

.argoTitle{
	color: #DBDBDB;
	font-weight: bold;
	font-size: 220%;
	font-style: italic;
	padding-bottom:.25em;
}

.argoSubTitle{
	color: #DBDBDB;
	font-weight: bold;
	font-size: 180%;
	font-style: italic;
	padding-bottom:.25em;
}

.argoTitleIndex{
	color: #DBDBDB;
	font-weight: bold;
	font-size: 180%;
	font-style: italic;
}

.argoPrice{
	color: #DBDBDB;
	font-weight: bold;
	font-size: 125%;
	font-style: italic;
	padding-bottom:1em;
}

.argoPriceSpecial{
	color: orange;
	font-weight: bold;
	font-size: 140%;
	font-style: italic;
	
}

.argoInStock{
	color: #ED5942;
	font-weight: bold;
	font-size: 260%;
	font-style: italic;
}

.argoInStockSub{
	color: #ED5942;
	font-weight: bold;
	font-size: 180%;
	font-style: italic;
}

.argoFeatures{
	padding-left: 2em;
	font-size: 115%;
}

.argoBackground{
	margin-top:10px;
	background: rgba(207, 186, 136, .6);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: auto;
	color: #000;
}

.dan{
	margin-top:5px;
	background: rgba(255, 250, 213, .6);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: auto;
	color: #000;
}

.argoColors{
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: 2em;
	padding-right: 2em;
}

.attention{
	color: #F05C21; 
	font-weight: bold;
	font-size: 110%;
}

.attention2{
	color: #F05C21; 
	font-weight: bold;
	font-size: 170%;
}

.price{
	background-color: #E6E7E8; 
	vertical-align: top;
	width: 100%;
}


.floatLeft{
	float: left;
}

.accordionItem{
	float: left;
	padding-left:3em;
	padding-bottom:.5em;
}