html, body {
	margin: 0;
	width:100%;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #36373b;
}

* {
  margin: 0;
  padding: 0;
}

H1
{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #36373b;
}

H2
{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #36373b;
}

H3
{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #36373b;
}

H4
{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #36373b;
}

H5, DT
{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #36373b;
}

H6
{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #36373b;
}

TFOOT, THEAD
{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}

TH
{
    vertical-align: baseline;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}


a, a:link { color:#700b0b !important; text-decoration:none}
a:hover { color:#700b0b; text-decoration:underline}

ul li { padding:0; margin:0 0 0 15px; }
li a:link { color:#700b0b !important}

img {
	border: 0;
}

p {
	margin:0 0 10px 0;
    line-height:18px;
    font-size:12px !important;
}

form {
	height:100%;
}

.font14px {
	font-size:14px !important;	
}

.bg_body {
	background:#e5e5e5;
	width:100%;
	min-height:100%;
	padding-bottom:40px;
	
}

.header {
	width:940px;
	height:140px;
	margin:auto;
}

.logo_Holder {
	width:300px;
	height:70px;
	float:left;
	margin-top:48px;
}

.top_links_holder {
    float:right;
    margin-top:10px;
}

.top_links_holder a, .top_links_holder a.SkinObject {
    margin-right:15px;
    color:grey !important;
	font-weight:normal !important;
}

.top_links_holder a:hover, .top_links_holder a.SkinObject:hover {
    color:#700b0b !important;
	text-decoration:underline !important;
}

.top_links_holder .buy {
    background:url(images/icons.png) no-repeat ;
    background-position:right -84px;
    padding-right:32px;
    padding-bottom:3px;
    margin-right:0 !important;
}

.search_Holder {
    margin-top:81px;
    border:0px solid red;
    margin-left:635px;
    width:301px;
    height:30px;
    position:absolute;
}

.search_Holder input.NormalTextBox {
    border:0;
    background:url(images/bg-search-left.gif) no-repeat top left;
    height:30px;
    padding:8px 0 0 8px;
    width:204px;
    float:left;
}

.search_Holder a.SkinObject {
    border:0;
    background:url(images/btn-search.gif) no-repeat top left;
    height:30px;    
    width:97px;
    position:absolute;
    top:0;
    left:204px;
    display:block;
    font-size:0;
	text-indent:-100000px;
	outline:none !important;
	text-decoration:none !important;
}

.search_Holder a.SkinObject:hover {
    background:url(images/btn-search.gif) no-repeat 0 -30px;
}

.menu_holder {
	width:940px;
	margin:auto;
	
}

.menu_left {
	background:url(images/bg-menu-cnrs.gif) no-repeat top left;
	height:46px;
}

.menu_right {
	background:url(images/bg-menu-cnrs.gif) no-repeat top right;
	height:46px;
}

.menu_middle {
	background:url(images/bg-menu-mid.png) repeat-x top left;
	height:46px;
	margin:0 8px;
}

.ContentPane {
	padding-right:20px;
}

.imgSlider_Holder {
	width:940px;
	margin:auto;
}

.imgSlider_Holder #slider {
	position:relative;
	margin:0 !important;
	background:#202834 url(images/loading.gif) no-repeat 50% 50%;
	-moz-box-shadow:0px 0px 0px #333 !important;
	-webkit-box-shadow:0px 0px 0px #333 !important;
	box-shadow:0px 0px 0px #333 !important;
}

.imgSlider_Holder .nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:10px !important;
}

.imgSlider_Holder .nivo-directionNav a {
	display:block;
	width:34px;
	height:34px;
	background:url(images/btn-arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.imgSlider_Holder a.nivo-nextNav {
	background-position:-34px 0;
	right:20px;
}
.imgSlider_Holder a.nivo-prevNav {
	left:20px;
}

.imgSlider_Holder .nivo-caption {
	position:absolute;
	left:80px;
	top:60px;
    width:350px;
	background:transparent;
	color:#000;
	opacity:0.8; /* Overridden by captionOpacity setting */
	z-index:89;
	text-align:left !important;
}
.imgSlider_Holder .nivo-caption p {
	padding:0;
	margin:5px 0 0 0;
    font-size:14px !important;
	line-height:18px;
}

.imgSlider_Holder .nivo-header{
	position:absolute;
	left:80px;
	top:40px;
	background:transparent !important;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:350px;
	z-index:89;
    margin:0 0 20px 0;
	text-align:left !important;
}
.imgSlider_Holder .nivo-header h1 {
	padding:0;
	margin:0;
	font-size:20px !important;
}

.content_Holder {
	width:940px;
	margin:auto;
	
}

.footer_holder {	height:auto; width:940px; margin:auto; }

.footer_topLeft {
	background:url(images/bg-top-footer.png) no-repeat top left #d7d7d8;
	
}

.footer_topRight {
	background:url(images/bg-top-footer.png) no-repeat top right ;
	
}

.footer_topMiddle {
	background:#d7d7d8;
	margin:0 6px;
    padding-top:10px;
}

.footer-links {
	width:200px;
	float:left;
	margin:10px 0 0 0;
	text-align:left;
}

.footer-links a {
    font-size:12px;
	display:block;
	margin-bottom:5px;
    padding-bottom:8px;
	color:#575757 !important;
    background:url(images/h-line-footer.png) left bottom repeat-x;
}

.footer-links a:hover {
	color:#700b0b !important;
	text-decoration:none !important;
}

h1.quickLinksTitle {
	font-size:16px;
    height:17px;
    padding:3px 0 0 0;
    margin:0 0 0 13px;
	float:left;
}

h1.ourPartnersTitle {
	font-size:16px;
    height:20px;
    margin:0 376px 0 0;
	float:right;
}

.footer_botLeft {
	background:url(images/bg-left-footer.png) no-repeat bottom left #d7d7d8;
	min-height:178px;
}

.footer_botRight {
	background:url(images/bg-right-footer.png) no-repeat bottom right;
	min-height:178px;
}

.footer_botMiddle {
	background:url(images/bg-bottom-footer.png) repeat-x bottom left #d7d7d8;
	min-height:178px;
	margin:0 6px;
	padding:10px 14px 10px 14px;
}

.footerLinks {
	width:440px;
	float:left;	
}

.footerPartners {
	width:410px;
	float:right;
}

.footerPartners p {
        line-height:14px;
        margin:15px 0;
        color:#585858;	
}


.copyright {
	float:right;
	width:410px;
	font-size:10px;
	color:#585858;
	text-align:right;
}

.copyright a.SkinObject{
	font-size:10px !important;
	color:#585858 !important;
	font-weight:normal !important;
}

.copyright a.SkinObject:hover{
	font-size:10px !important;
	color:#700b0b !important;
	font-weight:normal !important;
	text-decoration:underline !important;
}

.footer {
	padding:39px 0 0 120px;
	font-size:12px;
}

.footer a{
	color:#000 !important;
}





.float-left { float:left;}
.float-right { float:right;}

a.button_short:link, a.button_short:visited { background:url(images/buttons.png) no-repeat; background-position:0 0; width:73px; height:22px; display:block; text-decoration:none; font-size:12px; color:#fff !important; text-align:center; padding-top:2px;}
a.button_short:hover { background:url(images/buttons.png) no-repeat; background-position:0 -24px; text-decoration:none; }

a.button_medium:link, a.button_medium:visited { background:url(images/buttons.png) no-repeat; background-position:-73px 0; width:113px; height:22px; display:block; text-decoration:none; font-size:12px; color:#fff !important; text-align:center; padding-top:2px;}
a.button_medium:hover { background:url(images/buttons.png) no-repeat; background-position:-73px -24px; text-decoration:none; }

a.button_long:link, a.button_long:visited { background:url(images/buttons.png) no-repeat; background-position:-186px 0; width:143px; height:22px; display:block; text-decoration:none; font-size:12px; color:#fff !important; text-align:center; padding-top:2px;}
a.button_long:hover { background:url(images/buttons.png) no-repeat; background-position:-186px -24px; text-decoration:none; }

.HtmlTabsContent { margin-bottom:20px !important;}

a.Btn_buyOnline {
    display:block;
    height:20px;
    width:300px;
    height:66px;
    background:url(images/btn-buyNow.png) no-repeat top left;
    outline:none;
    text-indent:-9999px;
}

a.Btn_buyOnline:hover {
    background:url(images/btn-buyNow.png) no-repeat bottom left;
}

.containerContHolder #slider {
	position:relative;
	margin:0px 0px 30px 0px;
	background:#202834 url(images/loading.gif) no-repeat 50% 50%;
	-moz-box-shadow:0px 0px 0px #333;
	-webkit-box-shadow:0px 0px 0px #333;
	box-shadow:0px 0px 0px #333;
}

.containerContHolder .nivo-controlNav {
	position:absolute;
	left:40%;
	bottom:-30px;
}

.ui-tabs { min-height:1000px !important;}
