/*
######################################################
COPYRIGHT 2007 BY LJ GRAPHIX
STYLE SHEETS FOR ORDER QUALITY WIGS INC.
######################################################
*/
body {
	margin: 0px;
	background: #510202;
	background-image:url(images/background.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
}

.mainpicb {
	background-image:url(images/home_main_21.png);
	background-repeat:no-repeat;
}

img.float {
	float: left;
	margin-right: 12px;
	margin-bottom: 8px;
}

#clear {clear: both;}


/* BOXES -------------------------------------------------*/

table.main_frame {
	width: 940px;
}

td.burg_box {
	background-color:#000000;
}

table.wht_box {
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-top-color:#FFFFFF;
	border-top-style:solid;
	border-top-width: 1px;
	border-left-color:#FFFFFF;
	border-left-style:solid;
	border-left-width: 1px;
	border-right-color:#FFFFFF;
	border-right-style:solid;
	border-right-width: 1px;
}



/* TEXT ----------------------------------------------------------------------*/
.maintext {
	font-family: Tahoma, Arial;
	color: #FFFFFF;
	font-size: 13px;
}

.maintext_blk {
	font-family: Tahoma, Arial;
	color: #000000;
	font-size: 13px;
	line-height: 15px;
}

.maintext_blk_search {
	font-family: Tahoma, Arial;
	color: #000000;
	font-size: 10px;
}

.maintext_wht {
	font-family: Tahoma, Arial;
	color: #ffffff;
	font-size: 13px;
	line-height: 15px;
}

.maintext_wht_title {
	font-family: Tahoma, Arial;
	color: #ffffff;
	font-size: 14px;
	line-height: 22px;
}

.maintext_wht2 {
	font-family: Tahoma, Arial;
	color: #ffffff;
	font-size: 13px;
	line-height: 24px;
}

.maintext_wht3 {
	font-family: Tahoma, Arial;
	color: #ffffff;
	font-size: 9px;
	line-height: 20px;
}

.copyright {
	font-family: Tahoma, Arial;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	line-height: 30px;
	background:#000000;
}

.search {
	font-family: Arial, Tahoma;
	color: #FFFFFF;
	font-size: 10px;
}

.error {
	font-family: Tahoma, Arial;
	color: #ffcc00;
	font-size: 10px;
}
	
/* LINKS ----------------------------------------------------------------------*/
a:link {
	color: #ffcc00;
	text-decoration: underline;
}

a:visited {
	color: #ffcc00;
	text-decoration: underline;
}

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

a:active {
	text-decoration: underline;
}