body{
    margin:0;
    padding:0;
    font-family: Arial, sans serif;
    font-size: 12px;
    color: #171717;
	background: #ededed;
}

#body {
    margin-left: auto;
    margin-right: auto;
    background:#fff;
}

/****************	Header Section	*****************/

#header{
    height: 114px;
    padding: 0;
    margin: 0;
    background: url('/img/headerbg.jpg') repeat-x;
}

#header img {
    padding: 0;
    margin: 0;
    border: 0;
}

#subheader{
    background: url('/img/subheaderbg.gif') repeat-x;
    height: 31px;
    color: #fff;
    padding: 0px;
    margin: 0px;
    font-size: 11px;
}

#tnav {
    margin: 4px 0 0 85px;
    padding: 0;
    float: left;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 1em;
}
html>body #tnav {
    margin: 1px 0 0 170px;
}

#tnav li{
    display: inline;
}

#tnav li a{
    float: left;
    color: white;
    padding: 5px 11px;
    text-decoration: none;
}

#tnav li a:visited{
    color: white;
}

#tnav li a:hover {
    text-decoration: underline;
}

#search {
    float: right;
    margin: 0px 0px 0px 50px;
    line-height: 20px;
    width: 240px;
    padding-top: 2px;
    font-weight: bold;
    font-size: 11px;
}

#subheader .sf {
    height: 18px;
    border: solid 1px #999999;
    padding: 0;
    margin-left: 3px;
}

#search .ssub {
    background: #C5182B;
    color: #fff;
    font-weight: bold;
    height: 20px;
    padding: 0;
    margin-left: 3px;
    font-size: 11px;
}

#pcode {
    font-size: 11px;
}

/****************	Content 	*****************/

#contentwrapper{
    float: left;
    width: 100%;
}

#content{
    margin: 0 185px 0 185px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
    padding: 2px 0px 20px 0px;
}

/****************	Left Col	*****************/

#left{
    float: left;
    width: 178px;
    padding-left: 2px;
    margin-left: -100%;
}

.navbox {
    margin: 0 auto;
    margin-bottom: 5px;
    width: 175px;
    font-size: 100%;
}
.navhead {
    background: url(/img/bhead-r.gif) no-repeat top right;
    margin: 0;
    padding: 0;
    text-align: center;
}
.navhead h2 {
    background: url(/img/bhead-l.gif) no-repeat top left;
    margin: 0;
    padding: 10px 10px 5px;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1em;
}
.navbody {
    margin: 0;
    padding: 0 1px 0;
}

#nav{
    padding: 0;
    margin: 0;
    color: #fff;
}

* html #nav{ /*IE 6 only */
    w\idth: 173px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav li {
    border-bottom: 1px solid #adadad;
    border-left: 1px solid #adadad;
    border-right: 1px solid #adadad;
    margin: 0;
}

#nav li a{
    display: block;
    padding: 5px 5px 5px 8px;
    background-color: #EF0E2C;
    color: #fff;
    text-decoration: none;
    width: 158px;
}

html>body #nav li a { /*Non IE6 width*/
    width: auto;
}

#nav li a:hover {
    background-color: #C5182B;
    color: #fff;
}

/****************	Right Col	*****************/

#rightcolumn{
    float: left;
    width: 180px; /*Width of right column*/
    margin-left: -180px; /*Set left marginto -(RightColumnWidth)*/
    margin-bottom: 20px;
}

/****************	Footer	*****************/

#footer{
    clear: both;
    width: 100%;
    text-align: center;
    padding: 4px 0;
    background: #C5182B;
    margin-bottom: 20px;
    color: #fff;
}


/****************	Cornered Boxs	*****************/

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
    margin: 0 auto;
    margin-bottom: 5px;
    width: 175px;
    background: url(/img/bbody-r.gif) no-repeat bottom right;
    font-size: 100%;
}
.boxhead {
    background: url(/img/bhead-r.gif) no-repeat top right;
    margin: 0;
    padding: 0;
    text-align: center;
}
.boxhead h2 {
    background: url(/img/bhead-l.gif) no-repeat top left;
    margin: 0;
    padding: 10px 10px 5px;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1em;
}
.boxbody {
    background: url(/img/bbody-l.gif) no-repeat bottom left;
    margin: 0;
    padding: 5px 5px 10px;
    text-align: justify;
}

.boxbody h3 {
    text-align: center;
    font-size: 12px;
    color: #FFCE00;
    background-color: #EF0E2C;
    padding: 3px 0px;
    margin-bottom: 3px;
}
/***    Blue Boxes      ***/

.sideboxb {
    margin: 0 auto;
    margin-bottom: 5px;
    width: 175px;
    background: url(/img/bbody-r.gif) no-repeat bottom right;
    font-size: 100%;
}
.boxheadb {
    background: url(/img/bheadb-r.gif) no-repeat top right;
    margin: 0;
    padding: 0;
    text-align: center;
}
.boxheadb h2 {
    background: url(/img/bheadb-l.gif) no-repeat top left;
    margin: 0;
    padding: 10px 10px 5px;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1em;
}
.boxbodyb {
    background: url(/img/bbody-l.gif) no-repeat bottom left;
    margin: 0;
    padding: 5px 5px 10px;
    text-align: justify;
}

/***************	Sub Category Lists		****************/

.cols {
    float: left;
    list-style: none;
    position: relative;
    left: -40px;
}

/***************	Products Table		****************/
.products {
    width: 100%;
}

tr.header {
    font-weight: bold;
    background: #cb2322;
    color: #fff;
    padding: 2px;
}


/*****       Forms	*******/

.cssform p {
    width: 300px;
    clear: left;
    margin: 0;
    padding: 3px 0;
    padding-left: 100px; /*width of left column containing the label elements*/
    /*border-top: 1px dashed gray;*/
    height: 1%;
}

.cssform label {
    font-weight: bold;
    float: left;
    margin-left: -100px; /*width of left column*/
    width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
    text-align: right;
    padding-right: 5px;
}

.cssform input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
    width: 180px;
}

.cssform textarea {
    width: 250px;
    height: 150px;
}

/***    General Forms       ***/

form {
    padding: 0;
    margin: 0;
}

.submit {
    background: #C5182B;
    color: #fff;
    font-weight: bold;
}

textarea {
    font-family: Arial, sans serif;
    font-size: 11px;
}

/****************	Shopping Cart	*****************/

.atc, .afc {
    cursor:pointer;
    color: red;
}
table.mc {
    border-collapse: collapse;
    margin: 2px auto;
    width: 173px;
}
table.mc th {
    background: url('/img/mchdr.gif');
    height: 22px;
}

table.mc td {
    padding: 2px;
    border-left: 1px solid #C5182B;
    border-right: 1px solid #C5182B;
    border-bottom: 1px solid #C5182B;
}
#minicart {
    margin: 2px auto 8px;
    color: #4a4a4a;
    visibility: visible;
}
/* mini cart sub-total */
#minicart .mchd {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

/* mini cart sub-total */
#minicart .mcst {
    text-align: right;
}

/* mini cart total */
#minicart .mct {
    text-align: right;
    font-weight: bold;
    border-top: 1px solid #C5182B;
}

/* mini cart checkout */
#minicart .mcco {
    text-align: right;
    background: #C5182B;
    font-weight: bold;
}

#minicart a {
    color: #fff;
}

/***	cart table		***/

#cart table {
    border-collapse:collapse;
}

#cart th {
    background: #4a4a4a;
    color: #fff;
}

#cart td {
    border:1px solid #fff;
}

#cart .width {
    width: 55px;
}
/***  cart body  ***/
#cart .cb {
    background:#eeeeee;
}

#cart .gt {
    text-align: right;
    font-weight: bold;
    background: red;
    color: #fff;
}

/****************	Sign In Register	*****************/

#signin {
    float: left;
}

#register {
    float: left;
    padding-left: 20px;
}

/****************	Error Message Div	*****************/

#error {
    font-weight: bold;
    color: #C5182B;
    width: 600px;
    border: solid 1px #C5182B;
    background: #FF9FB0;
    margin-bottom: 5px;
}

#error p {
    margin-left: 10px;
}

#error a {
    text-decoration: underline;
}

#error a:hover {
    text-decoration: none;
}

/*******	Table Styles            *********/

table {
    border-collapse:collapse;
}

/****************	General Styles	*****************/

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}
h1 {
    font-size: 18px;
    color: #C5182B;
}

h2 {
    font-size: 13px;
    color: #C5182B;
    padding-top: 5px;
    margin:0;
}

h3 {
    padding:0;
    margin:0;
}
/* standard font white */
.sfw {
    font-size: 11px;
    color: #fff;
    font-weight: normal;
}

/***	text align right  ***/
.tar {
    text-align: right;
}
/***	text align right  ***/
.tarb {
    text-align: right;
    font-weight: bold;
}
/***	text align right red   ***/
.tarbr {
    text-align: right;
    font-weight: bold;
    color: #C5182B;
}

/* center align table */
.ct {
    margin-left: auto;
    margin-right: auto;
}

/* font red bold */
.rb {
    color: #C5182B;
    font-weight: bold;
}
	
.ftxt {
    height: 14px;
    font-size: 11px;
}

img {
    border: none;
}

/***	Link Styles  ***/

a:link, a:visited {
    text-decoration: none;
    color: #C5182B;
    border: none;
}

a:hover {
    color: #C5182B;
    text-decoration: underline;
}
/*  Checkout link   */
a.co {
    font-weight: bold;
    color: #C5182B;
    line-height: 25px;
}
.alert {
    font-weight: bold;
    color: #C5182B;
}

.bold {
    font-weight: bold;
}