/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a {color: #DC3199;}
a:link {text-decoration: none;}
a:visited {text-decoration: none; color: #DC3199;}
a:hover {text-decoration: none;	color: #000000;}
a:active {text-decoration: none; color: #000000;}

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.main_bg {
	background-image: url(../images/bg_main.png);
	background-repeat: repeat-y;
}

.top { /* this sets text size and link style for any text in the top area, applied in this case to a cell, not a div */
	font-size: 11px;
	color: #DC3198;
	padding-right: 5px;}
.top a:link {color: #DC3198;}
.top a:visited {color: #DC3198;}
.top a:hover {color: #000000;}

.topsplit {
	padding: 0px 25px; /*this says for anything with topsplit applied it has a padding on top and bottom of 0, and 25px on left and right */
	}

/* div containers & positioning styles */

div.container { /* full page container, this holds everything in place and sets the background stripe pattern */
	position: relative;
	top:0px;
	background-image: url(../images/pagebg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	width: 800px;
	height: 717px;
	padding: 0px 8px 8px 8px;
	}

div.header { /* assigning width and height of header only */
	width: 800px;
	height: 161px;
	}

div.footer { /* assigning width of footer only */
	width: 800px;
	text-align: left;
	}

div.home {
	width: 800px;
	height: 557px;
	}

div.homecol1 { /* this sets the width, height, padding, and background of the homepage 1st column */
	width: 373px;
	height: 540px;
	padding: 0px 12px 17px 20px;
	float: left;
	background-image: url(../images/home_col1.png);
	overflow: hidden;
	}

div.homecol2 { /* this sets the width, padding of the homepage 2nd column */
	width: 395px;
	height: 540px;
	padding: 0px 0px 17px 0px;
	float: right;
	overflow: hidden;
	}

div.hcol2cont { /* this sets the background & padding of each div fitting in the 2nd home column */
	width: 375px;
	padding: 0px 20px 0px 0px;
	background-image: url(../images/home_col2white.png);
	}

div.pagebg {
	background-image: url(../images/pagebg_solid.png);
	padding: 0px 20px 17px 20px;
	}
div.page {
	width: 760px;
	height: 540px;
	overflow: hidden;
	}

div.pagecol1 {
	width: 140px;
	padding: 5px 0px;
	float: left;
	}

div.pagecol2 {
	width: 580px;
	height: 500px;
	padding: 20px;
	overflow: auto;
	}

div.pagecol3 {
	width: 720px;
	height: 500px;
	padding: 5px 20px 20px 20px;
	overflow: auto;
	}


/* text padding, color and sizes styles */

div.textpad {
	padding: 15px;
	}

.size10 {font-size: 10px;}
.grey {color: #666666;}

/* thumbs styling */
.prodnm {font-size: 11px; line-height: 13px; color: #000000;}
.price {font-size: 15px; line-height: 16px; font-weight: bold; color: #000000;}
.price100 {font-size: 15px; line-height: 16px; font-weight: bold; color: #000000;}

/* details styling */
.prodname {font-size: 13px; font-weight: bold;}
.optionsbox {background-color: #FFDAED;}

.paginate {font-weight: bold; font-size: 11px;}
.smaller {font-size: 9px;}

.summersale {font-size:15px; font-weight: bold; color: #009999;}