@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 

.contactinfo {
	padding: 0 10px 0 20px;
	margin: 0 auto;
	font-size: 9px;
	line-height: 100%;
}

#footer {
	width: 810px; 
	padding: 10px 15px 30px 0; 
	margin: 0 auto;
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
} 


/* #footer span .quicklinks{
	display: inline;
	float: right; 
	margin: 0
}

  #footer span .joinlink{
	display: inline;
	float: left;
	margin: 0;
	font-size: 12px;
	color: #FFFFFF;
}	*/	

#footer a.joinlink, #footer a.joinlink:link, #footer a.joinlink:visited{
	margin:0;
	padding-left:8px;
	float: left;
	text-decoration: none;
	color: white;
	font-size: 12px;
}

#footer a.quicklinks, #footer a.quicklinks:link, #footer a.quicklinks:visited {
	margin:0;
	float: right;
	text-decoration: none;
	color: white;
	font-size: 12px;
}


#footer a.joinlink:hover{
	float: left;
	text-decoration: underline;
	color: white
}

#footer a.quicklinks:hover{
	text-decoration: underline;
	color: white
}


#footer a, #footer a:link, #footer a:visited{
	margin:0;
	float: right;
	padding: 0 0 0 20px;	
	text-decoration: none;
	color: white
}



#footer a:hover{
float: right;
	text-decoration: underline;
	color: white
}

#header { 
	background: #000000;
} 

#header h1 {
	margin: 0; 
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header .logo {
	float:right;
	padding-top: 10px;
	clear: none;
}

#header .ppp {
	float:right;
	padding-top: 90px;
	padding-bottom: 0;
	margin-bottom: 0
}

#header .promo {
	float:left;
	display:inline
}


#mainContent, #mainContentHome {
	text-align:center;
	width: 810px;
	height: 540px;
	background-image: url(images/pic1.jpg);
	background-repeat: no-repeat;
	/*margin: 5px 15px 0 15px;*/
	margin:0 auto;
	margin-top:5px;
}

/*#mainContentReviews {
	text-align:center;
	width: 800px;
	height: 540px;
	background-image: url(../images/pic2-rr.jpg);
	background-repeat: no-repeat;
	margin: 5px 20px 0 20px;
	z-index:20;
}

#mainContentReviews p{
	position:relative;
	left:200px;
	top:20px;
	width:425px;
	text-align:left;
	font-size: 11px;
}*/

#blogContent {
	width: 810px;
	height: 540px;
	margin: 5px 15px 0 15px;
} 

#mainContent2 {
	text-align:center;
	width: 810px;
	height: 540px;
	background-image: url(images/pic1.jpg);
	background-repeat: no-repeat;
	margin: 5px 0 0;
}

#mainContent3 {
	background-image: url(images/pic1.jpg);
	background-repeat: no-repeat;
	text-align:center;
	width: 810px;
	height: 540px;
	/*margin: 5px 15px 0;*/
	margin:0 auto;
	margin-top:5px;
}	

#mainContentHome #pgttl {
	padding: 15px 0 0 12px;
	margin: 0
}

#mainContentHome #sidebar1 p{
	padding: 7px 5px 7px 12px;
	margin: 0;
	font-size: 11px;
	line-height: 130%
}


#mainContentHome #sidebar1 h3{
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	padding: 10px 0 0 12px;
	margin: 0;
	
}

#mouseoverInstr {
	color: #ffff;
	font-size: 14px;
	width: 560px;
	text-align:center;
	visibility:visible;
}


	
#notesThumb {
	position: absolute;
	top: 148px;
	width: 250px;
	margin-left: 310px
}


#pgttl {
	padding: 15px 0 0 20px;
	margin: 0
}

#footer #poweredby {
	color:#ffffff;
	font-size:9px;
	text-align:center;
	display:block;
	margin-top:12px
}

#footer #poweredby a, #footer poweredby a:link, #footer poweredby a:visited, #footer poweredby a:hover {
	float:none;
	color:#ffffff;
	font-size:9px;
	text-align:center;
	padding-left:0;
	text-decoration:underline;
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 207px; 
	height: 499px;
	background-image: url(images/bg_text2.png);
	background-repeat:no-repeat;	
	text-align:left;
	margin: 15px 0 0 25px;	
}

#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 207px; 
	height: 499px;
	background-image: url(images/bg_text2.png);
	background-repeat:no-repeat;	
	text-align:left;
	margin: 15px 0 0 25px;	
}

#sidebar1 p, #sidebarDiv p{
	padding: 7px 10px 7px 20px;
	margin: 0;
	font-size: 11px
}

#sidebar2 p{
	padding: 5px 10px 0px 20px;
	margin: 0;
	font-size: 10px
}

#sidebar1 p .redtxt, #sidebarDiv p .redtxt {
	font-style:italic;
	color: #d2232a
}

#sidebar1 .picwmargins, #sidebarDiv .picwmargins{
	margin-left: 20px
}


#sidebar1 h3, #sidebarDiv h3{
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	line-height: 100%;
	padding: 10px 10px 0 20px;
	margin: 0;
	
}

#sidebar1 .divider, #sidebarDiv .divider{
	width: 207px;
	height: 1px;
	margin:0;
	padding: 0;
	background-color: #FFFFFF;
}

#sidebar1 .divider2, #sidebar2 .divider2, #sidebarDiv .divider2{
	width: 165px;
	height: 1px;
	margin: 2px 15px 0 20px;
	background-color: #000;
}

#sidebarDiv {
	position: absolute;
	top: 148px;
	width: 207px; 
	z-index: 100;
	height: 499px;
	background-image: url(images/bg_text2.png);
	background-repeat:no-repeat;	
	text-align:left;
	margin: 15px 0 0 25px;	
}

#rtcontent {
	padding-top: 15px;
	margin-left: 232px;	
	
}

#rtcontent h2, #rtcontent h1 {
	padding-left: 20px;
	padding-top: 10px;
	margin: 0;
	color: #000000;
	font-weight: normal;
	font-size: 16px;
	text-align: left
}

#rtcontent .beautyshotCap h2, #rtcontent .beautyshotCap2 h2{
	padding-left: 20px;
	padding-top: 10px;
	margin:0;
	color: #000;
	font-weight: normal;
	font-size:16px;
	text-align: left
}

#rtcontent .captionText p {
	color: #000;
	font-size: 10px;
	line-height: 110%;
	padding: 0 20px 0 20px;
	margin: 0;
	text-align: left
}

#rtcontent .contentBgBlack {
	background-image:url(images/bg_rt-full-black.png);
	background-repeat: no-repeat;
	margin: 0 0 10px 23px;
	width: 530px;
	height: 499px;
	padding-top: 15px;
/*	padding: 20px 0 0 15px	*/
}

#rtcontent .noFlashBox {
	background-image:url(images/models_noflash-bg.gif); 
	width: 530px; 
	height: 325px; 
	margin-left: 24px; 
	text-align: left;
}

#rtcontent .noFlashBoxText {
	padding: 10px 10px 15px 15px; 
	font-size: 10px
}

#rtcontent .noFlashBoxText h3 {
	margin: 0; 
	font-size: 11px
}

#rtcontent .noFlashBoxText p {
	margin: 2px 0 7px
}

.sitemapLeft {
	float:left;
	width: 250px;
	margin: 0;
	padding: 0;
}

.sitemapRight {
	margin: 0 0 0 250px; 
	padding: 0 20px 20px;
}

.sitemapLeft a:link, .sitemapLeft a:visited, .sitemapRight a:link, .sitemapRight a:visited{
	color: #ffffff;
	text-decoration: none;
}

.sitemapLeft a:hover, .sitemapRight a:hover{
	color: #ffffff;
	text-decoration: underline;
}

#rtcontent .contentBgBlack .sitemapLeft h2, #rtcontent .contentBgBlack .sitemapRight h2{
	padding-left: 30px;
	padding-top: 10px;
	margin: 0;
	color: #ffffff;
	font-weight: normal;
	font-size: 16px;
	text-align: left
}

#rtcontent .contentBgBlack .sitemapLeft ul, #rtcontent .contentBgBlack .sitemapRight ul{
	text-align: left; 
	color: #ffffff; 
	margin-top: 10px;
}

#rtcontent .contentBgBlack .sitemapLeft li, #rtcontent .contentBgBlack .sitemapRight li{
	list-style-position: inside; 
	font-size: 12px
}


#rtcontent .contentBgBlack p {
	color: #ffffff;
	font-size: 12px;
	line-height: 140%;
	padding: 0 20px 0 20px;
	margin: 0;
	text-align: left
}


#rtcontent .powerBox {
	background-image:url(images/bg_powerbox.png);
	background-repeat: no-repeat;
	margin: 0 0 10px 23px;
	width: 530px;
	height: 214px;
	padding: 0
}	
	
	
	
/* GENERIC CSS CLASSES   */
.beautyshot {
	padding: 0 10px 0 25px;
}

.beautyshotCap, .beautyshotCap2{
	background-image:url(images/bg_beautyshotCap.png);
	background-repeat: no-repeat;
	margin: 0 0 10px 23px;
	width: 530px;
	height: 90px;
/*	padding: 20px 0 0 15px	*/
}



.beautyshotsml {
	padding: 0 0 0 15px;
}

.beautyshotlg {
	padding: 0;
	/*margin-top: 5px; */
}


.beautyshotImg {
	padding: 15px;
	margin: 0 0 5px 23px;
	background-image:url(images/bg_beautyshot.png);
	background-repeat: no-repeat;
	width: 500px;
	height: 295px;
}



.brandnoflashpic {
	margin-right: 3px
}

.captionBoxBtm {
/*	position: absolute;
	top: 560px;	*/
	background-image: url(images/bg_text-fitbtm.png);
	background-repeat: no-repeat;
	width: 517px;
	height: 100px;
	margin: 10px 0 0 30px;	
	padding: 7px 15px 5px 0
}

.captionBoxBtm .textTwoCol {
	float: left;
	margin-left: 20px;
	font-size: 10px;
	text-align: left;
	width: 230px;
	line-height: 110%;


}

.captionBoxRow {
	width: 578px
}

.captionBoxVertical {
	background-image:url(images/bg_caption-vertical.png);
	background-repeat: no-repeat;
	width: 179px;
	height: 317px;
	float: left;
	padding-right: 2px;
	
	position: relative; 
	top: -60px;  
	visibility: hidden

}

.captionBoxVertical p{
	color: #000;
	font-size: 10px;
	line-height: 110%;
	padding: 15px 5px 0 12px;
	margin: 0;
	text-align: left
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.contact2box {
   float:left;
   width:281px;
   margin:6px 0 0 30px;
   height:179px;
   background:url(images/locationbox1_bg.png) no-repeat right;
   text-align:left
}

.contact3box {
	float:left;margin:10px 0 0 30px;width:523px;height:157px;background-image:url(images/locationbox2_bg.png);text-align:left
	}

.contact2box h3, .contact3box h3, #sidebar2 h3   {
	font-size: 14px;
	color: #000; 
	padding:10px 0 5px 18px;
	margin:0
}

#sidebar2 h3   {padding:0 0 0 18px}
.contactTbl td  {font-size:10px}

.featureBox {
	background-image: url(images/bg_featurebox.png);
	background-repeat: no-repeat;
	margin-left: 55px;
	width: 465px;
	height: 165px;
	padding: 0 0 5px 0;
	text-align: left
}

.featureBox .subttl{
	padding: 10px 0 10px 20px
}

.featureTxt p {
	color: #FFF;
	font-size: 10px;
	line-height: 110%;
	padding: 0 30px 25px 20px;
	margin: 0;
	text-align: left
}

.featureBox .featureImg {
	display: inline;
	float: right;
	padding: 10px 20px 10px 20px
}

/* .flashslider {
	position: relative;
	top: 430px;
	width: 550px;
	padding-left: 13px
}	*/

.flashslider {
	position: absolute;
	top: 592px;
	padding-left: 13px
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.galleryplacement {
	position:absolute;
	top:154px;
}

.gearshotImg {
	padding: 0;
	margin: 0 0 5px 23px;
	background-image:url(images/bg_beautyshot.png);
	background-repeat: no-repeat;
	width: 530px;
	height: 325px;
}

.gearpic {
	text-align:center
}

.notesAuthor {
	float: right;
	font-style: italic;
	font-size: 15px;

	padding-top: 10px;
	color: #fff
}
.notesBoxSml {
	background-image: url(images/bg_notesboxsml.png);
	background-repeat: no-repeat;
	position: absolute;
	margin-left: 15px;
	top: 162px;
	width: 230px;
	height: 413px;
	padding: 22px 25px 5px;
	text-align: left
}

.notesBoxSml p {
	font-size: 15px;
	line-height: 20px;
	color: #fff
}


.notesBox {
	background-image: url(images/bg_notesbox.png);
	background-repeat: no-repeat;
	position: absolute;
	margin-left: 15px;
	top: 162px;
	width: 230px;
	height: 413px;
	padding: 22px 25px 5px;
	text-align: left
}

.notesBox2 {
	background-image:url(images/bg_notesbox2.png);
	background-repeat: no-repeat;
	position: absolute;
	margin-left: 15px;
	top: 162px;
	width: 230px;
	height: 455px;
	padding: 22px 25px 5px;
	text-align: left
}

.notesBox p, .notesBox2 p {
	font-size: 14px;
	line-height: 20px;
	color: #fff
}

.notesBox h3, .notesBox2 h3,  {
	font-size: 15px;
	line-height: 20px;
	color: #fff; 
	padding-bottom: 0;
	margin-bottom: 0
}

.notesBox a:link, .notesBox a:visited,.notesBox2 a:link, .notesBox2 a:visited {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-decoration:underline;
}

.notesBox a:hover, .notesBox2 a:hover {
	color: #ed1c24;
	text-decoration:underline
}

.notesThBox {

	background-image:url(images/bg_notesbox-thumb.png);
	background-repeat: no-repeat;
	vertical-align:middle;
	width: 250px;
	height: 100px;
	cursor: pointer;
}

.notesThBox2 {
	background-image:url(images/bg_notesbox-thumb-m.png);
	background-repeat: no-repeat;
	vertical-align:middle;
	width: 250px;
	height: 100px;
	cursor: pointer;
}

.notesThBox p, .notesThBox2 p{
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	padding: 10px 10px 0 0;
	color: #fff
}

.notesThBoxSml {
	background-image: url(images/bg_notesbox-thumbsml.png);
	background-repeat: no-repeat;
	vertical-align:middle;
	width: 250px;
	height: 44px;
	cursor: pointer;
	margin-bottom: 15px;
}

.notesThBoxSml2 {
	background-image:url(images/bg_notesbox-thumbsml-m.png);
	background-repeat: no-repeat;
	vertical-align:middle;
	width: 250px;
	height: 44px;
	cursor: pointer;
	margin-bottom: 15px;
}

.notesThBoxSml2 p {
	font-size: 11px;
	line-height: 14px;
	text-align:left;
	text-decoration:none;
	padding: 7px 10px;
	color: #ffffff
}

.notesThBoxSml p, .notesThBoxSml p a, .notesThBoxSml p a:link, .notesThBoxSml p a:visited {
	font-size: 11px;
	line-height: 14px;
	text-align:left;
	text-decoration:none;
	padding: 7px 10px;
	color: #fff
}

.notesThBoxSml p a:hover, {
	text-decoration: underline;
	color: #fff
}
.notesThBox p img, .notesThBox2 p img{
	float:left;
	display: inline;
	padding: 3px 10px 0 
}

.PicCol {

}


.PicRowBtm {
	position: absolute;
	top: 497px;	
	
	width: 578px;
	text-align: center;
}

.PicRowBtm #powerth1, .PicRowBtm #powerth2 {
	cursor:pointer;
}

.PicRowBtm img{
	display: inline;
}


.PicRowTop, .PicRowTop2 {
	width: 575px;
	text-align: center;
}

.PicRowTop #team1, .PicRowTop #team2, .PicRowTop #team3 {
	cursor:pointer;
}

.powerDetail {
	visibility: hidden; 
	position: absolute; 
	top: 162px; 
}

.sideshot {
	padding: 0 10px 0 10px;
}

.superscript {
	font-size: xx-small;
	vertical-align:super
}

#store {
	width:220px;
	height:30px;
	padding:6px;
	color:#ED1C24;
	z-index:9;
	position:absolute;
	relative:300px;
	top:170px;
	margin-left:665px;
}