*{
margin:0;
padding:0;
}
body {
font-size:12px;
font-family: Tahoma,Arial,Helvetica,sans-serif;
background:#F0F8FC url(images/bg.gif) repeat-x fixed;
color:#FFFFFF;
}
#wrapper {
width:960px;
margin: 0 auto;
}
a {
text-decoration:none;
color:#fff;
}
a:hover {
color:#801517;
}
a:active
{
outline: none;
}
a:focus
{
-moz-outline-style: none;
}
p {
line-height:20px;
margin:0 0 10px 0px;
font-weight:normal;
font-size:12px;
}
li {
line-height:20px;
margin-bottom:10px;
list-style:none;
}
h1 {
font-weight:normal;
font-size: 18px;
margin:0px 0 10px 0px; }
h2 {
font-weight:normal;
font-size: 16px;
font-weight:bold;
margin:0px 0 10px 0px;
color:#006699; }
h3 {
font-weight:normal;
font-size: 14px;
font-weight:bold;
margin:0px 0 10px 0px;
color:#006699 }
img{border:none;}


/* ---------------------------- Header ---------------------------- */
#header {
height:140px;
width:960px;
}
	#logo {
	width:270px;
	height:105px;
	float:left;
	}
		#logo h1 {
		background:url(images/lockfiler.jpg) no-repeat 0 0;
		text-indent:-9000px;
		width:265px;
		height:105px;
		}
			#logo h1 a{
			display:block;
			height:105px;
			}
	#headerRight {
	width:590px;
	height:45px;
	float:right;
	padding:60px 0 0 100px;
	}
		#headerRight li{
		display:block;
		float:left;
		margin-left:10px;
		}
		#headerRight li#addthis{
		background:url(images/addthis.gif) no-repeat 0 0;
		width:130px;
		height:21px;
		padding:4px 0 0 30px;
		}
	#mainNav {
	background:url(images/menu.png) no-repeat 0 0;
	width:940px;
	height:35px;
	clear:both;
	font-size:13px;
	font-weight:bold;
	padding-left:20px;
	position: relative;
	}
		#mainNav li{
		background: url("images/menuSep.gif") no-repeat right top;
		float:left;
		height:35px;
		position: relative;
		}
			#mainNav li a{
			display:block;
			padding:9px 8px 14px;
			}
			#mainNav li a:hover{
			background: url("images/menuOver.gif") repeat-x 0 0;
			display:block;
			padding:9px 8px 14px;
			color:#FFFFFF;
			}
			#mainNav li input {
			background: url(images/grad.gif) repeat-x 0 0;
			border:1px solid #454545;
			font-size:11px;
			font-family:Arial,Helvetica,sans-serif;
			}
/* ---------------------------- MainContent ---------------------------- */
#mainContent {
background-color:#fff;
width:958px;
border-left:1px solid #6D6D6D;
border-right:1px solid #6D6D6D;
color:#000000;
overflow:hidden;
}
	#mainContent a{
	color:#2850BA
	}
	#banner {
	background:url(images/banner.jpg) no-repeat left top;
	width:958px;
	height:130px;
	}
	#leftSidebar {
	width:250px;
	min-height:250px;
	height:auto !important;
	height:250px;
	float:left;
	margin:15px 38px 0 10px;
	}
		#leftSidebar .widget {
		border-bottom:1px solid #CCCCCC;
		margin-bottom:15px;
		}
		#leftSidebar .widget p{
		font-size:11px;
		width:180px;
		margin-left:35px;
		}
		#leftSidebar .widget h3{
		font-weight:bold;
		font-size:13px;
		margin-left:35px;
		margin-bottom:5px;
		}
		#leftSidebar .widget h2{
		background:url(images/sideHeader.gif) no-repeat 0 0;
		width:220px;
		height:19px;
		color:#FFFFFF;
		padding:3px 15px;
		margin-bottom:20px;
		font-size:14px;
		}
		#leftSidebar .widget a{
		color:#006699;
		}
	#rightSidebar {
	width:650px;
	min-height:400px;
	height:auto !important;
	height:400px;
	margin:15px 10px 30px 0;
	float:right
	}
		#rightSidebar img {
		float:left;
		margin:0 10px 15px 0;
		}
		#rightSidebar #breadcrumbs {
		background:url(images/rightSideHeader.gif) no-repeat 0 0;
		width:620px;
		height:19px;
		color:#FFFFFF;
		padding:3px 15px;
		font-size:14px;
		}
		#contactForm {
		margin-left:115px;
		}
			#contactForm li {
			clear:both;
			width:420px;
			height:20px;
			margin-bottom:15px;
			}
				#contactForm li label{
				width:150px;
				float:left;
				line-height:15px;
				}
				#contactForm li input, textarea{
				width:250px;
				float:right;
				}
				#contactForm li textarea{
				margin-bottom:20px;
				}
			#contactForm .submit {
			clear:both;
			margin-left:345px;
			height:25px;
			}

		#orderForm {

		}
			#orderForm li {
			margin-bottom:10px;
			}
				#orderForm li.rightLi {
				float:right;
				}
				#orderForm li.leftLi {
				float:left;
				}
				#orderForm li label{
				width:200px;
				display:block;
				line-height:15px;
				}
				#orderForm li input{
				width:300px;
				padding:2px;
				}
				#orderForm li textarea{
				margin-bottom:20px;
				width:650px;
				}
			#orderForm .submit {
			clear:both;
			margin-left:0px;
			height:25px;
			}
		ol li{
		border-bottom:1px solid #999999;
		margin-bottom:5px;
		width:640px;
		font-weight:bold
		}
			ol li a:hover{
			text-decoration:underline;
			}


/* ---------------------------- Footer ---------------------------- */
#footer {
background:url(images/footer.png) no-repeat left bottom;
height:70px;
width:960px;
font-size:11px;
color:#999999;
clear:both;
text-align:center;
}
#footer a {
text-decoration:none;
color:#999999;
border-bottom:1px dotted #CCCCCC;
}

/* ------ Search box ---- */
.src {
	padding: 3px; margin:7px 0 0 50px; width: 200px; font-weight: bold;
}

.error {
	background-color: #EABABA;
	padding:2px;
	width:300px;
	margin:0;
}
