/* 
  ================================================
  PVII Existentiality
  Copyright (c) 2009 Project Seven Development
  www.projectseven.com
  Layout 03: 3Col (Black)
  ================================================
*/

body {
	font-family: Calibri, Arial, sans-serif;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	min-width: 980px;
}
#masthead {
	border-bottom: 10px solid #99c926;
	background-color: #ffffff;
}
#logo {
	width: 980px;
	margin: 0 auto;
}
#layout {
	background-image: url(img/existBlack_sbm_middle.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 980px;
}
.column {
	float: left;
}
#left-column {
	width: 370px;
	margin-right: 10px;
	margin-left: 10px;
}
#mid-column {
	width: 200px;
	margin-right: 10px;
}
#right-column {
	width: 370px;
}
.maincontent {
	padding: 20px 32px 0 32px;
	font-size: 13px;
	line-height: 1.5;
}
.maincontent p, .midcontent p {
	margin: 3px 0 12px 0;
}
.midcontent {
	font-size: 13px;
	line-height: 1.35;
	padding: 8px 16px;
	color: #CCC;
}

.midcontent h3 {
	font-size: 13px;
	margin: 20px 0px 6px;
	text-transform: uppercase;
	font-weight: normal;
}
.midcontent h2, .midcontent h3 {
	text-transform: uppercase;
	font-size: 14px;
	margin: 20px 0px 6px 0px;
}
.midcontent h3 {
	font-size: 13px;
}
.maincontent h1, .maincontent h2, .maincontent h3 {
	margin: 0 0 0 0;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.15em;
}

.maincontent h1{
color: #000000;
font-weight: bold;}

.maincontent h2 {
	font-size: 16px;
}
.maincontent h3 {
	font-size: 14px;
	color: #669999;
	border-bottom: 1px solid #669999;
	margin-top: 10px;
}
.maincontent .zero-margin, .midcontent .zero-margin {
	margin-top: 0;
}
#layout-bottom {
	background-image: url(img/existBlack_sbm_bottom.jpg);
	background-repeat: no-repeat;
	height: 32px;
	background-position: left bottom;
	clear: both;
}
#footer {
	margin: 12px auto;
	width: 980px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	text-align: center;
}
.quotation {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1.2;
}

img {
border: 0;}

/*LINK STYLES*/
.maincontent a, #footer a {
	color: #333333;
}
.maincontent a:hover, .maincontent a:focus,
#footer a:hover, #footer a:focus {
	color: #000;
}
.midcontent a {
	color: #699;
}
.midcontent a:hover, .sidecontent a:focus {
	color: #FFF;
}
/*EXTRA STYLES for STATIC MENU BAR*/
.menubar {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
.menubar li {
	list-style-type: none;
	margin-bottom: 4px;
}
.menubar a {
	background-color: #699;
	display: block;
	color: #000;
	text-decoration: none;
	padding: 6px 12px;
	border-top: 1px solid #81ABAB;
	border-right: 1px solid #568181;
	border-bottom: 1px solid #568181;
	border-left: 1px solid #81ABAB;
	zoom: 1;
}
.menubar a:hover, .menubar a:focus {
	background-color: #999;
	border-color: #ACACAC #8B8B8B #8B8B8B #ACACAC;
}

#requestquote th{
background-color: #ffbc59;
color: #000000;
padding: 3px;
text-align: left;
font-weight: normal;}

#requestquote td{
border-top: 1px solid #eeeeee;}

