@charset "utf-8";
/* CSS Document */
img{
	border:0;
	}
.clear{
	clear:both;
	}
/*--------- BODY STYLE ----------*/

body{
	background: url(../images/big-background.gif) no-repeat center top;
	/*background: url(../images/background.gif) repeat-x;*/
	margin:0;
	padding:0;
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#213f72;
}

/*--------- WRAPPER ----------*/

#wrapper{
	margin:0 auto;
	width:1003px;
	overflow:hidden;
	position:relative;
}

#left-shaddow{
	_z-index: 3;
	_position: relative;
	width:21px;
	_border: 1px solid red;
	_margin:0px 0px 0px 12px;
	height:533px;
	background:url(../images/left-shaddow.png) transparent  no-repeat;
	_background: none;
 _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/left-shaddow.png', sizingMethod='scale');
	position: relative;
 	float:left;
	}

#content{
	width:960px;
	background:#FFF;
	float:left;
	margin:0;
	padding:0;
	_margin: -536px 0px 10px 21px;
	}
#right-shaddow{
	width:22px;
	float:left;
	height:533px;
	background:url(../images/right-shaddow.png) no-repeat;
	_background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/right-shaddow.png', sizingMethod='scale');
	_width:0px;
	_float:left;
	_height:0px;
	
	}
#right-shaddow_ie6{
	_border: 1px solid red;
	_width: 22px;
	_height: 533px;
	_margin:0px 0px 0px 0px ;
	_float: right;
 	_position: relative;
	}
/*---------- HEADER -----------*/
#menu{
	margin:20px 0 0 0;
	*margin:10px 0 0 0;
	}
#header{
	width:900px;
	height:149px;
	padding:0 30px;
	}
#header-contact{
	margin:18px 0 0 0;
	float:right;
	}
#header img{
	margin:30px 0 0 0;
	float:left;
	}
#header p{
	margin:0;
	padding:0;
	color:#8c8c8c;
	text-align:right;
	}
#header p span{
	color:#213f72;
	}
#header p a{
	color:#213f72;
	text-decoration:none;
	}
#header-contact ul{
	margin:12px -6px 0 0;
	padding:0;
	}
#header-contact ul li{
	font-size:12px;
	float:left;
	text-transform: uppercase;
	list-style:none;
	padding:0 6px;
	border-bottom:4px solid #ffffff;
	}
#header-contact ul li a{
	color:#213f72;
	text-decoration:none;
	}
#header-contact ul li:hover{
	border-bottom:4px solid #e8e8e8;
	}
#header-contact ul li a:hover{
	color:#cd3514;}

#header-image{
	background:url(../images/header-image.jpg) no-repeat;
	width:960px;
	height:150px;
	}
.last{
	border:none!important;
	}
/*--------- MAIN CONTENT -----------*/	
#main-content{
	min-height:700px;	
	padding:21px 25px 10px 25px;
	background:url(../images/main-content-image.jpg) bottom left no-repeat;
	float:left;
	text-align:left;
	width:94.8%;
	
	}
/*--------- LEFT MENU ---------*/
#left-content{
	border-right:2px solid #e8e8e8;
	width:227px;
	float:left;
	}
#left-menu{
	float:left;
	text-align:left;
	color:#213f72;
	}
#left-menu ul{
	margin:0;
	padding:0;
	}
#left-menu ul li{
	border-bottom:1px solid #e8e8e8;
	line-height:21px;
	padding:0 13px 0 7px;
	}
#left-menu ul li a{
	color:#213f72;
	text-decoration:none;
	}
#left-menu ul li a:hover{
	color:#cd3514;
	}
#search{
	margin:30px 0 0 0;
	width:202px;
	height:220px;
	background:url(../images/search-image.gif) no-repeat;
	}
#search h1{
	margin:10px 0 0 0;
	padding:0 0 6px 0;
	border-bottom:4px solid #e8e8e8;
	float:right;
	background:none;
	font-size:15px;
	font-weight:bold;
	color:#213f72;
	}
#search p{
	margin:13px 0 6px 0;
	padding:0;
	float:left;
	text-transform:uppercase;
	}
#search-btn{
	cursor:pointer;
	width:90px!important;
	height:28px;
	background:#cd3514;
	border:none;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
	margin:15px 0 0 0;
	}
#search-btn:hover{
	background:#213f72;
	}
#search input{
	float:left;
	width:100%;
	}
#search select{
	float:left;
	width:100%;
	}
#main-text{
	font-size:12px;
	color:#686868;
	float:left;
	padding:0 0 0 25px;
	width:656px;
	min-height:630px;
	}
#main-text ul{
	margin:0 0 0 30px;
	padding:0;
	}
#main-text ul li{
	list-style:disc;
	}
#main-text h1{
	color:#213f72;
	font-size:18px;
	background:none;
	padding:0;
	margin:15px 0;
	}
.tabel{
	border:2px solid #e8e8e8;
	}
.tabel tr{
	}
.tabel tr td{
	
	padding:5px;
	}
.first-tr{
	background:#44679b;
	color:#FFF;
	font-size:12px;
	padding:0;
	margin:0;
	font-weight:bold;
	text-align:center;
	}
#title
{
	margin-bottom:20px;	
}
#title h4
{
	font-size:22px;
	color:#cd3514;
	text-transform:uppercase;
}
#title h5
{
	font-size:16px;
	color:#213f72;
	font-weight:normal;
}
#main-text a{
	color:#cd3514;
	text-decoration:none;
	}
#main-text p{
	margin:0 0 17px 0;
	}
#bottom-menu{
	float:left;
	margin:0 0 0 280px;
	}
#bottom-menu ul{
	margin:35px 0 0 37px;
	padding:0;
	}
#bottom-menu ul li{
	float:left;
	padding:0 8px;
	}
#bottom-menu ul li a{
	text-decoration:none;
	color:#686868;
	}
#bottom-menu ul li a:hover{
	color:#cd3514;
	}
#bottom-menu p{
	margin:0 0 0 45px!important;
	padding:0;
	color:#686868;
	}
.bottomlinks
{

}
.bottomlinks a
{
	text-decoration:none;
	color:#686868;	
}
.bottomlinks a:hover
{
	color:#cd3514;	
}
#left-shaddow-bottom{
	float:left;
	width:21px;
	height:182px;
	background:url(../images/left-shaddow-bottom.png) no-repeat;
	_background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/left-shaddow-bottom.png', sizingMethod='scale');
	margin:-182px 0 0 -20px;
	z-index:1;
	}
#right-shaddow-bottom{
	float:right;
	width:21px;
	height:182px;
	background:url(../images/right-shaddow-bottom.png) no-repeat;
	_background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/right-shaddow-bottom.png', sizingMethod='scale');

	margin:-182px -21px 0 0;
	z-index:1;
	}
#left-background-bottom{
	/*border:1px solid red;*/
	background:#a1b3cd;
	width:100%;
	*overflow:hidden;
	height:6px;
	position:relative;
	z-index:-1;
	margin:-6px 0 0 0;
	padding:0;
	}
#search-bottom-border{
	float:left;
	height:4px;
	width:104px;
	background:#e8e8e8;
	margin:39px 0 0 5px;
	}
#search-bottom-border2  {
	background:none repeat scroll 0 0 #E8E8E8;
	float:left;
	height:4px;
	margin:35px 0 0 5px;
	width:104px;
}
#left-back-tribal{
	width:540px;
	height:100px;
	float:left;
	background:url(../images/left-back-tribal.png) no-repeat;
	_background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/left-back-tribal.png', sizingMethod='scale');

	}
/*------------ TABLE -------------*/

.maintext
{
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
}
.tdline-first
{
	/*border-bottom:1px solid #e8e8e8;*/
	padding:4px;
}
.tdline
{
	/*border-bottom:1px solid #e8e8e8;*/
	border-left:1px solid #e8e8e8;
	padding:4px;
}
.tdline-header
{
	/*border-bottom:1px solid #e8e8e8;*/
	border-left:1px solid #e8e8e8;
	padding:4px;
	color:#FFFFFF;
	background-color:#44679b;
	font-weight:bold;
}
.tdline-highlight
{
	background:url(../images/table-row-bottom-back-highlight.gif) bottom repeat-x;
	border-left:1px solid #FFFFFF;
	padding:4px;
	background-color:#e8e8e8;
}
.title
{
	color:#213f72;
	font-size:18px;
	border-bottom:4px solid #e8e8e8;
	padding-bottom:3px;
	padding-top:5px;
	padding-left:4px;
}
table tr td a{
	text-decoration:none;
	font-weight:bold;
	color:#213f72;
	}
.tr-over{
	background: url(../images/table-row-bottom-back-active.gif) bottom repeat-x;
	cursor:pointer;
	}
.tr-out{
	background:url(../images/table-row-bottom-back.gif) bottom repeat-x;
	}
.table-row{
	background:url(../images/table-row-bottom-back.gif) bottom repeat-x;
	}
/*--------- LIGHTBOX -------------*/

#lightbox-wrapper{
	width:752px;
	margin:0 auto;
}
#lightbox-close-btn{
	border:1px solid #a8a8a8;
	border-bottom:none;
	float:right;
	margin:0 17px 0 0;
	width:66px;
	height:21px;

}
#lightbox-close-btn input{
	background:#cd3514 url(../images/lightbox-close-btn-X.gif) no-repeat 50px 7px;
	font-size:11px;
	cursor:pointer;
	width:66px!important;
	height:21px;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
	border:none;
	padding:0 13px 0 0;
	*padding:2px 13px 0 0;

}
#lightbox-close-btn input:hover{
	
	background:#213f72 url(../images/lightbox-close-btn-X-over.gif) no-repeat 50px 7px;

}
#lightbox-content{
	padding:20px;
	/*border:1px solid #a8a8a8;
	width:836px;*/
	background:#FFF;
}
#lightbox-content ul{
	float:right;
	margin:18px 0 0 0;
	padding:0;
	border-bottom:3px solid #e6e6e6;
	padding:0 5px 7px 30px;
}
#lightbox-content ul li{
	float: left;
	list-style:none;
	font-size:14px;
	text-transform:uppercase;
	
}
#lightbox-content ul li a{
	color:#213f72;
	text-decoration:none;
	padding:0 10px;
}
#lightbox-content ul li a:hover{
	color:#cd3514;
}
#lightbox-logo{
	margin:0;
	float:left;
	margin:0 0 0 20px;
}
#lightbox-content h1{
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;

}
#lightbox-content h2{
	margin:0;
	padding:0;
	font-size:18px;

}
.lightbox-image{
	
	}
.lightbox-image strong{
	display:block;
	font-size:16px;
	padding:25px 5px 5px 5px;
	border-bottom:1px solid #999;
	}
#text-logo{
	margin:38px 0 0 15px!important;
	}
/*--------- PRODUCTS ----------*/

.products{
	background:#ffffff;
	/*border-bottom:1px solid #e8e8e8;*/
	}
.products:hover{
	background:#f2f4f8;
	}
.products h1{
	border-top:4px solid #e8e8e8;
	font-size:14px;
	padding:0 0 0 10px;
	background:#44679B;
	color:#FFF;
	/*font-weight:bold;*/
	line-height:25px;
	margin:0!important;
	}

.products p{
	width:510px;
	*width:470px;
	float:left;
	color:#213F72;
	padding:10px!important;
	margin:0!important;
	}
.product-info-btn{
	border:none;
	cursor:pointer;
	height:28px;
	margin:10px 0 0 0;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
	background:#CD3514;
	width:100px;
	font-size:11px;
	float:left;
}
/*.product-info-btn:hover{
	background-color: #44678B;
	}*/
.products img{
	border:1px solid #e8e8e8;
	margin:10px 10px 10px 0;
	
	}
.last-product{
	border-bottom:1px solid #e8e8e8;
	}
.last-product h1
{
	position: relative;
}
#copyright{
	float:left;
	margin:8px 0 0 325px;
	*margin:-10px 0 0 325px;
	color:#686868;
	}
/*------- ACTIVE ---------*/

.categ-active{
	border-left:2px solid #cd3514!important;
	color:#cd3514!important;
	}
.subcateg-active{
	color:#cd3514!important;
	}
.menu-active{
	border-bottom:4px solid #e8e8e8!important;
	}
.bottommenu-active{
	color:#cd3514!important;
	}
.categ-a-active{
	color:#cd3514!important;
	}
/*---------- HOME SHADOW -----------*/
#left-shadow-big{
	background: url(../images/left-shaddow-big.png) no-repeat;
	_background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/left-shaddow-big.png', sizingMethod='scale');
	width:21px;
	height:729px;
	float:left;
	}
#right-shadow-big{
	width:21px;
	height:729px;
	background: url(../images/right-shaddow-big.png) no-repeat;
	_background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/right-shaddow-big.png', sizingMethod='scale');
	float:left;
	position: relative;

	}
#header-flash{
	background:url(../images/header-image.jpg) no-repeat;
	width:960px;
	/*height:150px;*/
	}
#main-text-home{
	font-size:12px;
	color:#686868;
	float:left;
	padding:0;
	/*width:656px;*/
	min-height:630px;
	}
	
/* ------------ DEALERS ------------------*/

.dealername
{
	font-size:13px;
	color:#;
	text-transform:uppercase;
}
.dealeraddress
{
	color:#666;	
}
.paginate
{
	font-size:15px;	
}
.paginate b
{
	color:#44689c;	
}


#logo
{
	float:left;
	margin-top:16px;
}

/* ------------ BLOGS ------------------*/
.blogListingTitle {
	color:#213F72;
	font-size:14px;
	font-weight:100;
	text-transform:uppercase;
}

.redButton, .discussions_buttons input {
	margin:10px 0 0 0; 
	background:#CD3514; 
	border:none; 
	color:#FFFFFF; 
	cursor:pointer; 
	font-weight:bold; 
	height:28px; 
	text-transform:uppercase; 
	width:90px !important;	
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.discussions_buttons input {
	margin:10px 0 0 0; 
	*padding:2px 0 0 0;
	background:#41639d; 
	border:none; 
	color:#FFFFFF; 
	cursor:pointer; 
	font-weight:bold; 
	height:25px; 
	text-transform:uppercase; 
	width:62px !important;	
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.smallBlueButton {
	margin:10px 5px 0 0; 
	background:#41639d; 
	border:none; 
	color:#FFFFFF !important; 
	cursor:pointer; 
	font-weight:bold; 
	padding:6px 9px 4px 9px;
	text-transform:uppercase; 

	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

.smallBlueButton:hover {
	background:#213f72;
}

.redButton:hover, .discussions_buttons input:hover {
	background:#213f72;
}

.discussions {
	margin:20px 0 0 0;
}

.discussions_buttons input {
	margin:0 10px 0 0;
}

.discussions_name {
	color:#213F72;
	padding:10px 5px 1px 0;
	text-transform:uppercase;
}

.discussions_date {
	color:#909090;
}

.discussions_idea {
	padding:15px 0 10px 20px;
	border-bottom:1px solid #E8E8E8;
	margin:0;
	width:600px;
}

#discussions {
	margin:30px 0 0 0;
}

.discussions_thread {
	margin:10px 0 0 20px;
}

.discussions_thread-unapproved {
	background-color:#eee;
	padding:10px 20px;
	margin: 0 0 10px 0;
	*margin: 0 0 7px 0;
}

.redButtonLink {
	padding:6px 18px 6px 18px !important;
	background:#CD3514; 
	color:#FFFFFF !important;	
	cursor:pointer; 
	text-transform:uppercase;
	font-size:11px;
}


.redButtonLink:hover {
	background:#213f72;
}

.blueButton {
	margin:10px 0 0 0; 
	background:#213f72; 
	border:none; 
	color:#FFFFFF; 
	cursor:pointer; 
	font-weight:bold; 
	height:28px; 
	text-transform:uppercase; 
	width:90px !important;	
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	*padding:7px 0 0 0;
}

.blueButton:hover {
	background:#CD3514;
}

.blueButtonLink {
	padding:6px 18px 6px 18px;
	background:#213f72; 
	color:#FFFFFF !important;	
	cursor:pointer; 
	height:28px; 
	width:90px;
	text-transform:uppercase;
	font-size:11px;
}

.blueButtonLink:hover {
	background:#CD3514;
}

.marginTopBottom {
	margin:5px 0;
}

.blogSubitemRow {
	border-bottom: 4px solid #E8E8E8; 
	padding:10px 0;
}

.discussions_new-thread-header {
	border-bottom:4px solid #E8E8E8;
	color:#213F72;
	font-size:18px;
	font-weight:bold;
	padding:0 0 6px;
	text-transform:uppercase;
	width:410px;
	display:block;
}

.discussionsMinorHeader, .fileTable strong {
	color:#213F72;
	padding:10px 5px 1px 0;
	text-transform:uppercase;
	font-size:11px;
}

.textBoxCell input {
	font-size:11px;
	margin:0 !important;
	padding:0 0 0 2px !important;
	*padding:0 0 0 2px !important;
	width:100%;
	height:16px;

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.textBoxCellAddBlog input {
	font-size:11px;
	margin:0 !important;
	padding:1px 0 0 2px !important;
	*padding:0 0 0 2px !important;
	width:100%;
	height:19px;

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.textBoxCell select, .textBoxCellAddBlog select {
	margin:0;
	padding:1px;
	width:100%;
	height:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}

.textBoxCell textarea, .textBoxCellAddBlog textarea {
	width:100%;
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:1px 0 0 2px !important;
	height:40px;
}

.updatePhotoCell input {
	width:100%;
	font-size:11px;
	height:21px;

}

.blogEntryCellPublish input {
	width:13px;
	height:13px;
	display:inline;
	float:left;
	margin:1px 5px 0 0;
}

#wrapperContainer {
	width:100%;
}

.blogErrors {
	font-size:10px;
	color:#F00;
}

.blogtable {
	margin:0 0 20px 0;
}

.updateMessage {
	color:#009900;
	font-size:14px;
	left:380px;
	position:absolute;
	top:45px;
}

/* ------------ ----- ------------------*/
.TabbedPanelsTabGroup
{
	list-style:none;
	display:block;
	background:url(../images/bg-line-search-long.gif) bottom; 
	text-align:right;
	height:21px;
	padding-right:5px;
	margin:10px 0 0 0;
}
.TabbedPanelsTab
{
	display:inline;
	padding:3px 7px;
	border:1px solid #b0b0b0;
	border-bottom:0px;
	background:#efefef url(../images/bg-line-search.gif) bottom repeat-x; 
	cursor:pointer;
	*margin:0 4px 0 0;
}


.TabbedPanelsTabSelected
{
	background:#FFF !important;	
	font-weight:bold;
	border-bottom:0 !important;
	padding-top:7px !important;
}

.upperNaviBtns {
	float:right;
	clear:both;
	margin:-10px 0 0 0;
	padding:0 15px 0 0;
	*padding:20px 15px 0 0;
	*height:40px;
}

.upperNaviBtnsAddBlog {
	float:right;
	clear:both;
	margin:10px 0 0 0;
	*margin:-10px 0 0 0;
	padding:0 15px 0 0;
	*padding:15px 15px 0 0;
	*height:40px;
}

.rowHover:hover {
	background:#f9f9f9;
}

