BODY  {
	font-family : Helvetica, Trebuchet, Geneva,  sans-serif; 
	color : #000000;
	background-color : #C7CDD8;
    background-image : none;
	margin-left : 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

P  {
	color : #000000;
	font-size : 80%; 
	font-style : normal;
	font-weight : normal;
}

.footer {
	color : #000000;
	font-size : 70%; 
	line-height : 150%;
}

.footercopyright {
	font-family :  Helvetica, Arial, sans-serif; 
	color : #000000;
	font-size : 100%; 
	line-height : 130%;
}

.footersm {
	font-family : Helvetica, Arial, sans-serif; 
	color : #000000;
	font-size : 65%; 
}


LI  {
	font-style : normal; 
	font-weight : normal;
}

H1 { 
	font-size: 160%; 
	font-style: normal; 
	font-weight: bold;
}

H2 { 
	font-size: 120%; 
	font-style: normal; 
	font-weight: bold;
}

H3 {  
	font-size: 110%; 
	font-style: normal; 
	font-weight: bold;
}

H4  {
	font-size : 120%; 
	font-style : normal; 
	font-weight : bold;
}

H5  {
	font-size : 80%; 
	font-style : normal; 
	font-weight : normal;
}

H6  {
	font-size : 70%; 
	font-style : normal; 
	font-weight : normal;
}

IMG {
    border-color : #000000;
}


HR  {
	style : noshade;
	size : 2;
	color : #B3CCCC;
}

HR.itemseparator  {
	width : 95%;
}

A  {
	color : #000000;
	text-decoration : none;
	font-style : normal; 
}

A:Visited  {	
	color : #000000;
	text-decoration : none;
	font-style : normal; 
}

A:Active  {
	color : #000000;
	text-decoration : underline;
	font-style : normal; 
}

A:Hover  {
	color : #A50000;
	text-decoration : underline;
	font-style : normal; 
}

A.catlink {	
	color : #A50000;
	font-size : 100%; 
	font-style : normal; 
	font-weight : bold;
	line-height : 170%;
}

A.activecat {	
	color : #A50000;
	font-size : 100%; 
	font-style : normal; 
	font-weight : bold;
	line-height : 170%;
}
H2.cattitle{
	text-align : left;
	font-style : normal; 
	font-weight : bold;
}

P.catdescription{
	font-size : 12pt; 
	font-style : normal; 
	font-weight : bold;
	line-height : 150%;
	text-align : center;
}

H4.itemname {
	color : #000000;
	font-style : normal; 
	font-weight : bold;
}
P.itemdescription {
	font-size : 90%; 
	font-style : normal; 
	font-weight : normal;
}

P.pager {
	color : #CC0033;
	font-size : 90%; 
	font-style : normal; 
	font-weight : bold;
}

.subcatlist {
	font-size : 90%; 
	text-align : center;
	font-weight : bold;
}
.featured {
	font-weight : bold;
	font-style : italic;
	color : #CC0033;
}

TABLE.maintable {
	padding : 0px 0px 0px 0px;
	border : 0px;
}
TD.headerarea {
	padding: 0px 0px 0px 0px;

}
TD.menuarea {
	padding-top : 0px;
	padding-bottom : 0px;
	padding-right : 0px;
	padding-left : 15px;
	background-image : url(images/bg_menuarea.gif);
}

TD.mainarea {
	font-style : normal; 
	font-weight : normal;
	padding-top : 0px;
	padding-bottom : 0px;
	padding-right : 0px;
	padding-left : 19px;
	width:664;
	background-image : url(images/bg_mainarea.gif);
}

TD.footerarea {
	padding : 0px 0px 0px 0px;
}

TD.featuredcolumn {
	padding : 0px 0px 0px 0px;
	font-size : 120%; 
	font-style : normal; 
	font-weight : normal;
	text-align : center;
}

TD.subjectdescriptionbox {
	padding : 0px 0px 0px 0px;
}

TD.subjectbox {
	padding-top : 6px;
	padding-bottom : 0px;
	padding-right : 0px;
	padding-left : 0px;
}

.required {
	color: #CC3300;
}
.headback {
	background-color : #FFFFFF;
	font-size : 80%; 	
}
.darkback {
	background-color : #F5F5F5;
	font-size : 80%; 
}
.lightback {
	background-color : #FFCCCC;
	font-size : 80%; 
}
.error {
	color : #CC0033; 
}

.carttable {
	background-color : #FFFFFF;
	font-size : 80%; 
}

TD.maincartarea {
	font-size : 80%; 
	font-style : normal; 
	font-weight : normal;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-right : 5px;
	padding-left : 5px;
}

/*mail form*/
.main-form{
	width:210px;
	float:right;
	display:inline;
}
.main-form div{
	width:210px;
	float:left;
	padding:0 0 5px 0;
}
.main-form label{
	font-size:10px;
	color:#000;
	font-weight:bold;
	float:left;
	padding:0 0 0 0px;
}
input.email-txt-inp{
	width:140px;
	float:left;
	border:1px solid #afafaf;
	font-size:11px;
	height:16px;
	color:#999;
}
input.sign-up-button{
	background: url(images/sign-up-button.gif) no-repeat 0 0;
	width:56px;
	height:17px;
	float:left;
	display:inline;
}