
/* --------------------------------------------- */
/* Reset */
* {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #000;
}

/* --------------------------------------------- */
/* General */
body {
	background: url(../images/bggradient.jpg) repeat-x;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
}
#wrapper {
	margin: 0 auto;
	width: 763px;
}
.clear { 
	clear: both; 
}
p {
	margin-bottom: 10px;
	word-spacing: 1px;
	line-height: 19px;
}
p.last {
	margin-bottom: 0px;
}
h1 {
	font: 25px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

/* --------------------------------------------- */
/* Header */
#header {
	margin: 27px 0px 0px 0px;
	width: 729px; /* Haslayout Fix */
}
#header h1 {
	width: 343px;
	height: 61px;
	float: left;
	margin-left: 10px;
	display: inline;
}
#header h1 a {
	display: block;
	width: 550px;
	height: 100px;
	background: url(../images/logo.gif) no-repeat;
	text-indent: -9999px;
}
#header ul {
	float: right;
	margin: 40px 0px 0px 0px;
}
#header ul li {
	display: inline;
	float: left;
}
#header ul li#home a {
	background: url(../images/home.gif) no-repeat;
	width: 105px;
	height: 39px;
	display: block;
	text-indent: -9999px;
}
#header ul li#contact a {
	background: url(../images/contact.gif) no-repeat;
	width: 120px;
	height: 39px;
	display: block;
	text-indent: -9999px;
}
#header ul li#sitemap a {
	background: url(../images/sitemap.gif) no-repeat;
	width: 105px;
	height: 39px;
	display: block;
	text-indent: -9999px;
}

/* --------------------------------------------- */
/* Feature */
#feature {
	background: url(../images/feature.jpg) no-repeat;
	height: 242px;
	text-indent: -9999px;
}

/* --------------------------------------------- */
/* Navigation */
#articlesnav {
	width: 260px;
	float: left;
}
#articlesnav #leftads {
	
	padding: 10px;
	padding-left:0;
	margin:0;
	margin-bottom: 15px;
	}
#articlesnav ul {
	padding-bottom: 10px;
}
#articlesnav ul li {
	display: inline; /* ie haslayout issue */
}
#articlesnav ul li a {
	padding: 3px 3px 3px 3px;
	display: block;
	background: #fff;
	border: 1px solid #fff;
}
#articlesnav ul li a:hover {
	padding: 3px 3px;
	margin-right: -1px;
	display: block;
	border: 1px solid #FEE194;
	background: #FFF2D2;
}
#articlesnav ul li#activelink a {
	padding: 7px 7px;
	margin-right: -1px;
	display: block;
	border: 1px solid #FEE194;
	background: #FFF2D2;
}

/* --------------------------------------------- */
/* Content */
#content {
	border: 1px solid #5684FB;
	float: left;
	width: 444px;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	min-height:950px;
}
#content ul li#heading {
	margin-bottom: 10px;
	font-weight: bold;
}
#content ul li a {
	margin-bottom: 10px;
	display: block;
}
#content ul li a:hover {
	text-decoration: underline;
}
#content h1#welcome  {
	width: 363px;
	height: 30px;
	background: url(../images/h-welcome.gif) no-repeat;
	text-indent: -9999px;
}
#content h1#pirate  {
	width: 374px;
	height: 60px;
	background: url(../images/h-pirate.gif) no-repeat;
	text-indent: -9999px;
}
#content h1#padlock  {
	width: 374px;
	height: 25px;
	background: url(../images/h-padlock.gif) no-repeat;
	text-indent: -9999px;
}
#content h1#deadbolt  {
	width: 374px;
	height: 25px;
	background: url(../images/h-deadbolt.gif) no-repeat;
	text-indent: -9999px;
}
#content h1#safety  {
	width: 374px;
	height: 25px;
	background: url(../images/h-safety.gif) no-repeat;
	text-indent: -9999px;
}
#content h1#dec  {
	width: 403px;
	height: 25px;
	background: url(../images/h-dec.gif) no-repeat;
	text-indent: -9999px;
}
#content h1#mortise  {
	width: 408px;
	height: 47px;
	background: url(../images/h-mortise.gif) no-repeat;
	text-indent: -9999px;
}
#content h1#pin  {
	width: 408px;
	height: 25px;
	background: url(../images/h-pin.gif) no-repeat;
	text-indent: -9999px;
}
#content h1#cam  {
	width: 429px;
	height: 25px;
	background: url(../images/h-cam.gif) no-repeat;
	text-indent: -9999px;

}
#content h1#key  {
	width: 429px;
	height: 25px;
	background: url(../images/h-key.gif) no-repeat;
	text-indent: -9999px;
}
#content h1#sitemap  {
	width: 429px;
	height: 25px;
	background: url(../images/h-sitemap.gif) no-repeat;
	text-indent: -9999px;
}

/* --------------------------------------------- */
/* Footer */
#footer {
	clear: both;
	text-align: right;
	font-size: 10px;
	margin: 0px 10px 20px 0px;
}
