/* -------------------------------------------------- */
/*     BODY     */
/* -------------------------------------------------- */

html, body {
	height:100%; /* container min-height */
	width:100%;
	margin: 0;
	padding:0;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5b5b5b;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	text-align: justify;
	background-color:#111111;


}

*{ outline:none; }

::-moz-selection {
	color: #666666;
	background: #222222 !important;

}

img{border:none; outline:none;}

::selection {
	color: #666666;
	background: #222222 !important;

}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 1200px; 
	margin:0 auto;
	background: #111111 url('../images/headerImage.jpg') no-repeat top left;
	

}
#container { width:925px; margin:0 auto; overflow-y:hidden; height:100%;}
#lColumn {
	width: 332px; margin-left:-12px; float:left; height:100%;

}
#rColumn { 
	width: 533px; float:left; padding:30px; text-align:center;


}
#lContent { background: transparent url('../images/lColumn-bg.jpg') repeat-y top left; padding:10px 40px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	height:100%;
}
#rContent { float:left;  }
#lPadding { height:346px; }
#rHeading p{text-align:left;}
#rThumbnails { float:left; border-top:2px dotted #222222; padding-top:10px; }


.dots { font-size:30px; text-align:center; letter-spacing:10px; color:#333333;}
.webdress{font-size:13px; text-align:center; color:#555555; font-weight:bold; text-transform:uppercase; }
.webdress span{ font-size:10px; color:#333333;}

.nostyle { color:#333333; text-decoration:none;}

a{color:#66666;}
a:hover{text-decoration:underline;}

.tContainer a{ color:#999999; text-decoration:none;}
.tContainer a:hover { color:#ffffff; }

.image { height:141px;}


.tWrapper {width:127px;height:185px; border-bottom:2px solid #111111; float:left; display:inline; margin:6px 3px 0 3px;}
.tWrapper:hover { border-bottom:2px solid #00baff;}
.tContainer { width:117px;  height:175px; border:1px dotted #333333; padding:4px; text-align:left; font-size:11px; background-color:#111111;}
.tLeft { width:45%; float:left; line-height:14px;margin-top:4px;}
.tRight { width:45%; float:right; line-height:12px; text-align:right; margin-top:6px;}
.tPrice { font-weight:bold; }

.highlight { color:#999999;padding:10px; border:1px dotted #333333;}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


