/**
 *
 * COMMON
 *
**/

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #FEFDFC;
	padding: 0;
	margin: 18px 24px;
	font-family: Arial, Verdana, Helevetica, san-serif;
	font-size: 11px;
	color: #000000;
}

td, input, select, option {
    font-family: Arial, Verdana, Helevetica, san-serif;
	font-size: 11px;
	color: #000000;
}

img {
	border: 0;
}

.vtop {
	vertical-align: top;
}

#wrapper {
	width: 901px;
}

.content {
	padding: 15px 0 15px 15px;
}

a {
	color: #07717F;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #07717F;
	text-decoration: underline;
}

a.breadcrumbs {text-decoration: none; color: #000000; font-size: 10px;}
a.breadcrumbs:hover {text-decoration: underline;}


/* HEADERS */

h1 {
	color: #40B0C2; 
	font-weight: bold; 
	font-size: 11pt; 
	margin-bottom: -10px; 
	padding: 10px 0 0 0;
}
	#store h1 {
		font-size: 12pt;
		margin-bottom: 10px;
	}
	#store_wrapper h1 {
		font-size: 12pt;
		margin-bottom: 10px;
	}
h2 {
	color: #CC6600; 
	font-weight: normal; 
	font-size: 11pt; 
	padding: 10px 0;
}
	h2 a {
		color: #CC6600;
	}


#store #rightcol h2 {color: #40B0C2; font-weight: bold; font-size: 11pt; margin-bottom: -10px; padding: 0;}

h3 {
	color: #6e97bd;
	font-size: 9pt;
	padding-bottom: 7px;
}


/**
 *
 * TOP NAVIGATION 
 *
**/
#topnav {
	height: 9px;
	width: 901px;
	margin-bottom: 15px;
	overflow: hidden;
	list-style-type: none;
}

	#topnav li {
		float: right;
		clear: none;
		width: auto;
		margin-left: 60px;
		text-align: right;
		list-style-type: none;
	}
		#topnav li img {
			display: block;
		}



/**
 *
 * LEFT NAVIGATION
 *
**/

.leftnav,
.leftnav li {
	list-style-type: none;
}

#footer_links {
	color: #75ecec;
	font-size: 7.5pt;
	padding: 20px 0;
}
	.copyright {
		color: #80aed9;
	}


/**
 *
 * HOME PAGE
 *
**/

#home_sifr_holder {
	height: 169px;
	padding:10px 15px;
	}
	
	#sifr_replace {
		font-size: 18px;
		line-height: 26px;
		color:#fff;
	}
	
#home_sifr_holder2 {
	height: 17px;
	padding:5px 15px 0 15px;
	margin-bottom: 3px;
	}
#sifr_replace2 {
	font-size: 13pt;
	line-height: 13pt;
	color:#FFF;
	}
#sifr_replace_thumb {
	font-size: 16pt;
	line-height: 16pt;
	color:#748390;
	margin-bottom: 15px;
	}
#sifr_replace_landing {
	background: #D0D0DC url(/media/prod_cats_landing/bkg_cat_langing.jpg) repeat-x bottom;
	padding: 20px 20px 20px 15px;
	color: #586c78;
	font-size: 12px;
	line-height: 1.5em;
}

/**
 *
 * STORE
 *
**/
.proddetails td.other_image, 
.proddetails td.other_image a {
	color: #B3C7D3;
	text-decoration: none;
}

/**
 *
 * TABLES 
 *
**/

th {
	line-height: 1.6em;
}

th,
th a,
th a:link {
	font-size: 11pt; 
	color: #CC6600; 
	text-decoration: none; 
	font-weight: normal;
	text-align: left;
}
th a:hover {
	text-decoration: underline;
}

.form_tbl {
	margin-top: 10px;
}


.clearer {display: none; clear: both;}

/* Color Swatches */

.swatches td {padding: 0px 10px 0px 0px !important; text-align: left; text-transform: lowercase; vertical-align: middle; font-family: 'GillSans', 'Tahoma', 'Optima', Arial, Verdana, Helevetica, san-serif; font-size: 8pt;}

.content ul {
	margin-left: 20px;
}
	.content ul li {
		margin-left: 10px;
		padding-bottom: 1em;
	}


.txtAboutUs {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#030303;
	text-align:left;
	padding:8px 10px 0 0;
	}
	
.txtAboutUsRight {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#030303;
	text-align:left;
	padding:8px 0 0 14px;
	}

 /*\*/ /*/
.clearer {
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
	display: inline;
}
