/* CSS Document */

* {
/*margin: 0;*/
margin-left:auto;
margin-right:auto; 
padding: 0; 
border: 0; 
}

html {
   margin:0;
   padding:0;
   height:100%;
}

/* Special Links */
.spec a:link {
	color: 3a3c89;
}

.spec a:visited {
	color: 3a3c89;
}

.spec a:hover {
	color: 3a3c89;
}

.spec a:active {
	color: 3a3c89;
}
/* End */

a:link {
	color: #9D9EA2;
}
a:visited {
	color: #9D9EA2;
}
a:hover {
	color: #9D9EA2;
}
a:active {
	color: #9D9EA2;
}

td.lines {
                display:block;
                font-size: 12px;
                border-bottom: 1px solid black;
                padding: 0;
                word-wrap:break-word;
                text-transform: uppercase;
}

#comp {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:9px;
	font-weight: bold;
}

#wrap {
                overflow: auto;
                width:200px;
                word-wrap:break-word;
                }

#overflow {
	overflow:auto;
	word-wrap:break-word;
	width:250px;
	height:200px;
	}

#tax_form input {
color:#FFFFFF;
background:#000000;
text-align:right;
}
input.tax_form {
text-align:left;
}

/* Main Page Font Styling */
.maintext_white {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight: bold;
	color:#FFFFFF;
	text-align: center;
}
/* End of Heading */

/* Main Page Font Styling */
.maintext_red {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
/* End of Heading */

/* Heading Font Styling */
.titletext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
/* End of Heading */

/* Purchase Font Styling */
.purchasetext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color:#FF0000;
	text-align: center;
}
/* End of Purchase */


.titleblue {
	color: #0000FF;
	font-weight: bold;
	font-size:25px;
}

.pricesblue {
	color: #0000FF;
	font-weight: bold;
	font-size:20px;
}

.titlebold {
	font-weight: bold;
	font-size:25px;
	color:#FFFFFF;
}

body {
	margin-top: 0;
	margin-left: 0;
	background-color:#C8C8C8;
	text-align:center;
	color:#FFFFFF;
}
/* Video Styling */

.vidstyle {
	text-align: center;
}

/* End of Video Styling */
.spacing {
	height:5px;
}

.linecolor {
	background-color: #9D9EA2;
	height: 4px;
}

.formbutton{
cursor:pointer;
border:outset 1px #996633;
background:#996633;
color: #FFFFFF;
font-weight:bold;
}

.formtext {
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #FFFFFF;
	padding-left: 4px;
	text-align: right;
}


.mainimg {
	text-align:center;
	padding-left: 5px;
	padding-right: 5px;
}

.mainimg_thumb {
	text-align:center;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.headerimg {
	background-color:#9D9EA2;
}

.headercont {
	text-align:left;
	background-color:#9D9EA2;
	margin-bottom: 4px;
}

.bodycont {
/*	width: 85%;*/
	width:1000px;
	background-color:#000000;
	margin-right:auto;
	margin-left:auto;
}

.tablecont {
	width: 85%;
	margin-right:auto;
	margin-left:auto;
}

.footerimg {
	text-align:center;
	padding-bottom: 1.5em;
	padding-top: .3em;
}

.footer {
	text-align:center;
	padding-bottom: 1.5em;
	padding-top: .3em;
}

.mainimg img{
	text-align:center;
	border: solid;
	border-color: #9D9EA2;
}

td .mainimg_thumb img{
	text-align:center;
	border: solid;
	border-color: #9D9EA2;
}

.descrip {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color:#FFFFFF;
	padding-bottom: 3px;
}

.heading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight: bold;
	color:#3A4A98;
	padding-bottom: 3px;
}
	
.nav {
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#9DDCE9;
	padding-left: 4px;
}
	
.maintable {
	padding: 4px;
	margin: 3px;
	background-color: #9DDCE9;
}

/* Used for the Navigation list */
#adnavcontainer ul
{
padding: .1em 0;
margin: 0;
list-style-type: none;
background-image:url(/imgs/blue.gif);
background-repeat:repeat;
height:auto;
color: #3A4A98;
width: 100%;
font: bold 70% Georgia, "Times New Roman", Times, serif;
text-align: center;
}

#navcontainer ul
{
padding: .1em 0;
margin: 0;
list-style-type: none;
background-image:url(/imgs/blue.gif);
background-repeat:repeat;
height:auto;
color: #3A4A98;
width: 100%;
font: bold 80% Georgia, "Times New Roman", Times, serif;
text-align: center;
}

li { display: inline; }

li a
{
text-decoration: none;
background-color:#3A4A98;
color: #9D9EA2;
padding: .1em 1em;
border-right: 3px solid #9D9EA2;
}

li a#current
{
border-left: 3px solid #9D9EA2;
}

li a:hover
{
background-image:url(/imgs/blue.gif);
background-repeat:repeat;
color: #FFF;
}

/* END NAV LIST */

/* Used for the ITEMMAIL list */
#itemmail a
{
text-decoration: none;
padding: .4em 0;
margin: 0;
height:auto;
background-color:#3A4A98;
color: #9D9EA2;
width: 80%;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-weight:bold;
text-align: center;
}

#itemmail a:hover
{
background-color:#9D9EA2;
color: #FFF;
}

/* END ITEM LIST */

/* Used for the ITEMPURCH list */
#itempurch a
{
text-decoration: none;
padding: .4em 0;
margin: 0;
height:auto;
background-color:#9D9EA2;
color: #3A4A98;
width: 80%;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-weight:bold;
text-align: center;
}

#itempurch a:hover
{
background-color:#3A4A98;
color: #FFF;
}

/* END ITEMPURCH LIST */

/* Feature Table */

.table td {
	text-align:left;
	font-weight:bold;	
	border: 1px solid #CCC;
	background-color:#FFFFFF;
	color: #900;
}
/* End Feature Table */

/* Feature Table */

.tableitem {	
/*	border: 1px dotted #CCC;*/
	border: 1px;
	border-color: #C8C8C8;
	border-style:solid;
}
/* End Feature Table */


td .featureimg img{
	text-align:center;
	padding-left: 5px;
	padding-right: 5px;
}


.barimgleft {
	background-position:left;
	background-image:url(/imgs/grey_bar_left.jpg);
	background-attachment:fixed;
	background-color:#B7B7B7;
	background-repeat:repeat-y;
	padding:0px;
	margin:0px;
	width:100%;
}

#linetable {
	border:	0px;
	padding:0px;
	margin:0px;
	width:100%;
}
