/* //////////////////////////////////////
Trident Telephone - Screen Layout Styles 
================================
- Graphic Design: Anna Bensen
- XML/CSS Dev: Daniel Humann
- Foraker Design - Boulder, Colorado
- http://www.foraker.com
///////////////////////////////////// */


/* ////////// The Basics /////////// */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0 1.5em 0 0;
	font-family: Verdana, Arial, Helvetica, San-serif;
	font-size: .8em;
	background: #322e8e;
}

h1 {
	margin: 1em 0 .5em 0;
	padding: 0 0 .5em 0;
	font-size: 130%;
	color: #322e8e;
	border-bottom: 1px solid #ffd874;
}

body#home h1 {
	margin: 0 0 .5em 0;
}

h2 {
	margin: 0;
	padding: .75em 0;
	font-size: 110%;
	color:  #ebab06;
}

p {
	margin: 0;
	padding: 0;
}

li {
	padding: 0 0 8px 0;
}

a { color: #322e8e; }
a:hover { color:  #e9aa08; }
a:visited { color: #7370b6; }

hr {
	height: 1px;
	overflow: hidden;
	margin: 1.5em 0;
	padding: 0;
	color: #ffc530;
	background: #ffc530;
	border: 0;
}

* html hr {
	margin: 0 0;
}

hr.spacer {
	visibility: hidden;
	height: 128px;
}

hr.spacer2 {
	visibility: hidden;
	height: 64px;
}

abbr, acronym, dfn {
	border-bottom: 1px dashed #eee;
	cursor: help;
}


address {
	font-style: normal;
}


hr.minwidth {
	visibility: hidden;
	width: 780px;
}


/* ---- CLEARFIX HACK --- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



/* ---- FORM Elements ---- */

form {
  height: auto;
  margin: 0;
  padding: 0;
}

* html form {
  height: 1%;
}

label {
  width: 150px;
  float: left;
  text-align: right;
  margin: 0 1em 1em 0;
  padding: 2px;
  clear: both;
  cursor: help;
}

input, select, textarea {
  float: left;
  margin: 0 .25em 1em 0;
  padding: 2px;
  font-size: .9em;
  font-family: "Verdana", Arial, Helvetica, San-serif;
  background: #f8eecd;
  border: 1px solid #333;
}

* html input, * html select, * html textarea {
	margin-left: -7em;
}

* html textarea {
	height: 1%;
	overflow: auto;
}

label span {
  vertical-align: middle;
}

input.checkbox {
  margin: 7px 0 0 0;
  border: 0;
}

* html input.checkbox {
  margin: 0;
}

form input.formbuttons {
  margin: 4px 0;
  padding: 4px 2px;
  font-weight: bold;
  color: #777;
  cursor: default;
}

html>body form input.formbuttons {
  padding: 4px 10px;
}


/* Specific Contact Form Declarations */


#conform {
  min-height: 300px;
  text-align: left;
}

.error, .red {
  color: #ff0000;
}

.red {
  padding: 0 0 0 4px;
}

.define_required {
   width: 380px;
   text-align: right;
   margin-bottom: 1em;
}

.define_required span {
  color: #ff0000;
}

.form_error { 
	background-color: #f9f590; 
	border-right: 1px solid #D76E49; 
	border-bottom: 1px solid #D76E49; 
	border-left: 1px solid #692007; 
	border-top: 1px solid #692007; 
}

.success { color: green; }






/* ////////// Start Named Selectors /////////// */

#wrapper {
	position: relative;
	height: 100%;
	min-width: 770px;
	max-width: 1200px;
	margin: 0;
	padding: 0;
	background: #fff;
	border-right: 1px solid #322e8e;
}

#top { display: none; }

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	height: 80px;
	overflow: hidden;
	background: #fff url('../images/bg-logo.gif') top left repeat-x;
}


#brand {
	position: absolute;
	top: -100px;
	left: 0;
	width: 260px;
	height: 80px;
	display: block;
	color: #322e8e;
	font-size: .0001em;
}

#masthead {
	height: 53px;
	margin: 0;
	background: #fff url('../images/bg-masthead.gif') top left repeat-x;
	border-bottom: 0px dashed #ccc;
}

#info {
	position: absolute;
	top: 4px;
	right: 12px;
	padding: 2px;
	text-align: right;
	color: #eee;
	font-size: 85%;
}

#info a { color: #ddd; }
#info a:hover { color: #fff; text-decoration: none; }
#info p { margin-bottom: 4px; }



/* ////////// Main Navigation Block /////////// */	

#nav {
	display: block;
	margin: 0 0 0 260px;
	padding: 0;
	font-size: 85%;
	background: #ffd874 url('../images/swatch-gold.gif') top left repeat-x;
	white-space: nowrap;
	border-right: 3px solid #706ea5;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	white-space: nowrap;
}

#nav li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	white-space: nowrap;
}

#nav a {
	display: block;
	width: auto;
	margin: 0;
	padding: .35em 1.5em;
	text-decoration: none;
	color: #322e8e;
	font-weight: bold;
	background: #ffd874;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	white-space: nowrap;
}

#nav a:hover, #nav a:active { background: #fff; }

#nav a.active:link, #nav a.active:visited {
	background: #ffc530;
	font-weight: bold;
	cursor: default;
}

#nav a.activeGroup { background: #fceabb; }



/* ////////// Main Content Block (Home Page) /////////// */

#intro {
	border-right: 3px solid #706ea5;
}

#prime {
/*    Changed to floated scheme... */
	float: left;
	width: 60%;
}

#xtra {
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 100;
	width: 259px;
	height: 231px;
	overflow: hidden;
	background: transparent url(../images/bg-receptionist.jpg) top left no-repeat;
}

#overview {
	position: relative;
	top: 41px;
	margin: 0;
	padding: 2em 32px 38px 0;
	background: #ffc530;
}

#content p {
	margin: 0 0 10px 0;
	padding: 0;
}

#details {
	margin-left: 262px;
	border-left: 0px dashed #ccc;
}

#details h1 {
	margin-left: .25em;
	border-color: #fff;
}

#details span {
	font-size: 80%;
	font-style: italic;
}

#details ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#details li {
	margin: 0;
	padding: .2em .2em .2em 32px;
	background: transparent url('../images/bg-side-li.gif') center left no-repeat;
}

#details a:hover { 
	color: #322e8e;
	font-weight: bold;
	text-decoration: none;
}



/* ////////// Commitment to Excellence Block /////////// */	

#cte {
	padding: 3em 32px 2em 0;
	border-right: 0px dashed #ccc;
}

#cte h2 {
	color: #322e8e;
	padding: 2em 2em .5em 2em;
}

#cte p {
	padding: 1em 2em .5em 2em;
}

#cte hr {
	margin-left: 2em;
}




/* ////////// Featured Product Block /////////// */	

#supplement {
/*    Changed to floated scheme...
	position: absolute;
	top: 112px;
	left: 64%; 
*/
	float: right;
	width: 35%;
	margin: 41px 8px 0 0;
	padding: 0 8px;
	border: 0px dashed #ccc;
}

#featured {
	min-height: 194px;
	border: 1px solid #322e8e;
}

#featured h2 {
	margin: 0;
	padding: .4em;
	color: #fff;
	font-size: 100%;
	background: #322e8e;
}

#featured h3 {
	margin: 0;
	padding: 7px 10px 7px 10px;
	font-size: 100%;
}

#featured img {
	float: right;
	margin: 1em;
	padding: 0;
}

#featured p {
	padding: 7px 10px 7px 10px;
}


/* ////////// Customer Testimonials /////////// */	

#testimonials {
	padding: 0 1em 1em 1em;
}

#testimonials h2 {
	color: #322e8e;
	padding: 2em 2em .5em 0;
	font-size: 120%;
}

#testimonials p {
	font-size: 85%;
	line-height: 17px;
	color: #252525;
}




/* ////////// Main Content Block (Interior Pages) /////////// */	


/* ////////// Breadcrumbs /////////// */

#crumbs {
	margin: 0 0 2em 0;
	padding: .5em 0;
	font-size: 85%;
}


#content {
	margin: 0 0 0 260px;
	padding: 1em 1em 50px 1em;
	background-color: #fff;
	border-right: 3px solid #706ea5;
}


.fltrgfx {
	float: right;
	margin: 0 0 .5em .5em;
	border: 0px solid #322e8e;
}

.fltlftfx {
	float: left;
	margin: .5em .5em 0 0;
	border: 0px solid #322e8e;
}


#map {
	margin: 0 0 .5em 0;
	padding: 1em;
	font-size: 85%;
	color: #777;
	border: 0px solid #ccc;
}

#map p {
	margin: .5em 0;
}

#addy {
	margin: 1.5em 0;
}

#addy span {
	display: block;
}

#content p.notes {
	font-size: 85%;
	margin: 3em 0 0 0;
} 




/* ////////// Sidebar /////////// */

#side {
	position: absolute;
	top: 100px;
	left: 0;
	width: 232px;
	margin: 0;
	padding: 0;
	color: #322e8e;
	background: #fff;
	border: 0px dashed #ccc;
}

#side h3 {
	margin: 0;
	padding: .5em 1em;
	font-size: 100%;
	background: #ffd874;
	border-top: 4px solid 	#ffc83b;
}

#side ul {
	margin: 0 0 4em 0;
	padding: 0;
	list-style: none;
}

#side li {
	margin: 0;
	padding: 1em 1em 1em 32px;
	font-weight: bold;
	background: transparent url('../images/bg-side-li.gif') center left no-repeat;
	border-bottom: 1px solid #ffd874;
}

#side li a {
	display: block;
	text-decoration: none;
}

#side li span#activeItem {
	color:  #777;
	cursor: help;
}

.sblock {
	padding: 1em;
	font-size: 85%;
	line-height: 140%;
	border: solid #ffd874;
	border-width: 1px 0;
}

.qsource { 
	margin: .5em 0 0 0;
	text-align: right; 
	color: #252525;
}
	
p.quote {
	color: #252525;
	line-height: 17px;
}


/* ////////// Footer Block /////////// */

#footer {
	clear: both;
	position: relative;
	min-height: 45px;
	margin: 0;
	padding: 0;
	color: #8986d9;
	background: #fff url('../images/bg-footer.gif') top left repeat-x;
}

* html #footer {
	height: 45px;
}

#attribution {
	margin: 0;
	padding: 0 0 0 260px;
	background: transparent url('../images/bg-foot-crnr.gif') top left no-repeat;
	border: 0px dashed #fff; 
}

#attribution p {
	padding: 1.75em 0 0 0;
	font-size: 85%;
}



/* ////////// Powered by Foraker Bug ////////// */

#poweredbyforaker {
	position: absolute;
	top: 0;
	right: 4px;
	width: 120px;
	height: 24px;	
	border: 0px dashed #fff;
}

#forakerlink {
	display: block;
	width: 120px;
	height: 24px;
	overflow: hidden;
	margin: -4px 0 0 0;
	padding: 0;
	color: #8986d9;
	text-decoration: none;
	background: transparent url('../images/bg-forakerlink.gif') top left no-repeat;
	border: 0px dashed #fff;
 }
 
a#forakerlink:hover {
	background-position: 0 -24px;
	color: #fff;
	text-decoration: none;
 }
 
#forakerlink span {
	position: relative;
	top: 0;
	left: 40px;
	margin: 0;
	padding: 0;
}
