/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/


/* Home page start -arm*/
body {margin:0;  font:1em; Verdana,Arial;}
#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:546px; margin-top:3px; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:600px; height:278px; }
#information {position:absolute; bottom:0; width:600px; height:0; background:#CBBC8B; color:#fff; overflow:hidden; z-index:45; opacity:.7; filter:alpha(opacity=70)}
#information h3 {font-size:36px;}
#information p {padding:0}
#image {width:600px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:278px; cursor:pointer; z-index:5}
#imglink {position:absolute; height:278px; width:100%; z-index:46; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {margin-top:15px; display:none}
#slideleft {float:left; width:20px; height:81px; background:url(images/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:81px; background:#222 url(images/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:456px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; }
#slider img {cursor:pointer; border:1px solid #666; padding:2px}


.title-services {position:relative;
color:#cb2635;
font-size: 20px;
margin-bottom:8px;
}

.title-serve{
color:#b6b1b0;
font-size: 20px;
margin-bottom:8px;
}

.column1{line-height:1.4em;}
.column2{line-height:1.4em;}

.title-dealer{
color:#cdbf8e;
font-size: 20px;
}

.title-video{
color:#cdbf8e;
font-size: 16px;
margin-bottom:3px;
}

object{
margin-bottom:10px;
}

.column1 {
width: 250px;
height: 370px;
padding: 10px;
margin:5px;
float:left;
/* background: url(images/our-services.png) bottom left no-repeat;*/
background: #CBBC8B;
background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#CBBC8B), color-stop(.6,#CBBC8B));
color:#cb2635;
}

.column2 {
width: 250px;
height: 370px;
padding: 10px;
margin:5px;
float:left;
/* background: url(images/our-services.png) bottom left no-repeat;*/
background: #666;
background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FAFAFA), to(#b5b0af), color-stop(.6,#B5B0AF));
}

/* Home page end -arm*/

/*.custom .menu ul{width:90%;display:block;float:none;}*/
	body.custom{background-color:maroon;font-family:Arial,Helvetica,sans-serif;letter-spacing:1px;}
	
	
.custom #sidebar_1 .menu .tab{width:100%;background-color:none;font-family:"Arial Narrow","Helvetica Narrow","sans-serif Narrow";letter-spacing:.2em;}	

.custom ul.sidebar_list{padding-left:0em;}
.custom #sidebar_1 { width: 204px; border: 0; float: left; }
.custom #sidebar_2 { width: 204px;border:0px dotted orange;padding-left:0px; }

/*.custom #page{padding:0px;width:960px;margin:0 auto;}*/
.custom #page{padding:0px;width:1002px;margin:0 auto;}
/*.custom #container{width:960px;margin:0 auto;}*/	
.custom #container{width:1002px;margin:0 auto;}
.custom h1,h2{display:none;}
	.custom #header
	{
		width: 100%;
		height: 170px;
		margin: 0px;
		padding: 0px;
		background-image: url("images/sptop.jpg");
		background-color: maroon;
		clear: both;
		background-repeat: no-repeat;
		background-position: 0 0px;
	}
/*.custom #sidebars{
width:164px;height:700px;background-color:beige;
}*/

.custom #content_box{
/*width:956px;height:1000px;background-color:white;*/
width:1000px;height:1500px;background-color:white;border:0px dotted gray;
}
.custom #content{position:relative;float:right;width:615px;height:auto;background-color:white;}
/*.aboutclass #sidebars{display:none;}
.aboutclass .pagenav{display:block;list-style:none;margin-left:20px;font-size:0pt;color:beige;}
.aboutclass #sidebar_1 .page_item a{display:block;list-style:none;font-size:12pt;color:black;}
*/
.custom .childpagesdiv{margin:0 auto;width:90%;text-align:center;}
.custom .childpages li{display: inline;
list-style-type: none;
padding-right: 8px;}
.custom .childpages li a{color:black;}
.custom .childpages li a:hover{color:gray;}

.custom #column_wrap{float:left; width:794px;}
.custom #sidebars
{
	float: left;
	width: 206px;
	height: auto;
	background-color: #FFF;
	background-image: url("images/beigefade.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
}

.custom .addthis_toolbox{
padding-top:0px;
padding-left:25px;
padding-bottom:5px;
}
.custom .breadcrumb{padding-top:5px;font-size:1.4em;font-weight:bold;font-family:Helvetica,Arial,sans-serif;position:relative;width:100%;height:20px;text-align:center;color:red;letter-spacing: none;}
.custom .breadcrumb a{color:red;text-decoration:none;}
.custom .breadcrumb a:hover{color:#900;text-decoration:underline}

div#topnav{display:none;width:100%;text-align:center;padding-top:32px;}
div#topnav li{display:inline;list-style-type:none;font-size:10pt;font-family:Helvetica,Arial,sans-serif;position:relative;width:100%;height:20px;text-align:center;color:white;letter-spacing: none;}
div#topnav a{color:white;padding:7px 9px 10px 9px;}
div#topnav a:hover{color:white;padding:7px 8px 9px 8px;border-top:1px solid white;border-bottom:1px solid white;border-left:1px solid white;border-right:1px solid white;}
.page-item-45
{
	
	text-transform: uppercase;
}

/****BEGIN SIDEBAR 1 STYLING*****/
/*
.custom .submenu{margin-top:-25px;margin-left:100px;border:0px solid orange;font-family:Arial,Helvetica,sans-serif;letter-spacing:1px;}
*/


/*
.custom .tab {display:block;background-color:none !important;font-family:Arial,Helvetica,sans-serif;letter-spacing:none;}
*/
.custom .menu .tab-home a {
	background: none;
	color: black;
	font-style:bold;
	display:block;
	letter-spacing:none;}
	.custom .menu .tab-1 a {
	background: none;
	color: black;
	font-style:bold;
	display:block;}
		.custom .menu .tab-2 a {
	background: none;
	color: black;
	font-style:bold;
	display:block;}
		.custom .menu .tab-3 a {
	background: none;
	color: black;
	font-style:bold;
	display:block;}
		.custom .menu .tab-4 a {
	background: none;
	color: black;
	font-style:bold;
	display:block;}
	
		.custom .menu .tab-5 a {
	background: none;
	color: black;
	font-style:bold;
	display:block;}
		.custom .menu .tab-6 a {
	background: none;
	color: black;
	font-style:bold;
	display:block;}
		.custom .menu .tab a {
	background: none;
	color: black;
	font-style:bold;
	display:block;}
	.custom .current {display:block;background-color:none !important;}
	
	.custom .menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover{background-color:beige;}
	/*.custom .menu a:hover, .menu.current ul > a:hover, .menu.current-cat ul > a:hover, .menu.current-parent a:hover{background-color:beige;}*/
	/*.custom .menu ul li ul li:hover{position:relative;background-color:red;margin-left:14px;margin-top:-10px;margin-bottom:10px;} NeW*/
	.custom .menu ul li ul li{position:relative;background-color:red;margin-left:14px;margin-top:-10px;margin-bottom:10px;}
	/*.custom .menu ul li:hover{position:relative;background-color:red;margin-top:-18px;margin-bottom:18px;} NEW*/
	.custom .menu ul li{position:relative;background-color:red;margin-top:-18px;margin-bottom:18px;}

/*
.custom ul li ul li .submenu{margin-top:-1px;margin-left:1px;font-family:Arial,Helvetica,sans-serif;letter-spacing:1px;}
*/
.custom .menu{width:164px; border:0px dotted green;background-color:none;}


.custom .submenu li {
	position:relative;
	background-color: red;
	color: white;
	font-style:bold;
	display:block;
	margin-left:163px;
	border: 1px solid black;
	width:auto;
	letter-spacing: none;

	}
.custom .item{position:relative;

}


	
.custom .menu a { text-transform: uppercase;font-weight:bold;font-size:9pt;font-family:"Arial","Helvetica","sans-serif";letter-spacing:1px;}
.custom .menu ul li ul li ul li{display:block;position:relative;z-index:102;}
.custom .menu ul li ul li{display:block;position:relative;z-index:101;}
.custom .menu { position: relative; list-style: none; z-index: 100; }
.custom .menu li { position: relative;display:block;height:auto;margin-top:3px;margin-bottom:3px; }
/*.custom .tab a { text-transform: uppercase;font-weight:bold;font-size:9pt; font-family:Arial,Helvetica,sans-serif;letter-spacing:1px;}
*/
/*
.custom .submenu li:hover {background-color:beige; color:black;}
.custom .submenu{background-color:red;}
*/
.custom #sidebar_1
{
	float: left;
	width: 175px;
	height: auto;
	background-color:none;
	background-image: url("images/grayfade.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color:none !important;
}
.custom #sidebar_1 .menu, .tab{background-color:none !important;}


/*****END MENU CSS*****/



.custom	.page_item-3{margin-left:20px;height:35px;width:100%;font-size:1.1em;color:#000;font-weight:normal;padding-left:10px;}
.custom .page_item{font-size: .9em;
line-height: 1.273em;
padding: 0.636em 0.818em;
padding-top: 0.636em;
padding-right: 0.818em;}


.custom #sidebar_1 .page_item a
{
	display: block;
	list-style: none;
	font-size: 1.3em;
	color: #000;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom:10px;
text-transform: uppercase;
line-height:1.3em;
}

.custom #salesforce{padding-left:10px;}

/*.custom .menu{display:none;}*/
body.custom.home .breadcrumb{display:none;}
body.custom.home  #post-3{margin-top:-15px; border: 0px dotted green;}

.custom .childpagesdiv .childpages .page_item{font-size: 1.3em;
line-height: 1.273em;
padding: 0.636em 0.818em;
padding-top: 0.636em;
padding-right: 0.818em;
}

.custom .childpagesdiv .childpages .page_item a{white-space:nowrap;color:red;}
.custom .childpagesdiv .childpages .page_item a:hover{white-space:nowrap;color:#900;}

/*new stuff for horizontal nav at top for home page*/
.custom #header{border:0px dotted green;}
.custom .sidebar_list{border:0px dotted brown;width:100%;background-color:none;}
.custom #sidebar_1{border:0px dotted green !important;}
.custom .sidebar{border :0px dotted orange  !important;}
.custom ul.sidebar_list{width:100%;background-color:none;}
.custom ul.menu{width:1000px !important;background-color:none;margin-top:0px;border:0px solid yellow;}


.custom li.tab{display: inline  !important;
list-style-type: none  !important;
padding-right: 10px  !important;padding-top:10px !important;}
.custom li.tab a{color:white !important;}
.custom li.tab a:hover{background-color:transparent !important;}
.custom ul.submenu{background-color:green !important;}
.custom li.item{margin:0px !important;background-color:maroon !important;}
.custom li.item ul{margin-left:12px !important;background-color:maroon !important;}

