/* 
  -------------------------------------
  Curvitude by Project Seven Development
  www.projectseven.com
  Layout 05: 3 column basic nav
  -------------------------------------
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	
}
#masthead {
	background-color: #000000;
	color: #999999;
	margin:0px auto 0 auto;
	width: 982px;
	}
img {
	border:0
	
	}

#logo {
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	font-size: 0.8em;
	color: #081811;
	width: 982px;
	height: 60px;
}
#cart{
	width: 954px;
	text-align:right;
	text-decoration: none;
}
	

#columntop {
	clear: both;
	background-image: url(img/p7CRVCol3_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-image: url(img/p7CRVCol3_middle.jpg);
	background-repeat: repeat-y;
}
#cartwrapper {
	width: 982px;
	
	color: #081811;
	background-image: url(img/fresh.jpg);
	background-repeat: no-repeat;
	height: 32px;
	
	
}
.cartwrapper a:link {
	color: #5785BD;
	text-decoration: none;
}
.cartwrapper a:visited {
	color: #081811;
	text-decoration: none;
}
.cartwrapper a:hover, .content a:focus, .content a:active {
	color: #081811;
	text-decoration: none;
}

img.floatLeft { 
    float: left; 
    margin: 11px; 
}
img.floatRight { 
    float: right; 
    margin: 6px; 
}
#c1, #c2, #c3 {
	float: left;
}
#c1 {
	width: 234px;
}
#c2 {
	width: 514px;
	padding-top: 10px;
	background-position: 22px -78px;
}
#c3 {
	width: 234px;
}
#c1 .content {
	font-size: 0.75em;
	padding: 16px 28px 16px 34px;
}
#c1 .img {

	padding: 16px 40px 16px 37px;
}
#c2 .content {
	color: #000000;
	font-size: 0.8em;
	line-height: 1.6em;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 16px;
	padding-left: 40px;
}
#c2 .account {
	
	color: #000000;
	font-size: 0.8em;
	line-height: 1.6em;
	padding-top: 0px;
	padding-right: 63px;
	padding-bottom: 16px;
	padding-left: 16px;
}
#c2 .img {
	color: #000000;
	font-size: 0.8em;
	line-height: 1.6em;
	padding-top: 0px;
	padding-right: 32px;
	padding-bottom: 16px;
	padding-left: 32px;
	
}
#c2 .content_order {
	color: #000000;
	font-size: 0.8em;
	padding: 16px 32px 16px 0px;
	line-height: 1.6em;
}
#c3 .content {
	color: #081811;
	font-size: 0.8em;
	padding: 16px 32px 16px 32px;
}
	
	
h1 {
	font-size: 1.1em;
	
	
}
h2 {
	font-size: 1.1em;
	letter-spacing: .2em;
	
}
h3 {
	font-size: 1.2em;
	letter-spacing: .2em;
}
.topZero {
	margin-top: 0;
	margin-left: 25px;
	color: #FFFFFF;
}
#columnbottom {
	clear: both;
	background-image: url(img/p7CRVCol3_bottom.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
#footer {
	margin: 0px auto;
	font-size: 0.7em;
	width: 982px;
}
#footercontent {
	padding: 14px;
}
/*NavBar*/
#nav_wrapper {
	font-size: 0.8em;
	margin: 12px 0px 0px 15px;
	width: 210px;
}
#nav_wrapper_right {
	font-size: 0.8em;
	width: 210px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
}

#navbar {
	margin: 0px;
	padding: 0px;
	
}
#navbar li {
	list-style-type: none;
}
#navbar a {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width:2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;	
	
}
#navbar a:hover, #navbar a:active, #navbar a:focus {
	color: #081811;
	background-color: #FFFFFF;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #2E5373;
	text-decoration: none;
}
.content a:visited {
	color: #2E5373;
	text-decoration: none;
}
.content a:hover, .content a:focus, .content a:active {
	color: #081811;
	text-decoration: none;
}

/*
Left Sidebar Links - We add .content to the selector name to 
make it more specific and to eliminate conflicts with the main navigation bar
*/
#c1 .content a:link {
	color: #003399;
}
#c1 .content a:visited {
	color: #663366;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #3366FF;
}
/*Right Sidebar Links*/
#c3 a:link {
	color:#FFFFFF;
}
#c3 a:visited {
	color:#FFFFFF;
}
#c3 a:hover, #c3 a:focus, #c3 a:active {
	color: #081811;
}
/*Footer Links*/
#footer a:link {
	color: #003399;
}
#footer a:visited {
	color: #663366;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #3366FF;
}
table.tabularData, table.tabularData td, table.tabularData th {
	font-size: 1em;
	border: 1px solid #2E5373;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background:  #2E5373;
	color: #FFFFFF;
	border:none
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #FFFFFF;
}
.altRowOdd{
	background-color: #FFFFFF;
}


