@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/background002.jpg);
	background-repeat:repeat-x;
	margin: 0 auto; /* 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;
}

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

.standardSet #header { 
	text-align:center;
	font-size:11px;
	color:#FFFFFF;
} 

.standardSet #header a{ 
	text-align:center;
	font-size:12px;
	color:#fee6f6;
} 

.headerAbout {
margin: 0 auto;
width: 800px;
	text-align:center;
	font-size:12px;
	color:#000000;
}


.headerAbout a{
	color:#0000ff;
}

a:link, a:visited, a:active  { /* Master link setting */
text-decoration:underline; 
color:#0000FF;
}

a:hover { 
text-decoration:none; 
color:#ff0000;
}

.standardSet #containerContent { 
	float: left;
	width: 920px;  /* total width of the page, minus the center divider (10px)*/
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;

}  

.title01 {
	font-size:28px;
	font-weight:bold;
}

.title02 {
	font-size:18px;
	font-weight:bold;
}

.title03 {
	font-size:12px;
	font-weight:bold;
}

.title04 {
	font-size:12px;
	font-weight:bold;
	padding: 0 0 10px 0;
}

.standardSet #singlecol {
width: 100%;
text-align:center;
	padding: 0px;
	margin: 0px;

}



.standardSet #singlecolBottom {
float:left;
width: 100%;
text-align: center;
	padding: 0px;
	margin: 0px;
}

.standardSet #modelHead {
	float: left; /* since this element is floated, a width must be given */
	width: 450px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 0 0 20px;
	margin: 0px;
}

.modelHeadBorder{
	background-color: #f8f8f8;
	border: 1px solid #CCCCCC;
	padding: 15px;
}

.modelText{
text-align:left;
}



.standardSet #modelStats {
	float: right; /* since this element is floated, a width must be given */
	width: 430px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 15px 0 0;
	margin: 0px;
}


.modelName {
font-size:40px;
color:#a21b5b;
}
.modelSub {
font-size:16px;
}

.reasonsTen {
font-size:22px;
color:#a21b5b;
}
.red_txt {
color:#a21b5b;
}

.modelSite {
font-size:24px;
color:#000000;
}

.standardSet #mainContent { 
	width: 900px;
	padding: 0 10px;
	margin: 0px;
} 


.dateHeader {
font-size:12px;
	font-weight:bold;
	padding: 0 0 0px 0;
	
}

.dateHeaderNext {
font-size:12px;
	font-weight:bold;
	color:#999999;
	padding: 0 0 5px 0;
	
}

.modelNumbers {
padding: 10px 0 0 0;
width: 95%;
}

.thumbWrapper {
padding: 15px 19px;
text-align:center;
}




.thumbCat {
padding: 10px 0 0 0;
width:auto;
font-size:9px;
text-align:center;
}

.thumb01 {
float:left;
}

.thumb01 img{
background-color: #ffffff;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.thumb01 a:hover img{
	border: 1px solid #000000;
}

.gallery01 {
padding 15px 0px;
}

.gallery01 img{
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.gallery01 a:hover img{
	border: 1px solid #000000;

}





.thumbModel {
font-size:9px;
text-align:center;
}

.spacer{
float:left;
}

.salesLink01{
font-size:12px;
font-weight:bold;
padding: 20px 0;
text-align:center;
}

.salesLink02{
font-size:22px;
font-weight:normal;
text-align:center;
}

.salesLink03{
font-size:28px;
font-weight:bold;
text-align:center;
}

.salesLink04{
text-align:center;
font-size:16px;

}

.salesLink05{
font-size:11px;
text-align:center;
}

.salesLink06{
font-size:13px;

}

.salesline01 {
font-size:20px;
font-weight:bold;
color:#000000;
text-align:center;
padding: 15px 0 0 0;
}

.salesline02 {
font-size:30px;
color:#666666;
text-align:center;
padding: 15px 0 0 0;
}

.textLeft {
float:left;
padding-left: 10px;

text-align:left;
}
.textLeft2 {
float:left;
padding: 10px 5px;
text-align:left;
}

.join_box {
	border: 1px solid #CCCCCC;
	background-color: #E6E6E6;
	padding: 5px;
}

.join_box img{
	border: 1px solid #CCCCCC;
}

.standardSet #footerTop { 
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	text-align:center; 
} 
.standardSet #footer { 
	background:#c5c5c5;
	font-size: 10px;
	color: #454545;
	text-align:center; 
	padding: 15px 10px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	
}
.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;
}

.textQuotes {
font-size:10px;
font-style:italic;
}
.dotSep {
background-image:url(images/vert_dot_div.gif);
}

.float_rt{
float:right;
}

.float_lt{
float:left;
font-size:13px;
font-weight:bold;
}

.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;
}