html {
	margin: 0px;
	padding: 0px;
	min-width:800px;
	height:100%;
}
body {
	background: url(../images/bg.jpg) repeat-x fixed;
	margin:0px;
	text-align:center;
	height:100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a {
	font-color:#006e53;
} 
marquee {
    background: #EFEFEF;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px

}

TD.row1 {
    background: #EFEFEF;
}
TD.row2 {
    background: #DEE3E7;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
TD.row3 {
    background: #D1D7DC;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/***** DIVs *****/
#thecontent{
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    /*font-size: 12px*/
}
#main_container {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	text-align:left;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	background:#ffffff;
	position:relative;
}
#photos {
	float:center;
	width:500px;
	text-align:center;
	font-size: 9px;
	background: #CCCCCC;
	color: #666666;
	padding:5px;
	border: 1px solid #999999;
}
#miniphotos {
	float:center;
	width:250px;
	text-align:center;
	font-size: 9px;
	background: #CCCCCC;
	color: #666666;
	padding:5px;
	border: 1px solid #999999;
}
#bottom {
	position:relative;
	vertical-align:bottom;
}
#header {

}
#left_side {

}
#content {
	width:660px;
	margin-bottom:50px;
	float:right;
	padding-bottom:50px;
}
#footer {
	width:760px;
	text-align:center;
	font-size: 9px;
	margin-left:15px;
	background: #CCCCCC;
	color: #666666;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	position:absolute;
	padding:5px;
	margin-bottom:15px;
	margin-top:30px;
	border: 1px solid #999999;
}
#footer a {
	color: #666666;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#home_content_box {
	margin-right:15px;
}
#home_content {
	width:600px;
	margin-right:10px;
	float:right;
	float:right
}
#home_content p {
	color:#000000;
}
#home_content_header {
	width:590px;
	height:30px;
	background: #6699cc;
	margin-top:10px;
	vertical-align:middle;
	padding-left:10px;
	padding-top:5px;
	border: 1px solid #999999;
}
#home_content_header span {
	font-size:18px;
	color:#FFFFFF;
	
	background: #6699cc;

}
#content_box {
	margin-left:15px;
	width:600px;
}
#content_header {
	width:600px;
	height:30px;
	margin-top:10px;
	vertical-align:middle;
	padding-left:10px;
	padding-top:5px;
}
#content_header span {
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
}
#mission {
	font-size:14px;
	margin-top:5px;
}
#vision {
	font-size:14px;
	margin-top:5px;
}
#shirt {
	text-align:center;
	margin:10px;
}

#private_label {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	height:300px;
	background: url(../../images/blank.gif) repeat-y;
}
/**** Classes *****/

.mission th {
	text-align:center;
	font-size:13px;
}
.mission td {
	font-size:11px;
}
.vision th {
	text-align:center;
	font-size:13px;
}
.vision td {
	font-size:11px;
}
.vision span {
	font-weight:bold;
	font-size:11px;
}
.item_category {
	width:500px;
	spacing:0px;
	padding:0px;
	border:none;
	margin-top:20px;
}
.item_category td {
	font-size:12px;
	vertical-align:top;
}
.item_category a {
	color:#FFFFFF;
}
.item_category th {
	font-size:14px;
	background: #006e53;
	color:#FFFFFF;
	padding:3px;
	height:18px;
}
.category_description {
	font-size:12px;
	vertical-align:top;
	padding:5px;
	height:50px;
}
.category_description img {
	border:0px;
}
