body {
	background-color: #000235;
	background-image: url('../images/bg.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #b0b0b0;
	font-size: 12px;
	font-family:  Georgia;
}
#bg_nav
{
    padding: 0px;
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    height: 32px;
    background-image: url(../images/bg_nav.jpg);
    background-position: center top;
    background-repeat: repeat-x;
}
#shopping-cart table{width:100%;background-color:#5f4a2a;}
#shopping-cart table td{background-color:#5f4a2a;}
#shopping-cart {margin-bottom:30px;}
.cart-item {border-bottom: #79b946 1px dotted;padding: 10px;}
#product-grid {margin-bottom:30px;}
.product-item {	float:left;	background: #ffffff;margin:15px 10px;	padding:5px;border:#CCC 1px solid;border-radius:4px;}
.product-item div{text-align:center;	margin:10px;}
.product-price {    
	color: #005dbb;
    font-weight: 600;
}
.product-image {height:100px;background-color:#FFF;}
.clear-float{clear:both;}
.demo-input-box{border-radius:2px;border:#CCC 1px solid;padding:2px 1px;}
.nav
{
    height: 29px;
    width: 970px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
}
left_nav
{
    padding: 0px;
    height: 29px;
    width: 500px;
    float: left;
    margin: 0px;
}
.left_nav ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.left_nav ul li
{
    display: inline;
    margin: 0px;
    padding: 0px;
    float: left;
}
.left_nav ul li a
{
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #fff;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
/*.right_nav
{
    height: 29px;
    width: 200px;
    margin: 0px;
    padding: 0px;
    float: right;
}*/
.right_nav
{
    font-size: 11px;
    color: #fff;
    height: 29px;
    width: 200px;
    margin: 0px;
    padding: 0px;
    float: right;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.right_nav ul
{
    padding: 0px;
    list-style-type: none;
    margin: 0px;
}
.right_nav ul li
{
    float: right;
    margin: 0px;
    padding: 0px;
}
.right_nav ul li a
{
    color: #fff;
    text-decoration: none;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    font-weight: bold;
    display: block;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.nav .right_nav ul li .no_border
{
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.left_nav ul li .no_border
{
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.clear
{
    clear: both;
}
#container {
	width: 714px;
	margin: 0px auto;
	margin-top: 23px;
}

#header {
	background-image: url('../images/header.png');
	width: 724px;
	height: 285px;
	margin-bottom: 12px;
}

#server_status {

	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
	position: absolute;
	margin-top: 70px;
	margin-left: 375px;
}

#navigation {
	font-size: 12px;
	text-transform: uppercase;
	position: absolute;
	margin-top: -50px;
	margin-left: 12px;
}

#navigation a {
	background-image: url('../images/button.png');
	background-position: 0px 0px;
	text-align: center;
	color: #606060;
	width: 91px;
	height: 26px;
	display: inline-block;
	padding-top: 10px;
	margin-left: 5px;
	margin-top: 260px;
	position:relative;
}

#navigation a:hover {
	background-position: 0px 36px;
	text-decoration: none;
	color: white;
}

#left_content {
	width: 499px;
	vertical_align: top;
	display: inline-block;
}

#right_content {
	width: 200px;
	vertical_align: top;
	display: inline-block;
	margin-top: 250px;
	margin-left: 7px;
	float: right;
}

#content {
	background-color: #5f4a2a;
  	filter: alpha(opacity=100);
  	opacity: 0.9;
	border-left: solid 3px #b19e7f;
	border-right: solid 3px #b19e7f;
	width: 472px;
	padding: 10px;
	margin-left: 1px;

}
}

#content p {
	text-align: justify;
	padding: 15px 5px;
}


#footer {
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
	text-align: left;
	width: 700px;
	height: 41px;
	padding-top: 15px;
	margin: 3px auto;
}

#floatMenu {
	position:absolute;
	top:200px;
	left:0px;
	width:135px;
	margin:0;
	padding:0;
	font-size:11px;
}
 
#floatMenu h3 {
	color:white;
	font-weight:bold;
	padding:3px;
	margin:0;
	background-color:#006;
	font-size:13px;
	text-align:center;
}
 
#floatMenu ul {
	margin:0;
	padding:0;
	list-style:none;
}
 
#floatMenu ul li {
	padding-left:10px;
}
 
#floatMenu ul li a {
	text-decoration:none;
}
.nbody { margin: 5px 0px 5px 0px; width: 100%; padding: 0px; background: none scroll 0 0; }
      .nbody_N { background: none scroll 0 0 #5f4a2a;}
      .nbody_E { background: none scroll 0 0 #5f4a2a; }
      .nbody_M { background: none scroll 0 0 #632d2b; }
    .nbar { font: 14px/18px Arial, sans-serif; margin: 0px -10px; cursor: pointer; }
      .nbar_N { background: url(../images/bubbles.png) repeat scroll 0 0 #5f4a2a; border: 1px solid #362205; box-shadow: 0 0 15px #1e567e inset; -moz-box-shadow: 0 0 15px #362205 inset; -webkit-box-shadow: 0 0 15px #362205 inset; }
      .nbar_E { background: url(../images/bubbles.png) repeat scroll 0 0 #40493c; border: 1px solid #1b1919; box-shadow: 0 0 15px #34312c inset; -moz-box-shadow: 0 0 15px #34312c inset; -webkit-box-shadow: 0 0 15px #34312c inset; }
      .nbar_M { background: url(../images/bubbles.png) repeat scroll 0 0 #762420; border: 1px solid #1b1919; box-shadow: 0 0 15px #531B17 inset; -moz-box-shadow: 0 0 15px #531B17 inset; -webkit-box-shadow: 0 0 15px #531B17 inset; }
    .ntype { position: absolute; float: left; width:75px; height: 40px; margin: -5px 0px 0px -70px; }
      .ntype_N { background: url(../images/newsbar.png) no-repeat scroll 0 0 transparent; }
      .ntype_E { background: url(../images/newsbar.png) no-repeat scroll 0 -40px transparent; }
      .ntype_N { background: url(../images/newsbar.png) no-repeat scroll 0 0 transparent; }
    .ntitle { float: left; padding-left: 5px; position: relative; color: #ffffff; }
    .ndate { float: right; padding-left: 5px; padding-right: 5px; position: relative; font: 12px/18px Arial, sans-serif; color: #d2d2d2; }
    .nimage { position: relative; float: right; width: 105px; }
      .nimage1_N { border: 1px solid #3D1515; box-shadow: 1px 1px 5px #3D1515; -moz-box-shadow: 1px 1px 5px #3D1515; -webkit-box-shadow: 1px 1px 5px #3D1515; }
      .nimage2_N { border: 1px solid #3D1515; }
      .nimage3_N { border: 1px solid #772A28; padding: 5px; background: none scroll 0 0 #531D1C; }
      .nimage1_E { border: 1px solid #222621; box-shadow: 1px 1px 5px #222621; -moz-box-shadow: 1px 1px 5px #222621; -webkit-box-shadow: 1px 1px 5px #222621; }
      .nimage2_E { border: 1px solid #233d15; }
      .nimage3_E { border: 1px solid #485045; padding: 20px; background: none scroll 0 0 #323830; }
      .nimage1_M { border: 1px solid #3D1515; box-shadow: 1px 1px 5px #3D1515; -moz-box-shadow: 1px 1px 5px #3D1515; -webkit-box-shadow: 1px 1px 5px #3D1515; }
      .nimage2_M { border: 1px solid #3D1515; }
      .nimage3_M { border: 1px solid #772A28; padding: 5px; background: none scroll 0 0 #531D1C; }
    .ntext { font-size: 100%; padding: 10px; }
    .nfooter { width: 100%; }
      .nfooter_N { background: none scroll 0 0 #5f4a2a; }
      .nfooter_E { background: none scroll 0 0 #5f4a2a; }
      .nfooter_M { background: none scroll 0 0 #531d1c; }
    .nmore { border-radius: 4px 4px 4px 4px; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; font: 10px/20px Arial; color: #afafaf; padding: 0px 5px; display: block; text-decoration: none; }
      .nmore_N { background: none repeat scroll 0 0 #004677; }
      .nmore_N:hover { color: white; background: none repeat scroll 0 0 #00192b; cursor: pointer; text-decoration: none; }
      .nmore_E { background: none repeat scroll 0 0 #485045; }
      .nmore_E:hover { color: #c3c18d; background: none repeat scroll 0 0 #1f231e; cursor: pointer; text-decoration: none; }
      .nmore_M { background: none repeat scroll 0 0 #762a28; }
      .nmore_M:hover { color: #c3c18d; background: none repeat scroll 0 0 #3f1616; cursor: pointer; text-decoration: none; }
    .nmore a:link,.nmore a:hover,.nmore a:active,.nmore a:visited { text-decoration: none; }
img {
	display: block;
}

a {
	color: #9cadb1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 14px;
	color: #9cadb1;
}

h3 {
	font-size: 9px;
	text-transform: uppercase;
	color: #6b6462;
}

h4 {
	text-transform: uppercase;
	margin-bottom: 1px;
}

.side_panel {
	background-image: url('../images/side_panel.png');
	width: 188px;
	height: 162px;
	padding: 10px;
	position:relative;
}
.top {
	background-image: url('../images/top.png');
	width: 188px;
	height: 230px;
	padding: 10px;
	position:relative;
}

.green {
	color: #6eff03;
}

.red {
	color: #ff7b7b;
}