* {
	padding: 0;
	margin: 0;
}
body {
	font: 12px verdana, arial;
	margin: 0;
	background: url(../media/images/bg.jpg) repeat;
}
h1, h2 {
	font-size: 14px;
	background: url(../media/images/bg_h1.jpg) no-repeat;
	width: 432px;
	height: 35px;
	padding: 6px 0px 0px 10px;
	color: #fff;
	margin: 10px 0px 0px 0px;
}
h3 {
	font-size: 12px;
	background: url(../media/images/bg_h3.jpg) no-repeat;
	width: 232px;
	height: 35px;
	padding: 7px 0px 0px 10px;
	color: #fff;
	margin: 10px 0px 0px 0px;
}
h4 {
	font-size: 14px;
	background: url(../media/images/bg_h4.jpg) no-repeat;
	width: 432px;
	height: 35px;
	padding: 6px 0px 0px 10px;
	color: #fff;
	margin: 10px 0px 0px 0px;
}
p {
	padding: 5px 5px 5px 0;
	line-height: 18px;
}
a {
	color: #026DBF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
	
input {
	margin-right: 1em;
}

select {
	margin-right: 1em;
}
img {
	border: 0;
}
label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}
br {
	clear: left;
}

/* ID's */
#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	border-top: 3px solid #E4001B;
	background: #ECECEC;
}

#header {
	width: 800px;
	position: relative;
}
#footer {
	clear: both;
}
#footer a {

}
#sidebar {
	width: 200px;
	float: right;
	margin-right: 15px;
}
#sidebar p{
	color: #666;
	font-size: 11px;
}
#content {
	width: 550px;
	margin-left: 15px;
	float: left;
	margin-bottom: 10px;
}
#content ul {
	display: block;
	list-style-type: none;
	line-height: 18px;
} 
#content li{
	display: block;
	padding-left: 10px;
	background:  url('../media/images/arrow.jpg') center left no-repeat;
}
#content img {
	border: 1px solid #666666;
	padding: 2px;
}
#nav{
	width: 200px;
	display: block;
}	
#nav li{
	list-style-type: none;
	display: block;
	width: 200px;
	height: 22px;
	margin: 8px 0 0 2px;
	background: none;
}
#nav li a {
	text-decoration: none;
	position: relative;
	display: block;
	width: 195px;
	height: 20px;
	color: #DB001A;
	background: #000 url('../media/images/bg_nav.jpg') no-repeat;
	font-weight: 800;
	padding: 3px 0px 0px 4px;
	font-size: 16px;
	font-family: arial;
}
ul#nav li a:hover {
	color: #fff;
	background: none #FF0000;
}
#footer{
	background: url('../media/images/bg_footer.jpg') no-repeat;
	padding: 12px 0px 0px 30px;
	height: 27px;
	clear: both;
}
#footer ul li{
	display: inline;
	text-decoration: none;
	background: none;
}
#footer ul li a{
	color: #666;
	font-size: 10px;
	text-decoration: none;
	margin-right: 8px;
}	
#footer ul li a:hover{
	color: #fff;
	font-size: 10px;
}
#copyRight {
	margin: 0;
	padding: 0;
	text-align: center;
}
#copyRight p {
	font-size: 10px;
	color: #999999;
}
#galleryTable {
	margin-left: 0px;
}
#galleryTable td {
	padding: 5px;
}
#galleryTable td img {
	padding: 4px;
	border: 1px solid #999;
}
#submit {
	margin: 10px 0 10px 95px;
}
#capabilities {
	width: 275px;
	float: left;
}
#productSampling {
	width: 275px;
	float: left;
}
/* Classes */
.input_error {
	background-color: #ff5f5f;
}
.natm{
	padding-top: 15px;
	padding-right: 11px;
	float: right;
	
}
.rightalign {
	text-align: right;
	font-weight: bold;
}
.imageRight {
	float: right;
	margin: 5px 20px 0 0;
	text-align: center;
}