body {

	background-color: #F4F4F4;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;

}

#page {

	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: .9em;
	margin-bottom: 0px;
	border: 1px solid #FE0000;

}

#page a {

	color: #000;

}

/**********************************************

	Header Styles
	
***********************************************/

#header {
	width: 950px;
	height: 167px;

}

#header #logo img {

	float: left;

}


/**********************************************

	Footer Styles
	
***********************************************/

.footer {

	width: 950px;
	font-size:8pt;
	color:#9B9CA0;	
	text-align:center;

}



/**********************************************

	Top Nav Styles
	
***********************************************/

#topNav {

	background-color: #fff;
	padding-top: 58px;
	margin-left: 256px;
	width: 675px;

}

#topNav img {

	float: left;

}

#topNav p {

	text-align: right;
	margin-bottom: 6px;
	padding-right: 30px;
	text-transform: uppercase;

}

#subNav ul {

	padding-left: 30px;
	padding-top: 45px;

}

#subNav li {

	display: inline;
	margin-right: 4px;
	font-size: .8em;

}

#subNav li a {

	color: #000;

}

#subNav li a.active {

	color: #FE0000;

}

/***************************************************

	Left Panel Styles

****************************************************/

	#leftPanel {

		float: left;
		width: 285px;
		text-align: center;

	}

/***************************************************

	Home Page Styles -- including the graphic panels 

****************************************************/

	#panelSet {
	
		width: 925px;
		margin-left: 25px;
		height: 312px;
		clear: both;
	
	}

	#panelSet .panel {
	
		width: 204px;
		float: left;
		margin-right: 26px;
		text-align: center;
	
	}

	#panelSet .panel .topCap {
	
		height: 27px;
		background-image: url('../images/home/panel_top.jpg');
	
	}	

	#panelSet .panel .topCap p {
	
		font-size: 1.2em;
		padding-top: 6px;
		font-weight: bold;
	
	}	

	#panelSet .panel .panelCenter {
	
		height: 252px;
		background-color: #767779;
		background-image: url('../images/home/panel_bg.jpg');
		background-repeat: repeat-x;
	
	}

	#panelSet .panel .bottomCap {
	
		height: 34px;
		background-image: url('../images/home/panel_bottom.jpg');
	
	}	

	#panelSet .panel .bottomCap p {
	
		font-size: .8em;
		padding-top: 8px;
	
	}	

	#panelSet .panel .bottomCap a {
	
		color: #000;
		
	}	

/***************************************************

	Content Styles

****************************************************/
	
	.content  {
	
		font-size: .9em;
		margin-left: 285px;
		margin-right: 35px;
	
	}
	
	.home {
	
		width: 750px;
		margin-left: auto;
		margin-right: auto;	
	
	}

	.wide {
	
		width: 750px;
		margin-left: auto;
		margin-right: auto;	
	
	}	
	
	.wideBlock {
	
		border-bottom: 1px solid #000;
		margin-bottom: 1em;
		padding-bottom: 2em;
	
	}
	
	.wideBlock img {
	
		float: left;
		margin-right: 25px;
	
	}
	
	.wideBlock p {
	
		margin-left: 160px;
	
	}	
	
	.content h1 {
	
		text-transform: uppercase;
		font-family: Georgia, "Times New Roman", serif;
		color: #6998A8;
		font-size: 1.2em;
		margin-bottom: 1em;
		font-weight: bold;
	
	}

	.content p {
	
		margin-bottom: 1em;
		line-height: 1.2em;
	
	}	

	.content ul {
	
		margin-bottom: 1em;
		list-style-type: disc;
	
	}
	
	.content li {
	
		margin-bottom: .2em;
		margin-left: 25px;
	
	}
	
/*****************************************************

	Table Styles

*******************************************************/


	.content table {

		width: 100%;
		_width: 99%;
		margin-bottom: 1em;
		/*border: 1px solid #EEEEEE;*/

	}

	.content td {

		padding: 2px;
		/*border-right: 1px solid #CFCFCF;*/
		/*text-align: center;*/
	}

	.content tr td {

		background-color: #fff;

	}

	.content tr.shaded td {

		background-color: #E7E7E7;

	}

	.content th {

		text-align: center;
		color: #fff;
		background-color: #454545;
		padding: 2px;
		font-weight: normal;

	}

	
/**************************************************

	Form Styles

***************************************************/

.content fieldset {

	margin-bottom: .5em;

}

.content input {

	margin-left: 5px;
	height: 1.2em;
	font-size: .9em;
	margin-bottom: 2px;
	border: 1px solid #B9B9B9;
	
}

.content select {
	margin-left: 5px;
}

.content .required {

	background-color: #F0F8FE;
	border: 1px solid #B9B9B9;
	

}

.content .submit {
	
	height: 2em;

}

.content label {

	width: 200px;
	float: left;
	padding-top: 3px;

}

.content textarea {

	width: 375px;
	height: 175px;
	margin-left: 0px;
	padding-left: 0px;

}

/***************************************************

	Cap styles: This div allows for the appearance of a two column layout without tables or a repeating background

****************************************************/

#cap {

	clear: both;
	height: 1em;
	background-color: #fff;

}

/***************************************************

	Project styles: 

****************************************************/
.Project{
		width: 750px;
		margin-left: auto;
		margin-right: auto;	
}

.Project p {

	margin-bottom: 1em;
	line-height: 1.2em;

}	

.Project ul {

	margin-bottom: 1em;
	list-style-type: disc;

}

.Project li {

	margin-bottom: .2em;
	margin-left: 25px;

}
/***************************************************

	Product styles: 

****************************************************/

.Product{
		width: 580px;
		margin-left: auto;
		margin-right: auto;	
		border:0px;
}

.Product li {

	margin-bottom: .2em;
	margin-left: 25px;

}

.Product td {

	text-align:left;
	border:0px;
	border-right:0px;

}
.Product table {
	border:0px;

}

.ProductList table{
	border:1px solid black;
}

.ProductList td{
	border-right:1px solid black;
	text-align:left;
}

.ContactUs{
	margin-left:auto;
	margin-right:auto;
}

.ContactUs TD{
	text-align:left;
}

.ContactUs .Label{
	text-align:right;
}

.FormError{
	background-color:red;
	color:white;
	font-weight:bold;
	width:100%;
	padding:3px;
}