@charset "utf-8";
/* CSS Document */

#container {
	position:relative;
	top:5px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:50px;
	width:950px;  			/* regulate width of page here */
	z-index:3;
}

#header {
	position:relative;
	height:100px;
	background-image:url(../images/layoutimages/topbkgrnd.gif);	
	z-index:10;				/* position header above content to ensure links are available */
}

#gvalogo {
	float:left;
}

#title {
}

#sclogo {
	float:right;
}

#main {
	position:relative;
	z-index:5;				/* position main above container to ensure links are available */
	float:left;
}

#topmenu {
	position:absolute;
	left:100px;
	width:950px;
}

#leftmenu {
	position:relative;
	z-index:10;				/* position menu above content to ensure links are available */
	float:left;
	top:25px;
	left:5px;
	width:150px;
}

#mainmenu {
	
}

#rightmenu {
	position:relative;
	float:left;
	right:5px;
	top:25px;
	width:150px;
}

#content {
	position:relative;
	float:left;
	top:25px;
	width:640px;
}

#breadcrumb {
}

#pagecontent {
}

#announcements {
	position:relative;
	width:640px;
	float:left;
}

#events {
	position:relative;
	width:640px;
	float:left;
}

#feature1 {
	float:left;
	width:170px;
	height:180px;
}

#feature1a {
	height:50px;
}

#feature1b {
	height:100px;
}

#feature2 {
	float:left;
	width:170px;
	height:180px;
}

#feature2a {
	height:50px;
}

#feature2b {
	height:100px;
}

#feature3 {
	float:left;
	width:170px;
	height:180px;
}

#feature3a {
	height:50px;
}

#feature3b {
	height:100px;
}

#feature4 {
	float:left;
	width:170px;
	height:180px;
}

#feature4a {
	height:50px;
}

#feature4b {
	height:100px;
}

#productcontent {
	position:relative;
	height:750px;
}

#productleft {
	float:left;
	width:250px;
}

#productright {
	float:right;
	width:430px;
}

#cart {
	width:240px;
}

#accorddesc {
	width:240px;
}

#footer {
	width:950px;
	height:50px;
	background-image:url(../images/layoutimages/btmbkgrnd2.gif);
	position:relative;
	background-position:bottom;
	float:left;
}

#spacer {
}

ul, ol, dl, li, dt, dd, form, body, blockquote, fieldset, input {
	margin:10, 0;
	padding:10, 0;
}

ul, ol {
	text-align:left;
}
