@charset "utf-8";
/* CSS Document */
html {
	margin: 0;
	padding:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3em;
	width: 100%;
	display: table;
	background: url(../images/background.jpg) top repeat-x #fff;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 910px;
	margin: 3px auto 0 auto;
	padding:0;
	position:relative;
}
a{
color:#B60017;
}
h1 {
	font-size: 1.3em;
	color: #C5161D;
	margin: 0 0 15px 0;
}
#adbanner {
	
	padding: 0;
	margin: 0 5px 0 0;

	font-size: 0.9em;
	height:60px;

	float:right;
	text-align:right;
	width:100%;
}
#nav {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
	display: block;
	overflow: hidden;
	font-size: 0.9em;
	height:25px;
	text-transform:capitalize;
	float:right;
	width:100%;
}
#nav li {
	display: inline;
}
#nav li a {
	display: block;
	float: right;
	padding: 3px 20px;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color:#990000;
	border: 1px #fff solid;
	border-bottom: none;
	margin: 0 5px 0 0;
}
#nav li a:hover {
	color: #fff;
	background-color:#a7a9ac;
}

#header {
	width: 100%;
	height: 260px;
	padding: 0;
	margin:0;
}

#header #logo_section {
	float: left;
	padding-top: 20px;
	width: 250px;
	background-image:url(../images/logobg.png);
	background-position:top;
	background-position:left;
}

#ad_section {
	width: 360px;
	position:absolute
	top:10px;
	left:auto;
}
.mylogo{
	background: url(../images/logo.png) no-repeat top left;
	height:185px;


}

#logo_section h1 {
	font-size: 24px;
	color: #0fb1cb;
	margin: 0px;
	padding: 5px 0 30px 0;
}



#header #Gallery_section {
	float: right;
	width: 610px;
	padding: 5px 15px 0px 15px;
	min-height:240px;
	background-image:url(../images/Untitled-1.png);
	background-repeat:no-repeat;

}
#slider {
    width: 597px; /* important to be same as image width */
    height: 210px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin: 0px 0px 5px 0px;
	padding-top:5px;
	
	
}
#sliderContent {
    width: 597px; /* important to be same as image width or wider */
    position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	margin: 0px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 597px;
    background-color: #fff;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #000;
    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;}
#content {
	clear: both;
	overflow: hidden;
	width: 880px;
	padding: 0px;
	margin: 0 10px;
}


/* content left */
#content #content_left {
	float: left;
	width: 250px;
	border: 1px solid #ccc;
	padding:5px;
}

/* content right */
#content #content_right {
	float: right;
	width: 600px;
	
}
#content #content_right img {
	
	float: left;
	margin: 0px 15px 5px 5px;
	padding: 0;

}
h2 {
	margin: 0;
	padding: 0.5em 0;
	color:#568945;
	font-family:Helvetica, Arial, Sans-serif;
}
p {
	margin: 0;
	padding: 0.4em 0;
	color:#686868;
	line-height:1.4em;
}
#content img.right {
	float: right;
	margin: 0 0 8px 8px;

}
#foot {
	width: 100%;
	height: 80px;
	color: #000;
	background: url(../images/footer.jpg) repeat-x;
	background-color:#A8A9AD;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	font-size: 0.9em;
	text-align: center;
}
/*------------------terms********************************************************** */

cursor: pointer;
text-decoration:none;
}
br.both{
clear:both;
}
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:520px;
width:900px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:11px;
}

#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}
#button{
text-align:center;
margin:100px;
}
/***********************************Scrollpane ***********************************/
.scroll-pane {
	width: 240px;
	height: 200px;
	overflow: auto;
	float: left;
}

.scroll-pane-terms {
	width: 500px;
	height: 400px;
	overflow: auto;
	float: left;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
}
.jScrollPaneDrag {
	position: absolute;
	background: #B60017;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
.list {
	list-style: none;
	padding: 0 0 0 0px;
	margin: 0 0 0px 0;
}

.list li {
	color: #474747;
	padding: 0 0 0 15px;
	margin: 0 0 10px 0 ;
	vertical-align:top;
}

.list a {
	color: #000000;
	text-decoration: none;
}

.list a:hover {
	color: #990000;
	text-decoration: underline;
}
hr{
color:#B60017;
}

/*******************************************************************/

#tabbed_box_1 {
	margin: 0px auto 0px auto;
	width:250px;
}
.tabbed_box h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#ffffff;
	letter-spacing:-1px;
	margin-bottom:10px;
}
.tabbed_box h4 small {
	color:#e3e9ec;
	font-weight:normal;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	position:relative;
	top:-4px;
	left:6px;
	letter-spacing:0px;
}
.tabbed_area {
	border:1px solid #494e52;
	background-color:#636d76;
	padding:8px;	
}

ul.tabs {
	margin:0px; padding:0px;
	margin-top:5px;
	margin-bottom:6px;
}
ul.tabs li {
	list-style:none;
	display:inline;
}
ul.tabs li a {
	background-color:#464c54;
	color:#ffebb5;
	padding:8px 14px 8px 14px;
	text-decoration:none;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	border:1px solid #464c54;
	background-image:url(images/tab_off.jpg);
	background-repeat:repeat-x;	 
	background-position:bottom;
}
ul.tabs li a:hover {
	background-color:#2f343a;
	border-color:#2f343a;
}
ul.tabs li a.active {
	background-color:#ffffff;
	color:#282e32;
	border:1px solid #464c54; 
	border-bottom: 1px solid #ffffff;
	background-image:url(images/tab_on.jpg);
	background-repeat:repeat-x;
	background-position:top;	
}
.content {
	background-color:#ffffff;
	padding:10px;
	border:1px solid #464c54; 	
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/content_bottom.jpg);
	background-repeat:repeat-x;	 
	background-position:bottom;	
}
#content_2, #content_3 { display:none; }

.content ul {
	margin:0px;
	padding:0px 20px 0px 20px;
}
.content ul li {
	list-style:none;
	border-bottom:1px solid #d6dde0;
	padding-top:15px;
	padding-bottom:15px;
	font-size:13px;
}
.content ul li:last-child {
	border-bottom:none;
}
.content ul li a {
	text-decoration:none;
	color:#3e4346;
}
.content ul li a small {
	color:#8b959c;
	font-size:9px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left:4px;
	top:0px;
}
.content ul li a:hover {
	color:#a59c83;
}
.content ul li a:hover small {
	color:#baae8e;
}
