/**** ARC - Property Style Sheet ****/
/**** Created by MITM Marketing ****/
/**** copyright 2008 ****/
/**** This Style Sheet can be used as a tool by those learning CSS, but please don't blantly steal ****/
/* ------------ General Body Styles ---------- */
* { margin: 0; padding: 0; }
body {
	font: 0.80em Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.6em;
	background: #1b3d95 url(../img/bck.jpg) repeat-x;
}
h2 {
	color: #1b3d95;
	font-size: 18px;
}
h3 {
	color: #1b3d95;
	font-size: 18px;
	margin: 8px 0;
}
p {
	margin-bottom: 8px;
}
ul li {
	list-style-image: url(../img/bullet.jpg);

}
ol li { margin-bottom: 10px; color: #1b3d95; font-weight: bold; }
a { color: #1b3d95; }
strong { color: #1b3d95; }
/* ------------ ids ------------ */
#container {
	position: absolute;
	left: 50%;
	width: 780px;
	margin-left: -390px;
}
#head {
	width: 780px;
	height: 214px;
	background: url(../img/head.jpg);
}
	#logolink {
			position: absolute;
			left: 20px;
			top: 10px;
		}
			#logolink a {
			display: block;
			width: 240px;
			height: 120px;
		}
			#logolink span { display: none; }
#nav {
	width: 770px;
	height: 59px;
	padding-left: 10px;
	background: url(../img/nav.jpg) no-repeat;
}
	#nav span { display: none; }
		#nav ul { 
			list-style: none;
		}
		#nav li {
			display: block;
			float: left;
		}
		#nav a {
			display: block;
			height: 38px;
		}
		#nav a.products {
				width: 124px;
				background: url(../img/nav/1.jpg);
			}
		#nav a.products:hover {
				background-position: 0% -38px;
			}
		#nav a.photo {
				width: 129px;
				background: url(../img/nav/2.jpg);
			}
		#nav a.photo:hover {
				background-position: 0% -38px;
			}
		#nav a.safety {
				width: 129px;
				background: url(../img/nav/3.jpg);
			}
		#nav a.safety:hover {
				background-position: 0% -38px;
			}
		#nav a.planning {
				width: 128px;
				background: url(../img/nav/4.jpg);
			}
		#nav a.planning:hover {
				background-position: 0% -38px;
			}
		#nav a.about {
				width: 130px;
				background: url(../img/nav/5.jpg);
			}
		#nav a.about:hover {
				background-position: 0% -38px;
			}
		#nav a.contact {
				width: 121px;
				background: url(../img/nav/6.jpg);
			}
		#nav a.contact:hover {
				background-position: 0% -38px;
			}
	#content {
		width: 764px;
		padding: 7px 8px 5px 10px;
		background: url(../img/c.jpg) repeat-y;
		float: left;
	}
		#content ul, ol { margin-left: 30px; margin-bottom: 8px; }
		#left {
			width: 610px;
			float: left;
		}
		#right {
			width: 143px;
			margin-left: 8px;
			float: left;
		}
		#long {
			clear: both;
		}
		.alphabet {
			width: 744px;
			margin: 8px 0;
			float: left;
		}
		.alphabet a.selected {
			color: #fafafa;
			background-color: #1b3d95;
			border-top: none;
			border-bottom: none;
			text-decoration: none;
		}
		.alphabet a{
			text-transform:capitalize;
			padding:2px 4px;
			font-weight:bold;
		}
		.alphabet a.disable{
			color:#ccc;
			border:1px solid #ccc;
		}
		.alphabet a.disable:hover{
			background:none;
			cursor:default;
		}
	#footer {
		clear: both;
		width: 780px;
		height: 64px;
		padding-top: 80px;
		color: #fff;
		text-align: center;
		line-height: 1.8em;
		background: url(../img/f.jpg) no-repeat;
	}
		#footer a { color: #fff; }
		
/* ------------ Custom ------------ */
.imgpush { margin-bottom: 8px; }
.teeny { font-size: .80em; }
.pushimg { margin-right: 8px; }
.margingallery { padding: 9px; }
.input {
	border: 1px solid #1b3d95;
	background-color: #1b3d95;
	padding: 2px;
	color: #fff;
}
.inputborder { border: 1px solid #1b3d95; }
.nostyle { 
	color: #000;
	font-weight: normal;
	}
.blueborder { border: 2px solid #1b3d95; }