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

* { margin: 0; padding: 0;}

html, body{ padding:0; margin: 0}

body {
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #2f9ad4;
}

#page {
	margin: 0px auto;
	width: 1000px;
	background-color: #FFFFFF;
	
}

#header {
	width: 100%;
	height: 118px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}

#logo {
	width:264px;
	height:68px;
	padding-top: 25px;
	margin-left: 32px;
}
/*****************************************/
/*             TOP NAV                   */
/*****************************************/
img.borderline {padding:0px; margin:0px; display:block;}
#topnav {
	width: 100%;
	height: 43px;
	background-color: #FAFAFA;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
}

#topnav ul {
	display: block;
	margin: 0px;
	padding-left: 15px;
	padding-top: 10px;
}

#topnav ul li {
	list-style-type: none;
	display: inline;
}

#topnav ul li a {
	display: block;
	width: auto;
	float: left;
	text-decoration: none;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #a6d2fe;
	border-right-color: #a6d2fe;
	border-bottom-color: #a6d2fe;
	border-left-color: #a6d2fe;
	padding-top: 2px;
	padding-right: 20px;
	padding-left: 15px;
	margin: 0px;
	font-size: 12px;
}

#topnav ul li a.L1:hover {
	color: #006EBD;
}

#topnav ul li a.L2:hover {
	color: #006EBD;
}

#topnav ul li a.L3:hover {
	color: #006EBD;
}

#topnav ul li a.L3{
	border-right-style: none;
}
/*****************************************/
/*             LEFT PANE                 */
/*****************************************/

div.border {
	width: 100%;
	background-color: #f6db00;
	display: block;
	color: #f6db00;
	position: relative;
}
#leftpane {
	width: 715px;
	float:left;
}

.wholepager {
	padding: 1em;
}

#banner_homepage { width: 715px; height: 426px;}

h2#tagline {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
	margin-top: 2em;
}

#pricesheet{clear:both; padding-top:30px; padding-left:0px;}

#contents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	padding-left: 26px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 60px;
}

#contents h1 {
	font-size: 24px;
	color: #235aa6;
}
#contents h2 {
	font-size: 18px;
	font-weight: normal;
	color: #659ec1;
	padding-top: 40px;
	padding-bottom: 10px;
}

#contents h3 a{ color: #2257A3;}

#contents p {
	line-height: 2em;
}

#locmap{
	border: 1px solid #CCCCCC;
	height: 350px;
	width: 425px;
	margin-top: 53px;
}

#contents ol.terms{ margin-top: 45px;}

#contents ul.direction li {
	margin-left:1.5em;
	list-style-image: url(images/li_07.gif);
	list-style-position: inside;
	margin-top: 0.2em;
}

#contents p.drivingDir {
	margin-top: 2em;
}
#contents .drivingDir strong {
	color: #333333;
}

#contents #showroom, #contents #location {
	width: 300px;
	margin-top: 44px;
}

#contents #contact-image {
	height: 248px;
	width: 352px;
	float: right;
	padding-top: 30px;
}


#contents #showroom{
	float:left;
	padding-left: 0px;
}
#contents #location{
	float:left;
	padding-left: 0px;
}

#contents #showroom p, #contents #location p{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-size: 95%;
	margin-top:10px;
}
#contents #showroom span, #contents #location span{
	color: #659ec1;
	font-weight: bold;
}
#contents blockquote {
	line-height: 1.5em;
}

#contents ol li {
	margin-left: 1.8em;
	margin-top: 1em;
}

.clear { clear:both;}

#contents ul.sitemap{
	margin-left: 35px;
	margin-top: 10px;
}


#contents ul.sitemap li{
	padding:3px;
}

#contents ul.sitemap li a{
	color: #666666;
	text-decoration: none;
}
#contents ul.sitemap li a:hover {
	text-decoration: underline;
}

#contents a, #contents #locmap small a{
	color: #006EBD;
	text-decoration: none;
}

table.contact td{
	padding:5px;
	margin-right: auto;
	margin-left: auto;
}
#contact_form{ margin-top:5px; margin-bottom:20px;}



/*****************************************/
/*            COMPARISON                 */
/*****************************************/
#contents .comparison {
	margin-top: 40px;
}

table#compareTable {
	border: 1px solid #CCCCCC;
	margin-right: auto;
	margin-left: auto;
}
#compareTable td.tableHead {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;
}
#compareTable td.price {
	font-weight: bold;
	color: #698F28;
}

#compareTable td{
	padding:5px;
	text-align: center;
}

/*****************************************/
/*            Assessment form            */
/*****************************************/

#assessment-form {
	margin-top: 4em;
}

#assessmnt-form .question{
	clear: both;
	float: left;
	width: 100%;
}
#assessment-form span.big {
	font-size: 50px;
	/* color: #235AA6; */
	color: #d0d0d0;
	font-weight: bold;
	width: 50px;
	display: block;
	text-align: center;
	float: left;
}
#assessment-form .question h3 {
	color: #235AA6;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 24px;
}
#assessment-form .ui-state-active{font-weight:bold;}
#assessment-form td.right {
	text-align: right;
}
#assessment-form table td {
	padding: 5px;
	text-align:left;
}

#assessment-form label{

}
#assessment-form .eventtype input{
	display: inline-block;
}
#assessment-form span.small {
	font-size: 80%;
	font-family: Arial;
}


#assessment-form .eventtype{
	margin-right: 30px;
}
#assessment-form .variants label.qty, #assessment-form label.qty{
	
	
	margin-bottom: 10px;
	border-bottom-style: none;
	
}
#assessment-form label.qty input.validate-digits{
	padding: 0px;
	border: 1px solid #CCCCCC;
	width: 35px;
	color: #666666;
	
	
}
#assessment-form .variants label{
	padding: 5px;
	
	
}
#assessment-form input.qtyTxt{
	padding: 0px;
	border: 1px solid #CCCCCC;
	width: 35px;
	color: #666666;
}
#assessment-form input.txtfield, .required, .validate-email, .validate-digits {
	padding: 3px;
	border: 1px solid #CCCCCC;
	width: 180px;
	color: #666666;
}

#assessment-form  select#state, #assessment-form  select#duration_type, #assessment-form  select#am_pm, #assessment-form  select#time_hr, #assessment-form  select#time_min { 
	font-size: 16px;
	color:#666666;
	
}
#assessment-form input.button{
	/* margin-right: auto; */
	margin-left: 155px;
	display: block;
}
#assessment-form select#state, #assessment-form select#duration_type {
	/* margin-top: 12px;*/
	position:relative;
	left:0px;
	top: 1px;
	border: 1px solid #CCCCCC;
}
#assessment-form input#time {
	width: 70px;
}
#assessment-form select#time_hr, select#time_min, select#am_pm, select#duration_type  {
	border: 1px solid #CCCCCC;
}

#assessment-form select#am_pm{
	position:relative;
	left:-3px;
	top: 0px;
}
#assessment-form select#time_hr, select#time_min{
	width: 65px;
}
#assessment-form select#duration_type{ width:68px;}
#assessment-form #datepicker {
	display: block;
}
#assessment-form .items {
	height: auto;
	width: 25%;
	float: left;
	margin-top: 20px;
}

#accordion {
	margin-bottom: 40px;
}

#accordion h3 a:hover{color:#FFFFFF;}
#assessment-form #accordion .items img {
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 10px;
}

#assessment-form #accordion input.chkbox {
	margin-left: 10px;
}
#assessment-form #accordion .items label {
	color: #333333;
	font-size: 13px;
}

#assessment-form #accordion .items .inboxTitle { padding:10px; font-weight:bold; }

#assessment-form #accordion .items .imgholder{
	
	margin-bottom: 10px;
	display: block;
	margin-top: 5px;
	background-color: #D4D4D4;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#assessment-form #accordion .items .imgholder#holder1{ height: 92px; }
#assessment-form #accordion .items .imgholder#holder2{
	height: 144px;
}

#assessment-form #accordion .items .variants{
	border: 1px dashed #CCCCCC;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 5px;
}
#assessment-form #accordion .items .variants label {
	color: #333333;
	font-size: 11px;
	margin-bottom: 2px;
	display: block;
	padding: 0px;
}

#assessment-form #accordion .items .variants input {
	margin-left: 10px;
}
#assessment-form #accordion .items .variants ul {
	margin-left: 45px;
	font-size: 11px;
}

#assessment-form label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }

/*****************************************/
/*            PRODUCTS NAV               */
/*****************************************/

.sidelinks{
	width: 160px;
	float: left;
}
.sidelinks ul#categories {
	list-style-type: none;
	margin-top: 40px;
}

ul#categories li a{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99DAF2;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 7px;
	width: 140px;
	font-size: 13px;
}

ul#categories li a:hover{
	background-color: #9DD05B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #FFFFFF;
}


/*****************************************/
/*            PRODUCTS                   */
/*****************************************/

.products{
	width: 465px;
	height: auto;
	float: left;
	margin-left: 23px;
}

.products h3{
	text-align: left;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	font-size: 14px;
	color: #333333;
}

.products ul.prodlist li{
	margin-left: 30px;
	list-style-type: disc;
	margin-top: 5px;
}

.products .boxes{
	width:200px;
	float:left;
	margin-left: 10px;
	margin-bottom: 20px;
	clear: none;
}
.products .boxes2{
	width:200px;
	float:right;
	margin-left: 10px;
	clear:none;
	margin-bottom: 20px;
}

.products table {
	padding:0px;
	margin-bottom: 20px;
}

.products table tr{
}
.products table td{
	text-align:center;
	vertical-align:top;
	padding-bottom: 30px;
}
.products table td ul{ list-style:none}
.products table td.noncenter{
	text-align:left;
	font-size: 90%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

.products table td.noncenter p{ line-height:0.4em;}
.products table td.prodcategory {
	text-align:left;
	padding-bottom: 20px;
}

.products a.prodtitle{
	padding-top: 5px;
	color: #205a9a;
	font-size: 90%;
	text-decoration: none;
	
}

.products ul.desc{
	display: block;
	text-align: left;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	line-height: 1em;
	font-size: 90%;
	margin-top: 10px;
}

.products a.prodtitle:hover{ text-decoration:underline}


a.thumbnail{
	border: 1px solid #ffffff;
	display: block;
	padding: 4px;
}
a.thumbnail:hover{
	
	border: 1px solid #7EBDE8;
	
}

/*****************************************/
/*             PHOTO SLIDESHOW           */
/*****************************************/
#photonav h1 {
	width:100px;
	display:block;
	float: left;
}
#photo-albums {
	width: 450px;
	float:right;
	margin-top: 37px;
	margin-bottom: 20px;
	margin-right: 0px;
}

#photo-albums ul {
	list-style-type: none;
	display: block;
	width: 100%;
	margin-top: 7px;
	text-align: right;
}

#photo-albums ul li {
	display: inline;
}

#photo-albums ul li a{
	color: #666666;
	text-decoration: none;
	padding: 10px;
	font-weight: bold;
}

#photo-albums ul li a#active{
	/*color: #235AA6;*/color: #006EBD;
}

#photo-albums ul li a:hover{
	text-decoration:none;
	color: #006EBD;
}
/*****************************************/
/*             RIGHT PANE                 */
/*****************************************/

#rightpane {
	width: 285px;
	float:right;
}

img#pdfIcon{float:right; padding-left:0px;padding-top:5px;}

#rightpane a.download, #rightpane2 a.download {
	text-decoration: none;
	color: #FFFFFF;
	font-size:14px;
}
#rightpane a.download2, #rightpane2 a.download2 {
	text-decoration: underline;
	color: #FFFFFF;
}
#rightpane a.download2:hover, #rightpane2 a.download2:hover {
	color: #FEFEFE;
}
#rightpane a.download:hover, #rightpane2 a.download:hover{ text-decoration:underline;}
.sidebox {
	width: 285px;
	height:158px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.sidebox#weddings {
	background-image: url(images/bg-wedding.jpg);
	background-repeat: repeat-x;
}
.sidebox#corporate {
	background-image: url(images/bg-corporate.jpg);
	background-repeat: repeat-x;
}
.sidebox#social-events {
	background-image: url(images/bg-social-event.jpg);
	background-repeat: repeat-x;
}

.sidebox p {
	margin-top: 0px;
	padding-left: 2.4em;
	padding-right: 1.5em;
	padding-top: 1em;
	line-height: 1.1em;
}

.sidebox h2 a {
	display: block;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 26px;
	font-size: 24px;
	width: 250px;
}

.sidebox#weddings h2 a{padding-top: 31px;}
.sidebox#social-events h2 a, .sidebox#corporate h2 a{padding-top: 35px;}

.sidebox h2 a:hover { text-decoration:underline}

#assessment {
	width:285px;
	height:224px;
	margin-top: 35px;
	margin-bottom: 70px;
	
}
/*****************************************/
/*             FOOTER                    */
/*****************************************/
#clear { clear:both;}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	width: 1000px;
	height: 97px;
	background-color:#FFFFFF;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	
}

.footer#inner { margin-top:4px;}
#copyright {
	text-align: center;
	/* padding-top: 30px; */
	margin-top: 20px;
}

#footerlink, #footerlink ul {
	display:block;
	width: 100%;
	text-align: center;
}

#footerlink {
	/* margin-top: 20px;*/
	padding-top: 15px;
	color:#3e6eb1;
}

#footerlink a {
	font-size:11px;
	text-decoration: none;
	color: #000000;
	margin: 10px;
	text-transform: uppercase;
}

#footerlink a:hover { /*color:#3e6eb1*/color: #006EBD;}
#copyright a{
	color: #666666;
}
#copyright a:hover{
	color: #006EBD;
}
