/* 
* General for all designs and templates *
*/

/* background repeat is -y for vertical and -x for horizontal */

body{
	background-color: #ffffff;
    margin: 0px;
    padding: 0px;
}

/* this determins the font behavior of the whole site */
p, div, blockquote, dl, ul, ol{
	font-family: Verdana;
	font-size: 12px;
    color: #ffffff;
    text-decoration: none;
	font-weight: normal;
    vertical-align: top;
}

.navblock {
    background: #6d7481 url(images/nav-bk.gif) no-repeat top;
    font-family: Verdana;
	font-size: 12px;
    color: #393939;
    text-decoration: none;
	font-weight: normal;
    vertical-align: top;
    padding: 5px;
}
.navblock a:link {
    color: #393939;
    font-weight: bold;
    text-decoration: underline;
}


/* Sample table setup */
div#details{
    border: 2px solid #9f0101;
	width: 111px;
	padding: 0px;
}

/*
 * Product Info small image *
 */
.psmimg {
    border: 4px double #9f0101;
    width: 111px;
}

/* Border container boxes registration and sign in */
.box {
    border: 1px solid #929292;
}

/* Padding for left side of searchbox */
.search {
    padding-left: 10px;
}

/* Take away image borders in general */


td.cimg {border: 1px solid #000000; }

/* Image float right */
.simg {
	float: right;
	width: 200px;
    border: 0px;
	margin-left: 20px;
    margin-bottom: 10px;
}

/* Image float left */
.simgl {
	float: left;
	width: 200px;
    border: 0px;
	margin-right: 20px;
    margin-bottom: 10px;
}

h1 {
	font-family: Verdana;
	font-size: 12px;
    color: #393939;
    text-decoration: none;
	font-weight: bold;
    vertical-align: top;
}

h2 {
	font-family: Verdana;
	font-size: 12px;
    color: #ffffff;
    text-decoration: none;
	font-weight: bold;
    vertical-align: top;
}

/* Top Navigation Buttons (horizontal) */

#tnav {
	font-family: Verdana;
	font-size: 13px;
    color: #ffffff;
    text-decoration: none;
	font-weight: bold;
    padding: 5px;
    vertical-align: top;
    text-align: right;
}

#tnav a {
    font-size: 13px;
    color: #ffffff;  
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
}

#tnav a:visited {
    font-size: 13px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
}

#tnav a:hover {
    font-size: 13px;
    color: #f2a615;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
}

#tnav a:active{
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    padding: 5px;
}

/* End Top Navigation Buttons */

/* Main Content Area */
.content {
	font-family: Verdana;
	font-size: 12px;
    color: #393939;
    text-decoration: none;
	font-weight: normal;
    padding: 2px 6px;
    vertical-align: top;
    align: left:
}

.content a {
	font-family: Verdana;
	font-size: 12px;
    color: #ffffff;
    text-decoration: none;
	font-weight: bold;
}

.content a:visited {
	font-family: Verdana;
	font-size: 12px;
    color: #393939;
    text-decoration: none;
	font-weight: bold;
}

.content a:hover {
	font-family: Verdana;
	font-size: 12px;
    color: #f2a615;
    text-decoration: none;
	font-weight: bold;
}

.content a:active {
	font-family: Verdana;
	font-size: 12px;
    color: #ffffff;
    text-decoration: none;
	font-weight: bold;
}
/* Main Content Area */


/* Copyright & Navigation Footer */

.copy {
	font-family: Verdana;
	font-size: 10px;
    color: #393939;
    text-decoration: none;
	font-weight: normal;
    padding: 2px;
    vertical-align: top;
    text-align: center;
}

#footer {
	font-family: Verdana;
	font-size: 10px;
    color: #ffffff;
    text-decoration: none;
	font-weight: normal;
    padding: 2px;
    vertical-align: top;
    text-align: right;
}

#footer a:link {
  font-size: 10px;
  color: #ffffff;
  text-decoration: none;
  padding: 2px;  
}

#footer a:visited {
  font-size: 10px;
  color: #393939;
  text-decoration: none;
  padding: 2px;  
}

#footer a:hover {
  font-size: 10px;
  color: #f2a615;
  text-decoration: none;
  padding: 2px; 
}

#footer a:active {
  font-size: 10px;
  color: #ffffff;
  text-decoration: none;
  padding: 2px; 
}
/* End Copyright & Navigation Footer */

#faq {
	font-family: Verdana;
	font-size: 11px;
    color: #ffffff;
    text-decoration: none;
	font-weight: normal;
    padding: 2px;
    vertical-align: top;
    text-align: center;
}

#faq a:link {
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
  padding: 2px;  
}

#faq a:visited {
  font-size: 11px;
  color: #393939;
  text-decoration: none;
  padding: 2px;  
}

#faq a:hover {
  font-size: 11px;
  color: #f2a615;
  text-decoration: none;
  padding: 2px; 
}

#faq a:active {
  font-size: 11px;
  color: #ffffff;
  text-decoration: none;
  padding: 2px;

/* To do away with the border around input buttons change the border color to background for the button (nav side) */
.signin {
    cursor: pointer; 
    border: 1px solid #ff0000;
}

.signin a {	
    color: #000000;
    text-decoration: none;
}

.signin a:visited{
    color: #202020;
    text-decoration: none;
}

.signin a:hover{
    color: #9f0101;
    text-decoration: none;
}

.signin a:active{
    color: #000000;
    text-decoration: none;
}

/* If you have a second background with buttons use this to change color this is content side */
.signin2 {
    cursor: pointer; 
    border: 1px solid #000000;
}

.signin2 a {	
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.signin2 a:visited{
    color: #ff0000;
    font-weight: bold;
    text-decoration: none;
}

.signin2 a:hover{
    color: #9f0101;
    font-weight: bold;
    text-decoration: none;
}

.signin2 a:active{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

/* Misc Table Borders */
.tborders {
     border: solid 1px #929292; 
     padding: 14px;
}

/* 
* End General for all designs and templates * 
*/

/* 
* Spacific to this design only * 
*/

/* Top Navigation Buttons */
.tb {
    border-top: 3px solid #ff0000;
    text-align: right;
}

/* 
* End Spacific to this design only * 
*/

/* 
* Cart Functions * 
*/
hr.separator{
    height: 1px;
    color: #929292;
    background-color: #929292;
    border: 0px;
}

/* Input Area Information */
input  {
    border: 1px solid #929292; 
    font-family: Verdana, Arial, sans-serif;
    color: #ffffff;
    font-size: 11px;
    background-color: #000000;
}

select  {
    border: 1px solid #929292; 
    font-family: Verdana, Arial, sans-serif;
    color: #ffffff;
    font-size: 11px;
    background-color: #000000;
}

textarea  {
    border: 1px solid #929292; 
    font-family: Verdana, Arial, sans-serif;
    color: #ffffff;
    font-size: 11px;
    background-color: #000000;
}

input[type="checkbox"],
input[type="radio"],
input[type="image"] {
    border: 0;
    background-color: transparent;
}

input[type="button"]{
    border: 1px outset #929292; 
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 4px;
    background-color: #000000;
}

input[type="submit"]{
    border: 1px solid #929292; 
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-color: #000000;
}
/* End Input Area Information */

/*
 * NavigationBar Styles BEGIN
 */
.NavigationBar {
    font-family: Verdana, Tahoma;
    color: #000000;
    font-size: 12px;
    padding: 0px;
    margin: 2px;
    width: 180px;
}

.NavigationBar table td{
    font-family: Verdana, Tahoma;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.NavigationBar table td.Empty {
    padding: 7px;
    font-weight: bold;
    text-align: center;
}

.NavigationBar table td.LevelDefault{
    font-family: Verdana, Tahoma;
    color: #000000;
    font-size: 12px;
    padding: 1px 0px 5px 60px;
}

.NavigationBar table td.LevelDefault a{
    color: #000000;
    text-decoration: none;
}

.NavigationBar table td.LevelDefault a:hover{
    color: #9f0101;
}

.NavigationBar table td.Level1{
    font-family: Verdana, Tahoma;
    color: #000000;
    font-size: 12px;
    padding: 1px 0px 5px 20px;
    font-weight: bold;
}

.NavigationBar table td.Level1 a{
    color: #000000;
    text-decoration: none;
}

.NavigationBar table td.Level1 a:hover{
    color: #9f0101;
}

.NavigationBar table td.Level2{
    padding: 1px 0px 5px 40px;
}

.NavigationBar table td.Level2 a{
    color: #000000;
    text-decoration: none;
}
.NavigationBar table td.Level2 a:hover{
    color: #9f0101;
}

.NavigationBar table td.Selected{
    background-color: #9f0101;
}

.NavigationBar table td.Selected a{
    color: #202020;
    text-decoration: none;
}

.NavigationBar table td.Selected a:hover{
    color: #9f0101;
}
/*
 * NavigationBar Styles END
 */


