/***********************************************/
/* common.css                            */
/* Use with all files         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	background-color: #838487;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/******* hyperlink and anchor tag styles *******/

a.mainBody:link, a.mainBody:visited{
	text-decoration: none;
	font-size: 65%;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

a.mainBody:hover{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #000000;
	padding: 0px;
}

a.mainText:link, a.mainText:visited{
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0px;
}

a.mainText:hover{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	padding: 0px;
}


/************** text styles **************/

.captionText{
 font: normal 80% Arial, sans-serif;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-decoration: none;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}


/************** layout styles **************/

#container {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	padding: 0px;
	margin-bottom: 0px;
	position: relative;
}

#page {
	width: 809px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#content_left {
	width: 183px;
	height: 509px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	float: left;
	background-image: url(images/bg_left.jpg);
}

#content_right {
	width: 626px;
	height: 509px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	float: right;
	background-image: url(images/bg_right.jpg);
}

#content_rightHome {
	width: 626px;
	height: 509px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	float: right;
	background-image: url(images/bg_right_home.jpg);
}
#content_leftHome {
	width: 183px;
	height: 509px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	float: left;
	background-image: url(images/bg_left_home.jpg);
}

#largeImageHome {
	position: absolute;
	z-index: 5;
	height: 162px;
	width: 660px;
	left: -105px;
	top: 174px;
	visibility: visible;
}

#creditCards {
	position: absolute;
	z-index: 5;
	height: 35px;
	width: 660px;
	left: -105px;
	top: 445px;
	visibility: visible;
	background-image: url(images/cardlogos.gif);
	background-repeat: no-repeat;
}


#caption {
	position: absolute;
	z-index: 6;
	left: 54px;
	top: 411px;
	text-align: left;
	visibility: visible;
	font-size: 75%;
	width: 514px;
}

#v4Lvlcontainer {
	position:absolute;
	left:17px;
	top:107px;
	width:141px;
	height:293px;
	clip:rect(0px,141px,293px,0px);
	overflow:hidden;
	z-index:2;
	visibility: visible;
}

#v4Lvlcontent1 {
	position:absolute;
	width:141px;
	left:0px;
	top:0px;
	z-index:3;
	clip: rect(   );
	visibility: visible;
}

#v4Lvlcontrols {
	position:absolute;
	left:17px;
	top:444px;
	z-index:4;
	width: 18px;
	visibility: visible;
	font-size: 80%;
}

#dashboard {
	position: absolute;
	z-index: 1;
	height: 20px;
	left: 0px;
	top: 509px;
	visibility: visible;
	text-align: right;
	width: 608px;
}

/************** image styles **************/

#buyNowButton {
	position: absolute;
	z-index: 1;
	height: 22px;
	width: 70px;
	left: 523px;
	top: 462px;
	visibility: visible;
}

#enterSite {
	position: absolute;
	z-index: 1;
	height: 25px;
	width: 84px;
	left: 487px;
	top: 460px;
	visibility: visible;
}

#largeImage {
	position: absolute;
	z-index: 5;
	width: 514px;
	left: 54px;
	top: 45px;
	visibility: visible;
}

#imgHome {
	margin-right: 10px;
	margin-bottom: 10px;
}

/************** table styles **************/

#specTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #838487;
	width: 514px;
}

/************** fastcart styles **************/

#fastcart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	position: absolute;
	z-index: 5;
	height: 346px;
	width: 550px;
	left: 30px;
	top: 45px;
	visibility: visible;
	text-align: left;
}

h1 {
	font-size: 90%;
	color: #000000;
	font-weight: bold;
	text-align: left;
	display: block;
	margin-left: 27px;
}

th {
	background-color: #838487;
	font-size: 80%;
	color: #ffffff;
}

td {
	font-size: 75%;
	color: #000000;
}

a:link { 
	font-size: 80%; 
	color: #4c3995; 
	text-decoration: underline;
}

a:visited { 
	font-size: 80%; 
	color: #4c3995; 
	text-decoration: underline;
}

a:active {
	font-size: 80%; 
 	color: #4c3995; 
 	text-decoration: underline;
 }

a:hover { 
	font-size: 80%; 
	color: #4c3995; 
	text-decoration: underline;
}

a.contact:link { 
	font-size: 100%; 
	color: #0066CC; 
	text-decoration: none;
}

a.contact:visited { 
	font-size: 100%; 
	color: #0066CC; 
	text-decoration: none;
}

a.contact:active {
	font-size: 100%; 
 	color: #0066CC; 
 	text-decoration: none;
 }

a.contact:hover { 
	font-size: 100%; 
	color: #0066CC; 
	text-decoration: underline;
}

.contactbar {
	background-color: #f0f0f0;
	font-size: 80%;
	color: #4C3995;
}

.divider {
	height: 5px;
}

.cartbg { 
}

p {
	font-size: 80%;
}

