* {margin: 0px; padding: 0px; }

/* Define properties for entire site */
.siteContainer {
	position: relative;
	top: 25px;
	bottom: 25px;
	width: 799px;
	height: auto;
	border: 0px solid #FFFF00;
	margin-left: auto;
	margin-right: auto;
	background-color: #2e3336;
	background-image: url(images/tag_new.jpg);
	background-repeat: no-repeat;
	padding-bottom: 50px;
	overflow: none;
	}

/* Define properties for header area */
.headerContainer {
	position:relative;
	width:799px;
	height: 160px;
	}

#toplinks {
	position: relative;
	text-align: right;
	top: 85px;
	float:right;
	margin-right: 20px;
	}

/* Define properties for nav links */
#nav {
	position:absolute;
	top:113px;
	width:799px;
	height: 37px;
	border: 0px solid #FFFF00;
	text-align:right;
	}

/* Define properties for body */
.bodyContainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 759px;
	height: auto;
	border: 0px solid #7AA5C7;
	}

.itemTeaserContainer {
	position:relative;
	margin:0;
	width:110px;
	height: auto;
	clear:left;
	float:left;
	background-color: #2e3336;
	border: #990000 solid 0px;
	}

.itemTeaserImage {
	position:relative;
	top: 5px;
	left:5px;
	margin:0;
	width: 100;
	height: 66;
	padding-bottom: 5px;
	background-color: #2e3336;
	}

/* Define properties for left column of body */
#leftColContainer {
	float:left;
	clear:right;
	width: 375px;
	height: auto;
	margin-right:10px;
	border: 0px solid #7AA5C7;
	}

/* Define properties for right column of body */
#rightColContainer {
	float:right;
	clear:right;
	width: 374px;
	height:auto;
	border: 0px solid #7AA5C7;
	}

/* Define properties for alternate left column of body */
#leftColContainerAlt {
	float:left;
	clear:right;
	width: 759px;
	height: auto;
	}

/* Define properties for left column of body on detailed product page */
#detailLeftColContainer {
	float:left;
	clear:right;
	width: 240px;
	height: auto;
	}

/* Define properties for left column of body on detailed product page */
#detailLeftColContainer .upper {
	position: relative;
	height: 405px;
	width: 240px;
	clear: both;
	}

/* Define properties for right column of body on detailed product page */
#detailLeftColContainer .lower {
	position: relative;
	width: 240px;
	}

/* Define properties for right column of body on detailed product page */
#detailRightColContainer {
	float:right;
	clear:right;
	width: 440px;
	height: auto;
	}

#verticalSpacer {height: 50px; width:100px; }

#largeImageContainer {padding: 0; margin: 0; }

/* Define properties for spacer */
#spacer {
	clear:both;
	width:759px;
	height:20px;
	background-color: #2e3336;
	border: 0px solid #009;
	}

/* Define properties for footer area */
.footerContainer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #090;
	width: 759px;
	height:auto;
	overflow: auto;
	clear:both;
	}

