/* CSS Document */


a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a.largetext  {
	font-size: 1.4em;
	display: inline;
	vertical-align: baseline;
}


a.mediumtext {
	font-size: 1em;
	display: inline;
}



a.smalltext {
	font-size: .8em;
}

a.top {
	font-size: .7em;
}

b.italic{font-style:italic;}

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #C0C0C0;
	font-size: 100%;
}

blockquote{
	float:right;
	width:100;
	margin:0px 100px 0px 10px;
	padding:10px;
}
	
td,th {
	background-color:#D5D7BD;
	font-size: 85%;
}

p {line-height:1.5;}

span {
	margin: 0;
	padding: 7px 0 0 0;
	font-size: 90%;
}

img {border:0px;}

img.floatrt {
	float:left;
	border-left:2px solid #570E0C;
	border-top:2px solid #570E0C;
	border-right:4px solid #570E0C;;
	border-bottom:4px solid #570E0C;
	background:#F4F3EB;
	padding:5px;
}

img.mg100 {margin-left:100px;}
img.mg50 {margin-left:20px;
			margin-top:25px;}
img.top {margin-top:-50px;}			


input, textarea, select {
	background: url(../images/jpg/inputbg.jpg) repeat-x scroll #fff;
	border:1px solid #aaa;
}

h1 {
	font-weight: normal;
	color: #9F1B17;
	font-size: 24px;
}

h2 {
	font-weight: bold;
	color: #000000;
	font-size: 18px;
}

h2.center {

	font-weight: bold;
	color: #000000;
	font-size: 18px;
	text-align:center;
	margin-top: -30px;
}

h3 {
	font-weight: bold;
	color: #900;
	font-size: 24px;
}

h4 {
	font-weight: bold;
	color: #0276FD;
	font-size: 18px;
	margin-bottom:-40px;
}

h5 {
	font-weight: bold;
	color: red;
	font-size: 18px;
	text-align:center;
	margin: 5px;
}
h6 {
	font-weight: bold;
	color: red;
	font-size: 18px;
	text-align:center;
	margin: 5px;
}


ul {list-style:circle outside none;}

hr {
	display: block;
	clear: both;
	height: 1px;
	width: 80%;
	color:#999;
	padding-right: 10%;
	padding-left: 10%;
}


p.left{text-align:left !important;}


input.checkbox {
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	width:15px;
}
    

/* Form */
label{border: thin #F03;}
div.row {margin:0 0 5px 0;float:left;width:100%;padding:6px 0;}
div.row label {float:left;display:block;width:14em;font-weight:bold;padding: 0px 6px;}
div.trailerrow {margin:0 0 0px; float:left; width:100%; padding:5px 0;}
div.trailerrow label {float:left; display:block;width:15em;font-weight:bold;padding:0 10px;}
/* End Form */

div#feature_list {
	width: 100%;
	height: 320px;
	overflow: hidden;
	position: relative;
	border:1px solid #CCC;
	}
	
div#feature_list h3 {
	text-transform:uppercase;
	vertical-align:middle;
	font-size:105%;
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	width:200px;
	}
	
div#feature_list_new {
	width:100%;
	height:420px;
	float:left;
	overflow: hidden;
	position: relative;
	background: #F4F3EB /*url("../images/buttons/BG_snapShotItem.jpg") repeat-x scroll #E9EEF2*/;
	border:1px solid #ccc;
	margin-top:10px;
	margin-bottom:10px;
	z-index:0;
	}
	
div#feature_list_new h3 {
	text-transform:uppercase;
	vertical-align:middle;
	font-size:105%;
}

div#feature_list_new ul {
	position: absolute;
	top: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	width:200px;
	}

ul#tabs {
	left: 0;
	z-index: 2;
	width: 200px;
	}

ul#tabs li {
	background:url('../images/buttons/BG_snapShotItem.jpg') repeat-x;
	font-size: 100%;
	font-family: Arial;
	}

ul#tabs li img {
	padding: 5px;
	border: none;
	margin: 10px 10px 0 0;
	}

ul#tabs li a {
	color: #222;
	text-decoration: none;
	display: block;
	padding: 10px;
	height: 60px;
	outline: none;
	}

ul#tabs li a:hover {
	text-decoration: underline;
	}

ul#tabs li a.current {
	background: url('../images/main_template/feature-tab-current.png') repeat-x;
	color: #FFF;
	}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
	}

ul#output {
	left: 200px;
	height: 240px;
	position: relative;
	}

ul#output li {
	width: 463px;
	}

ul#output li a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #000;
	}

ul#output li a:hover {
	background: #D33431;
	} 

	
	