@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	border:none;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {background-image:url(../nav/tile-top.gif); background-position:top; background-repeat:repeat-x;}

strong { font-weight: bold; }

#sa-frame-home {
	width: 100%;
	height: 830px;;
	background-image:url(../nav/back-home.png); background-position: center; background-repeat:repeat-x;
	text-align:center;
	z-index: 0;
}

#sa-frame-brands {
	width: 100%;
	height: 1380px;;
	background-image:url(../nav/back-home.png); background-position: bottom; background-repeat:repeat-x;
	text-align:center;
	z-index: 0;
}
#sa-frame-about {
	width: 100%;
	height: 1110px;
	background-image:url(../nav/back-home.png); background-position: center; background-repeat:repeat-x;
	text-align:center;
	z-index: 0;
}
#sa-frame-partners {
	width: 100%;
	height: 3100px;
	background-image:url(../nav/back-partners.png); background-position: center; background-repeat:repeat-x;
	text-align:center;
	z-index: 0;
}

#sa-width-contain {
	width: 910px;
	margin: 0 auto;	top: 0;
	height: inherit;
	overflow: visible;
}

#contain-area-bottom {
	margin-top: -350px;
}

/* Google Map */

#map_canvas {
	position: absolute;
	right: 18px;
	top: 25px;
	float: right;
	border: solid;
	border-color:#ccc;
}

/* HEAD */

div#head {
	position: relative;
	width: 905px;
	margin: 0 auto;
	clear: both;
}


/* MENU */

ul#sa-menu {
	position: relative;
	display: block;
	width: 600px;
	height: 46px;
	float: right;
	z-index: 10000;
	top: 30px;
}
ul#sa-menu li.home {
	display: block;
	float: left; 
	position: relative;
	width: 93px; height: 46px;
	background: url(../nav/menu.png) no-repeat 0px 0px;
}
ul#sa-menu li.home:hover { background-position: 0px -45px; }

ul#sa-menu li.about {
	display: block;
	float: left; 
	position: relative;
	width: 95px; height: 46px;
	background: url(../nav/menu.png) no-repeat -93px 0px;
}
ul#sa-menu li.about:hover { background-position: -93px -45px; }

ul#sa-menu li.brands {
	display: block;
	float: left; 
	position: relative;
	width: 82px; height: 46px;
	background: url(../nav/menu.png) no-repeat -188px 0px;
}
ul#sa-menu li.brands:hover { background-position: -188px -45px; }

ul#sa-menu li.partners {
	display: block;
	float: left; 
	position: relative;
	width: 96px; height: 46px;
	background: url(../nav/menu.png) no-repeat -270px 0px;
}
ul#sa-menu li.partners:hover { background-position: -270px -45px; }

ul#sa-menu li.showroom {
	display: block;
	float: left; 
	position: relative;
	width: 110px; height: 46px;
	background: url(../nav/menu.png) no-repeat -366px 0px;
}
ul#sa-menu li.showroom:hover { background-position: -366px -45px; }

ul#sa-menu li.contact {
	display: block;
	float: left; 
	position: relative;
	width: 123px; height: 46px;
	background: url(../nav/menu.png) no-repeat -476px 0px;
}
ul#sa-menu li.contact:hover { background-position: -476px -45px; }



ul#sa-menu li a {
	display: block;
	width: 100%;
	height: 100%;
}

/*-Logo-------*/

#sa-logo {
	display:block;
	position:relative;
	width: 830px;
	height: 109px;
	top: 20px;
	float: left;
	text-align: left;
	padding-left: 87px;
	margin: 0 auto;
	clear: both;
	z-index: 500;
}
#sa-logo2 {
	display:block;
	position:relative;
	width: 830px;
	height: 109px;
	top: 0px;
	float: left;
	text-align: left;
	padding-left: 20px;
	margin: 0 auto;
	clear: both;
	z-index: 500;
}


/* Slide Style Start */
#sa-slides {
	width: 908px;
	height: 280px;
	position: relative;
	margin: 0 auto;
	top: 9px;
	clear: both;
}
		.slide {
			position: relative;
			text-align:left;
			padding: 0px 15px 20px 40px;
			margin-top: 30px;
			font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
			font-size: 16px;
			color: #8a8a8a;
		}
			.slide img {
				float: right;
				top: -50px;
			}
		h1 {
			font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
			font-size: 24px;
			color: #c09f45;
		}
		h4 {
			font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
			font-size: 10px;
		}
		p {
			font-size: 12px;
		}
		.slide-txt {
			width: 460px;
			margin-bottom: 10px;
		}
		.slide h6 {
			padding-right: 60px;
		}
		.slide a:link, .slide a:visited {	
			width: 310px;
			height: 28px;
			margin-top: 20px;
			margin-left: -15px;
			padding: 7px 30px 10px 16px;
			font-family:Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #fff;
			text-decoration: none;
			background-image:url(../nav/slide1-btn.png);
			background-repeat:no-repeat;
			}
		.slide a:hover, .slide a:active {
			color: #c09f45;
			text-decoration: none;
			background-image:url(../nav/slide1-btn-o.png);
			background-repeat:no-repeat;
					}
/* Slide Style End */	
			
#sa-brand-scroll {
	position: relative;
	margin: 0 auto;
	padding-left: 40px;
	background-image:url(../nav/back-logos.png);
	background-repeat:no-repeat;
	width:908px;
	height:97px;
	overflow: hidden;
	top: 0px;
	z-index:400;	
}
#fade-l {
	position:absolute; top: 5px; left: 35px;
	z-index: 800;
}
#fade-r {
	position:absolute; top: 5px; right: 75px;
	z-index: 800;
}



#brands-buttons-contain {
	position: relative;
	margin: 0 auto;
	margin-bottom: 0px;
	top: 60px;
	width:930px;
	height:inherit;
	padding-left: 75px;
	text-align: center;
}


/* Bot Boxes Style Start */
#boxes {
	position: relative;
	margin: 0 auto;
	width:908px;
	height: 215px;
	top: 10px;
	padding-left: 25px;
	z-index:400;
}

		.box {
			background-image:url(../nav/back-box.png);
			background-repeat:no-repeat;
			position:relative;
			width: 255px;
			height: 150px;
			float:left;
			z-index: 410;
			text-align:left;
			padding: 20px 15px 20px 15px;
			font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
			font-size: 14px;
			color: #8a8a8a;
		}
				.box h5 {
					font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
					font-size: 18px;
					font-style:normal;
					color: #8a8a8a;
				}
				.box img {
					position: absolute;
					bottom: 5px;
					right: 20px;
					z-index: 410;
				}
				.box h6 {

				}
		.box a:link {	
					font-family:Arial, Helvetica, sans-serif;
					font-size: 14px;
					text-decoration: none;
					color: #c09f45;
					background-image:url(../nav/back-w-trans.png); background-repeat:repeat-x;
					width: 255px;
					position:absolute;
					bottom: 20px;
					left: 15px;
					z-index: 450;
			}
		.box a:visited {
					font-family:Arial, Helvetica, sans-serif;
					font-size: 14px;
					text-decoration: none;
					color: #c09f45;
					background-image:url(../nav/back-w-trans.png); background-repeat:repeat-x;
					width: 255px;
					position:absolute;
					bottom: 20px;
					left: 15px;
					z-index: 450;
					}
		.box a:hover {
					font-family:Arial, Helvetica, sans-serif;
					font-size: 14px;
					text-decoration: none;
					font-weight: bold;
					color: #c09f45;
					background-image:url(../nav/back-w-trans.png); background-repeat:repeat-x;
					width: 255px;
					position:absolute;
					bottom: 20px;
					left: 18px;
					z-index: 450;
					}
		.box a:active {
					font-family:Arial, Helvetica, sans-serif;
					font-size: 14px;
					text-decoration: none;
					color: #c09f45;
					background-image:url(../nav/back-w-trans.png); background-repeat:repeat-x;
					width: 255px;
					position:absolute;
					bottom: 20px;
					left: 15px;
					z-index: 450;
					}
		.brand-links a:link {	
					font-family:Arial, Helvetica, sans-serif;
					font-size: 10pt;
					text-decoration: none;
					color: #333333;
			}
		.brand-links a:visited {
					font-family:Arial, Helvetica, sans-serif;
					font-size: 10pt;
					text-decoration: none;
					color: #333333;
					}
		.brand-links a:hover {
					font-family:Arial, Helvetica, sans-serif;
					font-size: 10pt;
					text-decoration: none;
					color: #c09f45;
					}
		.brand-links a:active {
					font-family:Arial, Helvetica, sans-serif;
					font-size: 10pt;
					text-decoration: none;
					color: #333333;
					}
/* Bot Boxes Style End */


/*About Us*/

		#sa-about-contain {
			background-image:url(../nav/back-aboutus.png); background-repeat: no-repeat;
			width: 867px;
			height: 334px;
			position: relative;
			margin: 0 auto;
			top: 40px;
			margin-bottom: 80px;
			left: -15px;
			clear: both;
		}
		#sa-about-contain2 {
			background-image:url(../nav/back-aboutus.png); background-repeat: no-repeat;
			width: 867px;
			height: 334px;
			position: relative;
			margin: 0 auto;
			top: 40px;
			margin-bottom: 80px;
			left: -15px;
			clear: both;
		}
		#sa-about-copy {
			font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
			font-size: 16px;
			color: #8a8a8a;
			text-align: left;
			padding: 20px 300px 20px 20px;
		}
		p.sa-about-copy2 {
			display: block;
			float: left;
			width: 45%; 
			font-size: 12px;
			color: #8a8a8a;
			text-align: left;
			margin: 10px 15px 10px 0;
		}
		p.sa-about-copy2 strong,  p.sa-about-copy strong { font-weight: bold; color: #c09f45; cursor: pointer; }
		#sa-about-copy img {
			float: right;
			position: absolute;
			top: 10px;
			right: 10px;
			height: 315px;
		}
		#sa-about-copy h5 {
			background-image: url(../nav/aboutus-quote.png); background-position: left; background-repeat: no-repeat; 
			font-style: italic;
			padding: 10px 0 0 60px;
			z-index: 600;
		}


/*showroom*/
		#sa-showroom-copy {
			font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
			font-size: 16px;
			color: #8a8a8a;
			text-align: left;
			padding: 20px 400px 20px 20px;
		}

/*Partners*/

		#sa-partners-contain {
			width: 867px;
			height: inherit;
			position: relative;
			margin: 0 auto;
			top: 20px;
			margin-bottom: 80px;
			clear: both;
			left: -15px;
		}
		#sa-partner-copy {
			font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
			font-size: 16px;
			line-height: 32px;
			color: #8a8a8a;
			text-align: left;
			padding: 20px 300px 20px 20px;
		}
		#sa-partner-copy img {
			float: right;
			position: absolute;
			top: 10px;
			right: 10px;
			height: 315px;
		}
		#sa-partner-copy h5 {
			background-image: url(../nav/back-partner-line.png); background-repeat: no-repeat; 
			width: 790px;
			height: 33px;
			padding: 0px 5px 5px 30px;
			z-index: 600;
		}
#contain-area-bottom-partners {
	margin-top: -500px;
}

/*New Brand Boxes */

ul.brand-row-new {
	display: block;
	position: relative;
	width: 950px;
	height: 175px;
	float: left;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 10px;
}
div.br-contain {
	position: relative;
	width: 207px;
	height: 400px;
}
ul.brand-row-new li.column-first {
	display: block;
	position: relative;
	float: left;
	width: 203px;
	height: 175px;
	margin-bottom: 10px;
	margin-right: 5px;
	-webkit-transition: margin-top .3s ease;
	   -moz-transition: margin-top .3s ease;
	     -o-transition: margin-top .3s ease;
	        transition: margin-top .3s ease;
}
ul.brand-row-new li.column-mid {
	display: block;
	position: relative;
	float: left;
	width: 198px;
	height: 175px;
	margin-bottom: 10px;
	margin-left: 5px; margin-right: 5px;
	-webkit-transition: margin-top .3s ease;
	   -moz-transition: margin-top .3s ease;
	     -o-transition: margin-top .3s ease;
	        transition: margin-top .3s ease;
}
ul.brand-row-new li.column-last {
	display: block;
	position: relative;
	float: left;
	width: 203px;
	height: 175px;
	margin-bottom: 10px;
	margin-left: 5px;
	-webkit-transition: margin-top .3s ease;
	   -moz-transition: margin-top .3s ease;
	     -o-transition: margin-top .3s ease;
	        transition: margin-top .3s ease;
}
/* ul._brand-row-new li:hover {
	margin-top: -175px;

} */


ul.brand-row-new li img {
	display: block;
	position: relative;
	clear: right;
}
.shadow {
  -moz-box-shadow: 0px 0px 5px #505050;
  -webkit-box-shadow: 0px 0px 5px #505050;
  box-shadow: 0px 0px 5px #505050;
}

/* Footer */
		#footer {
			position: relative;
			margin: 0 auto;
			width: 1024px;
			height: 40px;

			background-image:url(../nav/back-foot.png); background-repeat: no-repeat;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			color: #a6a4a4;
			text-align: center;
			z-index: 500;
		}
		#copy {float:left; margin-left: 80px; margin-top: 10px;}
		#dhevi {float:right; margin-right: 112px; margin-top: 10px;}
		
		
/* Form */

label.error {
	display: block;
	float: left;
	left: 5px;
	padding: 3px 5px;
	border: solid 1px #F60;
	background-color: #FC3;
	color: #000;
}

div#success {
	float: left;
	width: auto;
	margin-right: 20px;
	margin-top: 20px;	
}

div#success h1 {
	font-size: 1.4em;
	color: #71424e;
}

div#success img {
	display: block;
	float: left;
}

div#sendingMessage {
	float: left;
	width: 100%;
	padding: 12px 15px;
	background-color: #666;
	color: #000!important;
	margin-top: 20px;
}

div#successMessage {
	float: left;
	width: 100%;
	padding: 12px 15px;
	background-color: #71424e;
	color: #fff!important;
	margin-top: 20px;
}

div#failureMessage, div#incompleteMessage {
	float: left;
	width: 100%;
	padding: 12px 15px;
	background-color: #FC3;
	color: #000!important;
	margin-top: 20px;
}