/* CSS Document */
/* HACKS */

/* ALL MARGINS = 0 */
* {
	margin: 0px;
	padding: 0px;
}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */
	height: 0;                  /* ensure the period is not visible */
	clear: both;               /* make the container clear the period */
	visibility: hidden;	     /* further ensures the period is not visible */
	background-color: #CCCCCC;
}

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {
	background-image: url(file:///C|/Documents and Settings/Jakey/My Documents/DreamWeaver/CSS_XHTML/Sites/web_2.0/images/baseart/headerbg.gif);
	background-repeat: repeat-x;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */   

/* REMOVE BORDER */
.removeborder {
	text-align: left;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}

* html #content { 
	float:left; 
	}
	
	
#header_inner, #nav_inner, #content_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
	
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	width: 955px;
	height: 100%;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 5px;
}

#footer_inner {
	text-align: center;
	padding-top: 35px;
}


/* IMG*/

img.main_title {
	margin-top: 25px;
}

img.checks {
	margin-left: 101px;
	margin-top: 10px;
}

img.right {
	float: right;
}

/* LAYOUT*/

body {
	background-image: url(../images/baseart/body_bg.gif);
	background-repeat: repeat-x;
	background-color: #f4f2f2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-position: top;

}

#main_wrapper {
	height: 100%;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header {
	background-image: url(../images/baseart/main_title.gif);
	background-repeat: no-repeat;
	height: 70px;
	background-position: 15px 26px;
	width: 955px;
	
}

#header_inner {
	float: right;
	height: auto;
	width: auto;
	position: relative;
	padding-top: 40px;

}

#sub_header {
	height: auto;
	
}


#content {
	width: 955px;
	height: 100%;
}

#content_inner {
}


.auto_col {
}


/* TEXT */

h1 {
	color: #42444d;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-left: 30px;
	font-weight: normal;
	
}

h2 {
	color: #339933;
	font-size: 1.3em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h3 {
	font-size: 1.2em;
	color: #66CC33;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

h4 {
	font-size: 1em;
	color: #006699;
	font-weight: normal;
}

h5 {
}

h6 {
	font-size: 0.8em;
	color: #42444d;
	font-weight: normal;
	padding-top: 5px;
	
}

ul {
	color: #66CC33;
	font-size: 1em;
	list-style-type: none;
	text-align: left;
	font-weight: bold;
}

li {
	color: #42444d;
	display: list-item;
	font-weight: normal;
	padding-top: 8px;
}
ul.items {
	display: list-item;
	margin-left: 30px;
	float: left;
}

p {
	color: #42444d;
	font-size: 0.9em;
	padding-top: 10px;
}

span {
	color: #999966;
}

ul.breaker {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
}

/* LINKs */

a:link {
	color: #45535c;
	font-size: 1em;
	text-decoration: none;
	padding-left: 10px;
	
}

a:visited {
	color: #45535c;
	padding-left: 10px;
	text-decoration: none;
	font-size: 1em;
}

a:hover {
	color: #33CC33;
	text-decoration: none;
	padding-left: 10px;
	font-size: 1em;
}

a:active {
}

.main_nav {
	color: #45535c;
	text-decoration: none;
	margin-right: 20px;
	font-size: 1.2em;
}



/* CONTENT */

.col_1 {
	width: 407px;
	float: left;
	height: auto;
	padding-right: 6px;
	padding-left: 5px;
}

.col_2 {
	float: left;
	width: 409px;
	height: 100%;
	padding-top: 5px;
	padding-left: 5px;
}

.col_3 {
	width: 122px;
	float: left;
	height: auto;
	padding-top: 5px;
}

.product_box {
	height: auto;
	width: 400px;
	border: 2px solid #FFFFFF;
	padding: 2px;
	margin-top: 5px;
}

div#box {
	width: auto;
	color:#000;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding: 20px;
	background-color: #FFFFFF;
}


.box_top {
	height: 11px;
	width: 405px;
	position: relative;
	background-image: url(../images/baseart/box_top.gif);
	background-repeat: no-repeat;
	overflow: auto;
}

.box_rep {
	height: auto;
	width: 393px;
	position: relative;
	background-image: url(../images/baseart/box_rep.gif);
	background-repeat: repeat-y;
	padding-right: 6px;
	padding-left: 6px;
}

.box_bottom {
	height: 11px;
	width: 405px;
	position: relative;
	background-image: url(../images/baseart/box_bottom.gif);
	background-repeat: no-repeat;
}


.product_co {
	height: 18px;
	width: 115px;
	float: left;
	background-color: #66CC33;
	padding-top: 2px;
	padding-left: 10px;
}

.product_name {
	width: 263px;
	height: 18px;
	float: left;
	background-color: #66CC33;
	margin-left: 2px;
	padding-top: 2px;
	padding-left: 10px;
}

.product_pic {
	float: left;
	width: 125px;
	height: 100px;
	background-image: url(../images/baseart/shoes/basketball/AJ23.jpg);
	margin-top: 2px;
}

.product_description {
	width: 273px;
	float: left;
	height: 100px;
	background-color: #666666;
	margin-left: 2px;
	margin-top: 2px;
}

.product_co, .product_name, .product_description {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
