/* CSS Document */
* {
    padding: 0;
    margin: 0;
    		}
    	
html, body {
	width: 100%;
	text-align: center;
    		}

div#container {
	margin: 10px auto;
	width: 925px;
	text-align: left;
	}
	
#footer{
	clear:both;
	height:auto;
	width:920px;
	padding:5px 0px 10px;
	}
	
#nav{
	clear:both;
}
#secNav{
	clear: both;
}
#secNav ul{
	display:inline;
}
#secNav ul li{
	display:inline;
}
#stripline{
	display: block;
	float: left;
	background: url(../images/general/open-your-mind.gif) no-repeat left bottom;
	height: 23px;
	width: 100px;
	margin-top: 33px;
}
/* -------------------------- Global --------------------------- */
input, select, textarea{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	border: none;
	font-size: 11px;
}
.clear {
	clear: both;
	font-size:1px;
}

.clearboth {
	clear: both;
}

.center {
	text-align: center;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}	

img {
	border: none;
}
.divider {
	clear: both;
	width: 100%;
	border-top: 1px solid #7296F6;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom:10px;
}
/* -------------------------- Content --------------------------  */
.content {
	margin-top:5px;
	padding: 10px 10px 0;
	width:900px;
	height:auto;
}
.content #breadcrumb{
	clear: both;
}
.content #breadcrumb ul, .content #breadcrumb p{
	display:inline;
	margin: 0px;
	list-style-type: none;
}
.content #breadcrumb ul li{
	display:inline;
}
#leftCol {
	float: left;
	width: 740px;
}
#leftColPromo {
	float: left;
	width: 900px;
}
#vignettes {
	float: right;
	width:140px;
	padding-left: 5px;
}
#vignettes .vignetteFlash{
	margin-bottom: 5px;
}
.textRight {
	float: left;
	width: 550px;
}

.leftColumn{
	width:250px;
	margin-right:40px;
	float:left;
}

.rightColumn{
	width:250px;
	float:left;
}
.homeSlider{width:385px;float:left;margin:15px 30px 0 0;}
.csPreview{
	width:320px;
	margin:15px 0 0 0;
	float:left;
}
.col{
	width:340px;
	margin-right:30px;
	float:left;
}



.menuLeft {
	float: left;
	width: 140px;
	padding-right: 10px;
	clear: left;
}
.menuLeft ul {
	list-style-type: none;
	margin: 0;
}
.menuLeft ul ul {
	list-style-type: none;
	margin-left: 1em;
}
#menuGreenLeft, #menuPurpleLeft {
	float: left;
	width: 150px;
	padding-right: 10px;
	clear: left;
}
#menuGreenLeft ul, #menuPurpleLeft ul {
	list-style-type: none;
	margin: 0;
}


#contact {
	float:left;
	margin-bottom:5px;
	padding:10px;
}

.contactCol{
	width:240px;
	float:left;
}

.contactFormTable{
}

table {
	width: 100%;
	border:none;
	border-collapse:collapse;
}
tr.pair{
	background-color: #EDF2FF;
}
td{
	padding: 3px;
}
td.property{
	width:50%;
}
td.info{
	width:50%;
	text-align:center;
}
td.label{
width:10%;
}

.products{
	width:100%;
	margin:20px 0;
}

.product {
	/*border-right: 1px solid #dee7ff;
	border-bottom: 1px solid #dee7ff;*/
	padding: 10px;
}

.productrightborder {
	/*border-right: 1px solid #dee7ff;*/
	padding: 10px;
}

.productbottomborder {
	/*border-bottom: 1px solid #dee7ff;*/
	padding: 10px;
}

