@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
}

#maincontainer{
	width: 943px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#topsection{
	margin-top:8px;
	padding-top:32px;
	background:url(images/head.jpg);
}


#logo {
	padding-left:57px;
	padding-bottom:15px;
}

#subhead {
	height:26px;
	background:url(images/head.jpg) bottom;
	clear:both;
}

#contentwrapper{
	float: left;
	width: 100%;
	
	margin-top:10px;
}

#contentcolumn{
	margin-right: 339px; /*Set right margin to RightColumnWidth*/
}

#content {
	min-height:288px;
	margin-right:10px;
}

#products{
	float: left;
	width: 339px; /*Width of right column*/
	margin-left: -339px; /*Set left margin to -(RightColumnWidth) */
	margin-top:10px;
	color: #404004;
	padding-bottom:50px;
	background:url(images/products.jpg) no-repeat;
}

#galleryPreview {
	float: left;
	width: 339px; /*Width of right column*/
	margin-left: -339px; /*Set left margin to -(RightColumnWidth) */
	margin-top:10px;
	color: #404004;
	padding-bottom:50px;
	height: 415px;
	background:url(/images/products.jpg) no-repeat;
}

#galleryPreview div {
	margin-left: 20px;
}
#galleryPreview img {
	vertical-align: middle;
}
#galleryPreview {
	font-size: 11pt;
}

#footer{
	clear: left;
	width: 100%;
}

#nav1 {
	float:right;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	margin-right:35px;
	margin-top:28px;
}

#industrial, #flameproof, #special {
	width:100%;
	padding-top:15px;
	clear:both;
}

.clear {
	clear:both;
}

#add1 {
	float:left;
	width: 73px;
}

#add2 {
	float:left;
	width: 77px;
}

#add3 {
	float:left;
	width: 128px;
}

#add4 {
	margin-left: 10px;
	float:left;
}
#add4 img {
	margin-left: 5px;
	text-align: middle;
	border: 0;
}	


#footer {
	padding-top:10px;
	height: 55px;
	background-image: url(images/footer_bgd.jpg);
	background-repeat: repeat-x;
}

#nav2 {
	text-align: center;
	font-size: 9px;
	text-transform: uppercase;
	color: #FFF;
}

#copy {
	text-align: center;
	font-size: 9px;
	color:#FFFFFF;
}
#copy a {
	color: #fff;
}

#address {
	clear:both;
	margin-top:30px;
	padding-top:30px;
	padding-left:20px;
	height: 97px;
	width: 563px;
	background: url(images/add_bgd.jpg) repeat-x;
}
/* Links */

#nav1 a {
	color: #FFF;
}
#nav1 a:link, #nav1 a:visited{
	text-decoration: none;
}
#nav1 a:focus, #nav1 a:hover, #nav1 a:active{
	text-decoration: underline;
}

#products a, #galleryPreview a {
	color: #404004;
}

#products a:link, #products a:visited, #galleryPreview a:link, #galleryPreview a:visited {
	text-decoration: underline;
}

#products a:focus, #products a:hover, #products a:active {
	text-decoration: none;
}

#galleryPreview a:focus, #galleryPreview a:hover, #galleryPreview a:active {
	text-decoration: none;
}


#nav2 a {
	color: #FFF;
}

#nav2 a:link, #nav2 a:visited{
	text-decoration: none;
}

#nav2 a:focus, #nav2 a:hover, #nav2 a:active{
	text-decoration: underline;
}
/* Presentation */
#topsection h1, #address h2 {
	display: none;
}

h1, h2, h3, ul, p {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none;
}

#products h2, #galleryPreview h2 {
	padding:5px 0 5px 20px;
	font-size: 18px;
	font-weight: normal;
	color: #e7e403;
}

#industrial img, #flameproof img, #special img {
	float:left;
	padding-left:20px;
	padding-right:10px;
}

#industrial h3, #flameproof h3, #special h3 {
	font-size: 10px;
	font-weight: normal;
}

#address img {
	float:left;
}

label {
	width:80px;
	float:left;
}

/* select, input, textarea {
	width:65%;
} */

.apply {
	width:70px;
}

#news .tweet {
		width: 490px;
}
	
.tweet .time {
	font-size: smaller;
	color: #999;
}
	

