/*
-----------------------------------------------
Client: Verbatim Store 'n' Go
Function: Global CSS definitions.
Author:   Justin Johnson | jjohnson@edreamz.com
Modified:  2 March 2006
Copyright: Copyright (C) 2006 E-dreamz, Inc. 
----------------------------------------------- */
/* Imported Styles
----------------------------------------------- */
@import url("styleNav.css");

/* Global
----------------------------------------------- */
body{
	margin: 0;
	padding: 0;
	text-align: center; /*to center in IE Browsers*/
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

body div{
	text-align: left; /*so that we don't have to do it for each individual container*/
}


/* Layout
----------------------------------------------- */
	#wrapper{
		width: 7in;
		margin: 0 auto;
		background: url("../images/structure/grey_bar.gif") repeat-x;
		position: relative;
	}

	#header{
		background: url("../images/structure/store_n_go_text.gif") no-repeat center 14px;
		padding: 14px 0 0 0;
	}
	
	#masthead{
		display:none;
	}
	
	#content{
		padding: 22px 0 0 0;
		background: url("../images/structure/content_grey_bar.gif") repeat-x;
	}
	
	#sidePics{
	display:none;
	}
	
	#footer{
		margin: 20px 0 0 0;
		padding: 5px 0 0 0;
		border-top: 1px solid #333;
	}
	
	.where_to_buy{display:none;}
	
/* Formatting
----------------------------------------------- */
#footer ul{
display:none;
}

p {
	margin: 8px 0 0 0;
	line-height: 18px;
}

.fineprint{
	padding: 5px 0 0 0;
}

.fineprint, a.fineprint:link, a.fineprint:visited {
	color: #808080;
	font: 9px Geneva, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none
}

a.fineprint:hover, a.fineprint:active {
	color: #808080;
	text-decoration: underline
}


.header {
	color: #0077A4;
	font: bold 19px Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	margin: 0;
	padding: 0;

}

.subheader {
	color: #0077A4;
	font: bold 16px/normal Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	margin: 8px 0 0 0;
	padding: 0;
}

.required{
	color: #900;
}

a, a:link, a:visited {
	color : #0668A5;
	text-decoration : underline
}

a:hover, a:active {
	color : #CC0000;
	text-decoration : underline
}