 /* VARIANT ART MERCHANDISE & APPAREL */


html {
	background: #FFFFFF url(images/bckgrd.gif) repeat-x;
    }

body{
	margin: 50px;
	padding: 0px 0 0;
	color: #333;
	font: 13px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	text-align: center;
	background-image: url(images/masthead.gif);
	background-position: center top;
	background-repeat: no-repeat;
	}

a {
    color: #D7661C;
    }
	
a:hover	{
    color: #a8a8a8;
    }


#container	{
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
	position: relative;
	width: 807px;
    }

h2	{
	color: #990000;
    }
 /********* TOP NAVIGATION LINKS ********/
 
#topNav	{
	margin-bottom: 10px;
	padding-top: 175px;
    }	
	
#topNav ul  {
	text-decoration: none;
	font-size: 15px;
	list-style-type: none;
	text-align: right;
	padding-right: 25px;
    }	

#topNav li  {
	display: inline;
	padding: 5px;
    }	

#topNav li a  {
	color: #000000;
	text-decoration: none;
    }	

#topNav li a:hover {
	color: #a8a8a8;
}

 /********* LEFT NAVIGATION LINKS ********/
	
#leftNav_Prod h3 span,
#leftNav_Serv h3 span {
	display:none;
}	

#leftNav {
	position: absolute;
	top: 228px;
	width: 203px;
	left: 15px;
	padding-right: 10px;
	margin-right: 10px;
	height: 642px;
}

#leftNav_Prod h3 {
	background-image: url(images/01_SelAProd.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 237px;
	height: 40px;
}

#leftNav_Serv h3 {
	background-image: url(images/01_SelAServ.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 237px;
	height: 40px;
}

#leftNav ul{
	list-style-type: none;
	padding-right: 25;
	padding-left: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	margin-top: -30px;
    }

#leftNav ul li {
	display: block;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
    }	

#leftNav ul li a {
	text-decoration: none;
	display: block;
	font-size: 15px;
    }

 /********* CONTENT SECTION ********/
 
#Content{
	padding-left: 25px;
	margin-right: 30px;
	margin-left: 225px;
	text-align: justify;
	height: auto;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

 /********* FOOTER SECTION ********/
 

#Footer{
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	font-size: small;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 10px;
	height: 60px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
}

#Footer a, #Footer a:visited {
	padding: 5px;
	border: 1px solid #f4f4f4;
	background-color: #fff;
}

#Footer a:hover {
	padding: 5px;
	border: 1px solid #993300;
	background-color: #CCCCCC;
	color: #fff;
}
#Footer2 {
	font-size: small;
	font-weight: lighter;
	color: #999999;
	text-decoration: none;
	text-align: center;
	margin-bottom: 10px;
}

 /********* FAQ PAGE & POLICIES PAGE & ORDERING PAGE ********/
 
 
#FAQ h4, #Policy h4, #Ordering h4 {
	margin-bottom: -15px;
	font-size: 14px;
}
#FAQ p, #Policy p, #Policy li, #Ordering li, #Ordering p{
	font: 12px "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	margin-left: 15px;
	color: #666666;
}

#Policy ul, #Ordering ul {
	font: 12px "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	margin-left: 15px;
	color: #666666;
}
#Policy h5 {
	margin-left: 10px;
	margin-bottom: -15px;
}

 /********* Package.htm Inner Boxes  ********/
#pkgbox {
	border: 1px solid #cccccc;
	height: 230px;
	width: 500px;
	margin: 10px;
}
#pkgbox img{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
#pkgbox h3{
	padding-left: 10px;
	padding-top: 10px;
}
#pkgbox p{
	padding-left: 10px;
	padding-top: -10px;
}
.pkgboxh3_small{
	font-size: small;
	color: #990000;
}





 /********* Cart - Ordering Samples  ********/
.clearfloat {
	clear: both;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: Left;
}

.tbl_Header {
	font-weight: lighter;
	background-color: #CCCCCC;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

#CartWrapper{
	width: auto;
	padding: 10px;
	text-align: left;
}
#CartDescBox{
	padding-right: 30px;
}
#CartDesc{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
