@charset "UTF-8";

/***********************************

	http://www.massmediums.com

***********************************/	


/***	LAYOUT	***/	


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #dff3fc;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

#container { 
	width: 957px;
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #fff;
	border-top: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
  overflow: hidden;
} 

#header { 
	width: 100%;
	height: 157px;
	background: url(../images/header.jpg) top left no-repeat; 
} 

#logo {
	position: relative;
	float: left;
	top: 20px;
	left: 20px;
}

#newsflash {
	position: relative;
	float: right;
	width: 400px;
	height: 60px;
	background: none;
	padding: 25px 20px;
	overflow: hidden;
	clear: none;
}

#nav {
	float: left;
	height: 30px;
	width: 957px;
	background: url(../images/nav-background.jpg) top left repeat-x;
	clear:both;
}

#mainContent {
	height: 100%;
	width: 100%;
	
} 

#rightCol {
	float: right; 
	width: 234px;
	padding: 30px 20px 0 0;
	clear: both;
}

.testimonials {
	font-size: 0.7em; 
	padding: 20px 10px 10px 10px;
}

#leftCol {
	float: left;
	width: 600px;
	margin-left: 40px;
	padding: 30px 10px 0 10px;
	color: #333;
	clear: none;
}


/*	Footer	*/

#footer {
	padding: 0px 10px 5px 50px;
	border-bottom: 4px solid #f9af56;
} 

#footer p {
	font-size: .75em;
	color: #999;
	margin: 0; 
	padding: 0 5px;
}

#footer a, #footer a:visited {
	color: #999;
}

#footer a:hover {
	color: #555;
}


/*	Bottom Menu	*/

ul.menu-bottom {
	margin: 0 !important;
}

ul.menu-bottom li {
	display: inline;
	margin: 0;
	padding: 0 5px;
}

ul.menu-bottom li a,
ul.menu-bottom li a:visited {
	font-size: .75em;
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

ul.menu-bottom li a:hover{color: #555}


/* General */

p, li {
	margin: 0;
	padding: 0;
	color:#555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}


/*	Login Form	*/  	

label {
	color: #658CA4;
	font-size: .8em;
}

/*table.contentpane img {visibility: hidden;}*/


/*	Table	*/

table.products {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: .7em;
	color: #777;
	width: 620px;
	background-color: none;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

td.img {
	padding: 0;
	vertical-align: middle;	
	border-bottom: 1px solod black;
}

td.text {
	width: 250px;
	vertical-align: middle;	
	padding: 10px 20px;
}

td.space {
	width: 20px;
}


/*	VAVLVE MENU	*/  	


.menu-header {
	float: left; 
	width: 115px
}

.menu-wrap {
	float: left; 
	width: 400px
}

ul.menu {
	margin: 10px 0;
	padding: 0;
	height: 30px;
	width: 500px;
  overflow: hidden;
  white-space: nowrap;
}

ul.menu li {
	display: inline;
	float: left;
	line-height: 28px;
	width: 240px;
	text-align: center;
	border-left: 1px solid #fff;
  white-space: nowrap;
	background: url(../images/subnav-spacer.jpg) top left repeat-x;
}

ul.menu a, 
ul.menu a:hover,
ul.menu a:visited {
	color: #fff;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
}
