/* CSS Document */

/* 

Site: VersaStick.com 
Document: Global.css
Updated: Nov, 16, 2006

*/


/* ------------  DOCUMENT ------------- */

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

#center {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	padding: 0px;
}



/* ------------  HEADER ------------- */
#header {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 940px;
}

#logo {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 80px;
	width: 940px;
	background-image: url(../img/logo-top.gif);
	background-repeat: no-repeat;

}

#topNav{
	position: relative;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 940px;
}

#topNav a {
	position: relative;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

#topNav table {
	border-collapse: collapse;
}

#topNav td {
	margin: 0px;
	padding: 0px;
}

#panel1 {
	background-image: url(../img/topNav/topNav_01.gif);
	width: 31px;
	height: 40px;
}

#home a {
	width: 74px;
	height: 40px;
	background-image: url(../img/topNav/home.gif);
}

#home a:hover {
	width: 74px;
	height: 40px;
	background-image: url(../img/topNav/home_hover.gif);
}

#panel3 {
	background-image: url(../img/topNav/topNav_03.gif);
	width: 35px;
	height: 40px;
}

#product_info a {
	background-image: url(../img/topNav/product_info.gif);
	width: 114px;
	height: 40px;
}

#product_info a:hover {
	background-image: url(../img/topNav/product_info_hover.gif);
	width: 114px;
	height: 40px;
}

#panel5 {
	background-image: url(../img/topNav/topNav_05.gif);
	width: 37px;
	height: 40px;
}

#exercises a {
	background-image: url(../img/topNav/exercises.gif);
	width: 98px;
	height: 40px;
}

#exercises a:hover {
	background-image: url(../img/topNav/exercises_hover.gif);
	width: 98px;
	height: 40px;
}

#panel7 {
	background-image: url(../img/topNav/topNav_07.gif);
	width: 28px;
	height: 40px;
}

#case_studies a {
	background-image: url(../img/topNav/case_studies.gif);
	width: 124px;
	height: 40px;
}

#case_studies a:hover {
	background-image: url(../img/topNav/case_studies_hover.gif);
	width: 124px;
	height: 40px;
}

#panel9 {
	background-image: url(../img/topNav/topNav_09.gif);
	width: 29px;
	height: 40px;
}

#about_us a {
	background-image: url(../img/topNav/about_us.gif);
	width: 97px;
	height: 40px;
}

#about_us a:hover {
	background-image: url(../img/topNav/about_us_hover.gif);
	width: 97px;
	height: 40px;
}

#panel11 {
	background-image: url(../img/topNav/topNav_11.gif);
	width: 37px;
	height: 40px;
}

#contact a {
	background-image: url(../img/topNav/contact.gif);
	width: 77px;
	height: 40px;
}

#contact a:hover {
	background-image: url(../img/topNav/contact_hover.gif);
	width: 77px;
	height: 40px;
}

#panel13 {
	background-image: url(../img/topNav/topNav_13.gif);
	width: 38px;
	height: 40px;
}

#store a {
	background-image: url(../img/topNav/store.gif);
	width: 84px;
	height: 40px;
}

#store a:hover {
	background-image: url(../img/topNav/store_hover.gif);
	width: 84px;
	height: 40px;
}

#panel15 {
	background-image: url(../img/topNav/topNav_15.gif);
	width: 37px;
	height: 40px;
}


/* ------------  Content ------------- */

#content {
	position: relative;
	margin: 0px;
	padding: 10px;
}

#topImage {
	width: 921px;
	height: 271px;
	overflow: hidden;
	background-color: #999999;
}

#content p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0.5em;
	
}

#content h2 {
	padding: 0px;
	margin-top: 0.8em;
	margin-bottom: 0.5em;
}

#content h3 {
	padding: 0px;
	margin-top: 0.9em;
	margin-bottom: 0.4em;
}

h1 {
	margin: 15px 0 5px 0;
	padding: 0px;
}

h2 {
	margin: 5px 0 5px 0;
	padding: 0px;
}

h3 {
	margin: 0 0 5px 0;
	padding: 0px;
}

h4 {
	margin: 0 0 5px 0;
	padding: 0px;
}

.link {
	text-decoration: none;
	color: #ff9900;
}
		
.link:hover {
	text-decoration: underline;
}


