@CHARSET "UTF-8";

 /*Kill Margins*/
 * {margin: 0; padding: 0;}
 
 /*Kill Image Borders*/
 img {border: 0;}
 
 /*Add Paragraph Margins*/
 p {margin: 5px 0;}
 
 /*Add List Paddings*/
 ul {padding-left: 10px;}
 il {padding-left: 30px;}
 
 /*Alignment*/
 .left {text-align: left;}
 .center {text-align: center;}
 .right {text-align: right;}
 
 .floatLeft {float: left;}
 .floatRight {float: right;}
 .clearBoth {clear: both}
 
 /*Page Links*/
 a:link, a:visited, a:active {
 	color: blue;
 	text-decoration: none;
 }
 
 a:hover {
 	text-decoration: underline;
 }
 
 /*Page Font*/
 html,body {
 	font-family: verdana, serif, times, arial;
 	font-size: 12px; 
 	color: #505050;
 	height: 100%;
 }
 
 /*Page Background*/
 body {
 	background: #c22626 url("images/pagebg_2.jpg") repeat-x top left;
 }
 
 .message {
 	padding: 10px;
 	margin-bottom: 10px;
 	border: 1px solid #444444;
 	background: #f5f89c;
 	color: #7d8033;
 	font-weight: bold;
 }
 
 /*Width Wrapper*/
 .widthWrapper {
 	width: 911px;
 	margin: auto;
 }
 
 /*Top*/
 .top {
 	background: url("images/top.jpg") no-repeat top left;
 	width: 911px;
 	height: 83px;
 }
 
 .top a {
 	float: left;
 	width: 300px;
 	height: 83px;
 }
 
 /*Top Nav*/
 #iVexTopNavBar {
 	background: url("images/topnav.jpg") no-repeat top left;
 	width: 911px;
 	height: 42px;
 }
 
 #iVexTopNavBar a {
 	float: left;
 	line-height: 42px;
 	padding: 0 25px;
 	color: #951a19;
 	text-decoration: none;
 	border-right: 1px solid #9f9f9f;
 }
 
 #iVexTopNavBar .end {
 	border: none;
 }
 
 #iVexTopNavBar a:hover {
 	text-decoration: underline;
 }
 
 /*Sub Nav*/
 #iVexTopNavSub {
 	background: url("images/subnav.jpg") no-repeat top left;
 	width: 911px;
 	height: 31px;
 	color: #000000;
 	padding-left: 20px;
 	text-decoration: none;
 }
 
 #iVexTopNavSub a {
 	float: left;
 	line-height: 31px;
 	color: #000000;
 	text-decoration: none;
 	padding: 0 20px;
 }
 
 #iVexTopNavSub a:hover {
 	color: #d80b0b;
 }
 
 #iVexTopNavSub .first {
 	padding-left: 50px;
 }
 
 /*Body*/
 .bodyTop { 
 	margin-left: 8px;
 	margin-top: 20px;
 	display: block; 
 }
 
 .bodyBottom {
 	margin-left: 8px;
 	display: block;
 }
 
 .body {
 	margin-left: 8px;
 	width: 880px;
	background: #f0f1f1 url("images/bodybg.gif") repeat-x top left;
	padding: 10px;
 }
 
 .bodyContent {
 	padding: 10px;
 }
 
 .blockTop {
 	padding: 10px;
 	color: #444444;
 	font-size: 13px;
	border-bottom: 1px solid #aaaaaa;
 }
 
 .blockSub {
 	padding: 10px;
 	color: #999999;
 	font-size: 11px;
 }
 
 .blockBody {
 	color: #222222;
 	padding: 10px;
 }
 
 /*Catalog Tables*/
 .blockTable {
 	width: 100%;
 	border-collapse: collapse;
	border: 1px solid #222222;
	margin-bottom: 10px;
 }
 
 .blockTable .blockTop {
 	background: #9e1c1c;
 	padding: 5px;
 	font-size: 12px;
 	color: #efefef;
 }
 
 .blockTable .blockSub {
 	background: #a3a3a3;
 	font-size: 10px;
 	padding: 5px;
 	color: #ffffff;
 	border-bottom: 1px solid #444444;
 }
 
 .blockTable .blockBody {
 	border-bottom: 1px solid #444444;
 }
 
 .blockTable .row1 {
 	background: #efefef;
 }
 
 .blockTable .row2 {
 	background: #dedede;
 }
 
 /*Bread Crumb*/
 .breadCrumb {
 	display: none;
 	background: url("images/breadbg.jpg") repeat-x top left;
 	height: 35px;
 	line-height: 35px;
 	padding: 0px 10px;
 	color: #6d6d6d;
 }
 
 .breadCrumb a {
 	color: #6d6d6d;
 	text-decoration: none;
 }
 
 .breadCrumb a:hover {
 	text-decoration: underline;
 }
 
 /*Browse Bread Crumb*/
 .breadCrumb_browse, .breadCrumb_browse a {
 	font-size: 10px;
 	font-weight: normal;
 }
 
 /*Body Formatting*/
 .body h1 {
 	color: #e20d19;
 	border-bottom: 1px solid #9f9f9f;
 }
 
 .body p {
 	padding: 5px 10px;
 }
 
 .body ul {
 	padding-left: 40px;
 }
 
 /*Footer*/
 .footer {
 	margin-top: 15px;
 	line-height: 25px;
 	border-top: 1px solid #9f9f9f;
 }
 
 .footer a {
 	color: #505050;
 	text-decoration: none;
 }
 
 .footer a:hover {
 	text-decoration: underline;
 }
 
 /*Page Bottom*/
 .pageBottom {
 	height: 20px;
 }
 
 /*Bottom Info*/
 .poweredby {
 	text-align: center;
 	color: #9e9a9a;
 	font-size: 10px;
 }
 
 .poweredby a {
 	color: #9e9a9a;
 }
 
 .performance {
 	text-align: center;
 	color: #9e9a9a;
 	font-size: 10px;
 }
 
 
 /* Slider Css Start */
#slider {
    width: 410px; /* important to be same as image width */
    height: 300px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 410px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    /*background-color: #000;*/
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
 /* Slider Css End */
