﻿
body
{
	text-align: center;
	background-color: #c7c1b3;
}


#centerdiv
{
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	position: fixed;
	width: 1500px;
	height: 1200px;
	margin-left: -760px;
	margin-top: -550px;
	top: 50%;
	left: 50%;
}
#footer
{
	position: relative;
	left: 294px;
	top: 270px;
	width: 950px;
	height: 25px;
	text-align: right;
}

#footer a
{
	margin: 0 10px 0 10px;
	font-size: 11px;
}
#content
{
	position: relative;
	left: 292px;
	top: 265px;
	width: 950px;
	height: 525px;
	text-align: left;
}
#logotop 
{
	display: block;
	position:absolute;
	left:6px;
	top:6px;
}

#logotop a{
	display:block;
	width:269px;
	height:94px;
	background-image: url(../images/luxaflexlogo_small.gif);
	text-indent:-9000px;
}
#home #logotop a
{
	background-image: url(../images/luxaflexlogo_large.gif);
}

#navigation
{
	display: block;
	position: absolute;
	left: 275px;
	width: 650px;
	height: 102px;
	color: #90897e;
	font-size: 11px;
}
.btnnav, .btnnavsel
{
	padding-top: 22px;
	background-repeat: no-repeat;
	width: 117px;
	height: 102px;
	margin-right: 30px;
	float: left;
}

.btnnav
{
	background-image: url(../images/mainbtnbg.gif);
}
.btnnavsel
{
	background-image: url(../images/mainbtnbg_sel.gif);
}
.btnnav a, .btnnavsel a {text-decoration: none; color: #90897e;}
#general
{
	position: absolute;
	top: 105px;
	width:100%;
}

#homecontent
{
	position: absolute;
	top: 10px;
	left: 27px;
	width: 500px;
}

#homecontent p {margin:0; padding: 0;}

#howtostyle
{
	position: absolute;
	top: 20px;
	width: 372px;
	left: 610px;
}

#homegallery
{
	position: absolute;
	bottom: 1px;
	width: 612px;
	height: 323px;
	left: -28px;
	background-image: url(../images/homegallerybg.jpg);
	background-repeat: no-repeat;
	color: #505050;
}
#homegallery h2
{
}
#homegalcontent
{
	position: absolute;
	top: 40px;
	left: 57px;
}
#allinspirations
{
	position: absolute;
	top: 275px;
	left: 57px;
}
#allinspirations a
{
	font-weight: bold;
}

#homegallery #gallery
{
	position: absolute;
	overflow: hidden;
	top: 90px;
	left: 57px;
	width: 970px;
	height: 180px;
}

#gallery div
{
	margin: 0 6px 6px 0;
	width: 112px;
	height: 83px;
	display: inline-block;
	float: left;
}

#gallery a
{
	text-decoration: none;
}
#gallery img
{
	border: solid 1px #666666;
}

#homegalleft
{
	position: absolute;
	top: 165px;
	left: 30px;
	display: none;
}
#homegalright
{
	position: absolute;
	top: 165px;
	left: 535px;
}
#darkoverlay
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}
.thickbox
{
}

#box
{
	text-align: left; /*display: none;*/
	position: absolute;
	top: 270px;
	left: 520px;
	width: 520px;
	min-height: 546px;
	z-index: 1002;
}
#boxtop
{
	position: relative;
	height: 25px;
	padding-top: 10px;
	padding-left: 27px;
	background-image: url(../images/boxtop.png);
	background-repeat: no-repeat;
}
#boxtop a
{
	position: absolute;
	right: 25px;
	top: 9px;
}
#boxtop h2
{
	background-image: url(../images/box_orange_line.gif);
	background-repeat: no-repeat;
	background-position: 0 17px;
	margin: 0;
	padding: 0 0 0 58px;
	font-size: 20px;
}
#boxmiddle
{
	position: relative;
	padding-left: 27px;
	background-image: url(../images/boxmiddle.png);
	background-repeat: repeat-y;
}
#boxbottom
{
	position: relative;
	overflow: auto;
	background-image: url(../images/boxbottom.png);
	background-repeat: repeat-y;
	height: 50px;
}


/* TABS */
#tab_bar
{
	position: absolute;
	top: 20px;
	height: 30px;
	background-image: url(../images/tab_line.gif);
	background-repeat: repeat-x;
	width: 860px;
	margin-left: 28px;
}
#tab_bar a
{
	/*font-family: Myriad Pro Cond, Myriad Pro, Myriad Web Pro, Arial, Verdana;*/
	font-family: Arial, Verdana;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}
.tab, .tabsel
{
	float: left;
}
.tab .tab_l
{
	width: 9px;
	height: 30px;
	float: left;
}
.tab .tab_c
{
	height: 30px;
	float: left;
}

.tab .tab_r
{
	width: 18px;
	width: 18px;
	height: 30px;
	float: left;
}

.tabsel .tab_l
{
	background-image: url(../images/tab_l.gif);
	background-repeat: no-repeat;
	width: 9px;
	height: 30px;
	float: left;
}
.tabsel .tab_c
{
	background-color: #f7f7f7;
	height: 30px;
	float: left;
}

.tabsel .tab_r
{
	background-image: url(../images/tab_r.png);
	background-repeat: no-repeat;
	width: 18px;
	width: 18px;
	height: 30px;
	float: left;
}

/*search results*/
.results
{
	top: 50px;
	position: absolute;
	width: 890px;
	height: 330px;
	background-color: #f7f7f7;
	margin-left: 28px;
}
.row
{
	
	padding: 20px 0 10px 0;
}
.result
{
	height: 131px;
	width: 113px;
	float: left;
	background: url(../images/bgresult.jpg) no-repeat;
	margin-right: 14px;
	padding: 8px 10px 5px 8px;
        cursor: pointer;
}
.resultimg
{
	position: relative;
	width: 115px;
	height: 85px;
}

.resultnamebg
{
	z-index: 1;
	bottom: 0px;
	position: absolute;
	height: 20px;
	background-color: #2b343c;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}
.resultname
{
	z-index: 2;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	bottom: 0px;
	position: absolute;
	height: 20px;
	text-align: center;
	vertical-align: middle;
}
.votes
{
	float: left;
	width: 28px;
	margin-top: 4px;
	font-size: 10px;
}
.votes span
{
	font-size: 9px;
	font-weight: bold;
	color: Gray;
}
.rating
{
	width: 80px;
	float: right;
	color: #000000;
	font-weight: bold;
	margin-right: 0px;
	margin-top: 6px;
	text-align: right;
}
.pager
{
	margin-left: 28px;
	text-align: right;
	width: 855px;
	top: 380px;
	position: absolute;
	float: right;
}
.pager .button
{
	display: inline-block;
	position: relative;
	bottom: -5px;
}
/*beinspired winners*/

#winners_left
{
	position: absolute;
	top: 50px;
	padding-top: 20px;
	padding-right: 20px;
	left: 30px;
	width: 379px;
	height: 330px;
	background: url(../images/winners_left.jpg) no-repeat 0 156px;
	padding-left: 11px;
	background-color: #f7f7f7;
}
#winners_left p {padding: 0; margin: 0;}

#winners_right
{
	position: absolute;
	top: 50px;
	padding-top: 4px;
	padding-left: 28px;
	left: 440px;
	width: 420px;
	height: 340px;
	background: url(../images/winners_rightbar.jpg) no-repeat 0 20px;
	background-color: #f7f7f7;
}
#winners_right p {padding: 0; margin: 0;}

#winners_right span
{
	color: Grey;
}
.winnersrow
{
	margin-top: 5px;
	width: 420px;
	border-bottom: solid 1px #c2c0b7;
	height: 52px;
}

.winnersrow .thumb 
{
	width:61px;
	height:48px;
	padding-top:3px;
	padding-left:4px;
	background: url(../images/winner_thumbbackground.jpg) no-repeat;
}

.winnersrow div
{
	float: left;
	margin-left: 8px;
}
.winnersrow .vote
{
	float: right;
	padding: 25px 30px 0 0;
	margin-left: 8px;
}

.buttonbeinspired 
{
	position:absolute;
	bottom:37px;
	left:0;
}
#winner_1st
{
	position: relative;
	background: url(../images/winner_1st.jpg) no-repeat;
	width: 404px;
	height: 143px;
	padding: 22px 20px 10px 8px;
}
/*dealer locator*/
#dealersearch
{
	position: relative;
	background: url(../images/dealer_div.jpg) no-repeat bottom;
	width: 870px;
	padding-top: 15px;
	margin-left: 30px;
	height: 120px;
}
#dealersearch #info
{
	width: 440px;
	float: left;
	height: 120px;
}
#dealersearch #find
{
	width: 380px;
	float: left;
	height: 100px;
	padding: 20px 0 0 20px;
	background: url(../images/dealer_search_div.jpg) no-repeat;
}

#dealerresults
{
	margin-left: 30px;
	top: 130px;
	height: 270px;
	width: 900px;
	overflow:auto;
}

#luxaflex_website {
	position:absolute;
	left:70px;
	top:0;
	
	width:225px;
	height:30px;
	/*background-color:#FF0000;
	-moz-opacity: 0.2;
	opacity: .2;
	filter: alpha(opacity=20);*/
	cursor:pointer;
	
}
#share_toolbar {position: absolute; left: 320px; top: 7px;}
.shareIcon {float: left; }
#footer #share_toolbar .shareIcon a {margin: 0 8px 0 0;}

#altContent {
	width:100%;
	padding-top:183px;
	text-align:center;
}
#howtostyle {
	width:338px;
	height:372px;
	background: url('../images/home_flash.jpg') no-repeat;
}
#howtostyleFlash a {
	position:absolute;
	width:218px;
	height:33px;
	top:304px;
	left:56px;
	text-indent:-9000px;
}