/* GLOBAL  *********************************************************************************************************/


body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #333;
	min-width: 948px;
	margin: 0;
}


img { border: 0px; }

a:hover { color: #000  }

.linkButtonOuline img{ border: 2px solid #ffffff; }



/* TRANSPARENT PNG & AUTO OVERFLOW Fix */

/*img, div, a:hover { behavior: url(iepngfix.htc); }*/
html>body pre { overflow: auto; }
* html pre { /*overflow-x: auto; padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 19 : 4);*/ }


/* WRAPPER IDS  ****************************************************************************************************/


#background { 
	background: url('../images/background.png') no-repeat 50% 0; 
}	

#container {
	width: 1010px;
	margin: 0 auto;
}

#wrapperHeader {
	background:url('../images/wrapperHeader_shadow.png') top no-repeat;
	width: 1010px;
	margin: 0 auto;
	padding-top: 15px;
	display: block;
}

#wrapperBody {
	background:url('../images/wrapperBody_shadow.png') top center repeat-y;
	width: 1010px;
	margin: 0 auto;
	display: block;
}

#body {
	background:url('../images/body_bg.png') top center repeat-x;
	width: 948px;
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
	margin: 0 auto;
	overflow: auto;
	padding-top: 15px;
}

#bodyFrontpage {
	background:url('../images/body_bg.png') top center repeat-x;
	width: 948px;
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
	margin: 0 auto;
	overflow: auto;
	padding-top: 0;
}


#header {
	background:url('../images/header_bg.png') top center no-repeat;
	width: 948px;
	border-top: 1px solid #b4b4b4;
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
	margin: 0 auto; 
	display: block;
}


#wrapperBillboard {
 	height: 230px; 
 	width: 230px;
	margin: 0 auto;
	display: block;
	padding-top: 10px;
}


#wrapperColumns {
	width: 890px;
	display: block;
	margin: 0 auto;
	overflow: auto;
}

#columnSidebar {
	width: 275px;
	float: left;
	display: inline;
}

#columnContent {
	width: 600px;
	float: right;
	display: inline;
}

#wrapperGallery {
 	width: 900px;
	height: 680px;
	margin: 0 auto;
	display: block;
	padding-top: 10px;
}

#wrapperSearch {
 	width: 900px;
	margin: 0 auto;
	display: block;
	padding-top: 10px;
}



#footer {
	width: 890px;
	display: block;
	margin: 0 auto;
}

#wrapperBottom {    
	background: url('../images/wrapperFooter_shadow.png') top no-repeat;
	width: 1010px;
	margin: 0 auto;
	padding-bottom: 30px;
	overflow: auto;
	display: block;
}

#bottom {
	height: 23px;
	width: 948px;
	border-bottom: 1px solid #b4b4b4;
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
	margin: 0 auto; 
}


/* HEADER  **********************************************************************************************************/



#headerColumns {
	width: 948px;
	display: block;

}

#headerLeft {
	width: 455px;
	float: left;
	display: inline;
}

#headerLeft_memberLogo {
	height: 115px;
	width: 450px;
	margin: 5px 0 0 5px;
}
	
#headerRight {
	width: 450px;
	float: right;
	display: inline;
}

div.headerRight_greeting {
	margin: 20px 30px 15px 0;
	text-align: right;
	float: right;
	width:auto;
	display: inline;
}

div.headerRight_greeting .headerRighth2{
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	margin: 0;        
}

div.headerRight_greeting p {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	margin: 0;
}

div.headerRight_search {
	height: 24px;
	width: 253px;
	margin: 0 30px 0 0;
	float: right;
	display: inline;
}

div.headerRight_searchButton {
	font-size: 11px;
	font-weight: bold;
	height: 24px;
	width: 160px;
	float: right;	
	display: inline;
}

div.headerRight_searchBar {
	height: 24px;
	width: 220px;
	float: left;
	display: inline;
}

/* NAVIGATION  ****************************************************************************************************/


#navigation {
	width: 948px;
	padding-top: 8px;
	overflow: auto;
	display: block;
}

div.navigationMain {
	background: url('../images/navigationMain_gradient_bg.png') repeat-x;
	height: 35px;
	width: 938px;
	margin: 0 5px 0 5px;

}

div.navigationSub {
	background: url('../images/navigationSub_bg.png') bottom repeat-x;
	height: 25px;
	width: 938px;
	margin: 0 5px 0 5px;
	display: block;
}

/* Main Menu */

div.menuMain {
	width: 890px;
	height: 33px;
	margin: 0 0 0 30px;
	padding-left: 1px;
	text-transform: uppercase;
	font-weight: bold;
	background:url('../images/navigationMain_divider.png') bottom left no-repeat;
}

div.menuMain ul {
	margin: 0; padding: 0;
}

div.menuMain li {
	list-style-type: none;
	display: inline;
	float: left;
	width:auto;
	margin: 3px 0 0 0;	
}

div.menuMain li a {
	text-decoration: none;  
	display:block;
	background: url('../images/navigationMain_divider.png') bottom right no-repeat;
}

/* Sub Menu */

div.menuSub {
	width: 890px;
	height: 25px;
	margin: 0 0 0 30px;
	padding-left: 1px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold; 
	letter-spacing: -.025px; 
	color: #767676;
}

div.menuSub ul {
	margin: 0; padding: 0;
}

div.menuSub li {
	list-style-type: none;
	display: inline;
	float: left;
	width:auto;
	margin-top: 7px;
}

div.menuSub li a {
	text-decoration: none;  
	padding: 5px 12px 5px 14px;	
	color: #515151;	
	background: url('../images/navigationSub_divider.png') right no-repeat;
}
div.menuSub li a.menuLast {
	text-decoration: none;  
	padding: 5px 12px 5px 14px;	
	color: #515151;
	background: none;
}
div.menuSub li a.menuLastActive {
	text-decoration: none;  
	padding: 5px 12px 5px 14px;	
	color: #330a14;
	background: none;	
}

#menuActive {
	background-color: #e5e5e5 ;
}

div.menuSub li a.menuActive {
	color: #330a14;
}

/* FOOTER   ******************************************************************************************************/

#footerLeft {
	width: 345px;
	float: left;
	display: inline;
	margin-top: 15px;
}

#footerRight {
	width: 410px;
	float: right;
	display: inline;
}
.grey_hr {
	border-bottom: 1px solid #bfbfbf;
	margin: 15px 0px 0px 0px;
}
#footerRight p {
	width: 410px;
	font-size: 11px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 0px;
}
#footerLeft p {
	font-weight: normal;
	font-size: 10px;
	line-height: 16px;
	margin: 0;
}


/* BILLBOARD  *****************************************************************************************************/



div.billboard {
	height: 230px; 
 	width: 230px;
	background: #fff;
	border: 1px solid #b4b4b4;
	margin: 0 auto;
	overflow: hidden;
}

#billboardFrame {
	background: url('../images/billboardFrame.png') no-repeat;
	height: 230px; 
 	width: 230px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
	position: absolute;
}


/* BODY / CONTENT CONTAINERS  ***********************************************************************************/
	

div.contentHighlight {
	background:url('../images/contentHighlight.png') top no-repeat;
	height: 30px;
	width: 598px;
}

div.content {
	background: url('../images/columnContent_bg.png') top no-repeat #fff;
	width: 598px;
	border: 1px solid #b4b4b4;
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 35px;
}

#content_notFirstItem { margin-top: 15px; }

div.content h1 {
	width: 525px;
	color: #0e0e0e;
	font-size: 32px;
	line-height: 34px;
	font-weight: normal;
	letter-spacing: -0.5px;
	margin-left: 30px;
	margin-top: 5px;
}

div.content h2 {
	width: 525px;
	color: #0e0e0e;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: normal;
	font-weight: normal;
	margin-left: 30px;
	margin-top: 25px;	
}

div.content p {
	width: 520px;
	margin: 0 0 0 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

div.content ul {
	list-style-image: url('../images/bullet.png');
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.content li {
	margin-left: 15px;
}

div.contentCalloutPhoto {
	text-align: center;
	font-size: 12px;
	font-style: italic;
	margin: 20px 0 20px 0;
}


img.graphic { margin: 0px 0 10px 30px; }


/* SIDEBAR  *******************************************************************************************************/


div.sidebarObject {
	background: url('../images/columnSidebar_bg.png') top no-repeat #fff;
	background-position: 0px 30px;
	width: 275px;
	border: 1px solid #b4b4b4;
	padding: 0 0 40px 0;
	margin-bottom: 15px;
}

div.sidebarHeading {
	background: url('../images/sidebarHeading_bg.png') top repeat-x;
	width: 258px; /* 273 */
	height: 32px; /* 45 */
	color: #000;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: -0.2px;
	margin: 1px 1px 20px 1px;
	padding: 13px 0 0 15px;
}

div.sidebarObject p {
	width: 245px;
	margin: 0 0 0 15px;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

div.sidebarObject h3 {
	width: 235px;
	color: #333;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: normal;
	font-weight: bold;
	margin: 0 0 -8px 15px;
}

div.button {
	background: url('../images/navigationMain_gradient_bg.png') repeat-x;
	height: 35px;
	display: block;
	float:right;
	width:auto;
	padding: 12px 0 0 0;
	margin: 20px 30px 0 0;
}

div.button a {
	padding: 9px 10px 7px 10px;
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
	font-size: 12px; letter-spacing: -.025px; color: #363636; text-transform: uppercase; font-weight: bold; text-decoration: none;
}



/* GALLERY  ************************************************************************************************************/	

	
div.gallery {
	height: 645px; 
 	width: 888px;
	background: #fff;
	border: 1px solid #b4b4b4;
	margin: 0 auto;
	overflow: hidden;
}

div.galleryHeading {
	background: url('../images/sidebarHeading_bg.png') top repeat-x;
	width: 871px;
	height: 32px; /* 45 */
	color: #000;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: -0.2px;
	margin: 1px 1px 0px 1px;
	padding: 13px 0 0 15px;
}


/* GOOGLE SEARCH  ********************************************************************************************************/	

div.googleSearch {
 	width: 888px;
	background: #fff;
	border: 1px solid #b4b4b4;
	margin: 0 auto;
	overflow: auto;
}


/* BRANDS  ***************************************************************************************************************/	

div.brands {
	width: 530px;
	margin: 30px 0 25px 30px;
	padding-bottom: 35px;
	border-bottom: 1px solid #b4b4b4;
}

div.brands h3 {
	color: #0e0e0e;
	font-weight: bold;
	font-size: 23px;
	line-height: 24px;
	letter-spacing: normal;
	font-weight: normal;
	margin: 0 0 20px 0;
}

div.brands p {
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	display: inline;
	margin: 0;
}

div.brands img {
	padding: 0 20px 5px 0;
	margin: 0 0 5px 0;
	float: left;
	display: inline;
}



/* TESTIMONIALS  ********************************************************************************************************/	

div.testimonial {
	background: url('../images/testimonial_bg.jpg') top left no-repeat; 
	width: 530px;
	margin: 15px 0 25px 30px;
	padding-top: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #b4b4b4;
}

div.testimonial h3 {
	color: #0e0e0e;
	font-weight: bold;
	font-size: 23px;
	line-height: 24px;
	letter-spacing: normal;
	font-weight: normal;
	margin: 0 0 20px 0;
}

div.testimonial p {
	width: 400px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
	line-height: 24px;
	display: inline;
	margin: 0;
	margin-left: 35px;
}

div.testimonial img {
	padding: 0 20px 5px 0;
	margin: 0 0 5px 0;
	float: left;
	display: inline;
}



/* CONTACT US  **********************************************************************************************************/	

div.contact_textfield {
	width: 455px;
	height: 32px;
}

div.contact_textfield_title {
	width: 105px; /* 120px - 15px padding */
	height: 22px; /* 32px */
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 15px 0 0;
	float: left;
	display: inline;
	border-right: 1px solid #cfcfcf;
	margin-bottom: 10px;
}

div.contact_textfield_input {
	width: 315px; /* 330px */
	height: 29px; /* 32px */
	padding: 3px 0 0 15px;
	float: right;
	display: inline;
}

.contact_textfield_input input, textarea{
	background:url('../images/textfield_bg.png') repeat-x bottom;
	width: 255px;
	height: 22px;
	border: 1px solid #cfcfcf;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding: 5px 0 0 5px;
}

.contact_textfield_input select {
	background: #fff;
	width: 255px;
	height: 22px;
	border: 1px solid #cfcfcf;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding: 0px 0 0 5px;
}

.contact_textfield_checkbox input {
	background:url('../images/textfield_bg.png') repeat-x bottom;
	width: 25px;
	height: 22px;
	border: 1px solid #cfcfcf;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding: 5px 0 0 5px;
}



div.contact_textArea {
	width: 575px;
	height: 225px;
}

div.contact_textArea_title {
	width: 105px; /* 120px - 15px padding */
	height: 215px; /* 225px */
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 15px 0 0;
	float: left;
	display: inline;
	border-right: 1px solid #cfcfcf;
	margin-bottom: 10px;
}

div.contact_textArea_input {
	width: 435px; /* 455px */
	height: 215px; /* 225px */
	padding: 3px 0 0 15px;
	float: right;
	display: inline;
}

.contact_textArea_input input, textarea {
	background:url('../images/textArea_bg.png') repeat-x bottom;
	width: 430px;
	height: 210px;
	border: 1px solid #cfcfcf;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding: 5px 0 0 5px;
}

.contact_submit {
	background: #EEEEEE;
	width: 200px;
	height: 45px;
	border: 1px solid #cfcfcf;
	padding: 0 0 0 10px;
}


	
/* MODULE ELEMENTS  ****************************************************************************************************/	


/* Random Facts */
	
#mod_randomFacts {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	line-height: 20px;
}
.profile_form {
	font-family: Arial,Helvetica,Sans-Serif; 
	font-size: 11px; 
	color: #333333; 
	text-decoration: none; 
	background-color: #FFFFFF; 
	border: 1px #B8B8B8 solid; 
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
.site_stamps{
	margin: 20px 0 0 30px;
}
a.servicebutton {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #0e0e0e;
    display: block;
    float: left;
	width:auto;
    font: bold 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
a.servicebutton span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    margin-left: 40px;
} 
a.servicebutton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.servicebutton:hover {
	text-decoration: none
}
a.servicebutton:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

@media screen and (-webkit-min-device-pixel-ratio:0){ html{ /* need this so that Safari3 can use window.getMatchedCSSRules to collect CSSStyleRule later */ list-style-image:none; } #navigation{ float:left; }

#wrapperBody{float:left;}

#wrapperBottom{float:left;}

#wrapperHeader{float:left;}
#header{float:right;
margin-right:30px;}
body { 
	background: url('../images/background.png') no-repeat 50% 0; 
}
 } 
