/*
Title:			Rockford WatchGuard
Description:	Brochure Type Website
Author:			Visualcode Limited
Date: 			Wednesday 18th January 2006.
Version:		1.0
*/



body {
	font-family: "Lucida Grande", helvetica, arial, verdana, sans-serif;
	color:#666;
	font-size:0.7em;
	margin:0;
	padding:0;
	background:#FFF;
	}

table, 
input, 
button, 
select, 
textarea {
	font-family: "Lucida Grande", helvetica, arial, verdana, sans-serif;
	color:#666;
	font-size:1em;
	}

div {
	padding:0;
	margin:0;
	}
	
a:link {
	color: #222;
	text-decoration: none;
}

a:visited {
	color: #222;
	text-decoration: none;
}

a:active {
	color: #A60000;
	text-decoration: none;
}

 a:hover {
	color: #A60000;
	text-decoration: none;
}
	
h1 {
	font-family: "helvetica", arial, verdana, sans-serif;
	font-size: 1.4em;
	color: #A60000;
	font-weight:normal;
	margin:0;
	padding:0;
	width:auto;
	padding-bottom:5px;
	margin-bottom:10px;
	}

h2 {
	font-family: "helvetica", arial, verdana, sans-serif;
	font-size: 1.2em;
	color: #C7C7C7;
	font-weight:bold;
	margin: 0;
	padding: 0;
	width: auto;
	font-style: normal;
}

h3 {
	font-family: "helvetica", arial, verdana, sans-serif;
	font-size: 1.2em;
	color: #C7C7C7;
	font-weight: normal;
	margin: 0;
	margin-top:15px;
	padding: 0;
	width: auto;
	font-style: normal;
}

small {
	color:#999;
	padding-top:5px;
	}

hr {
	border: none;
	border-top: 1px solid #B30000;
	height: 1px;
	margin: 8px auto;
	padding: 0;
	color:#FFF;
	}

/* Xinha Table Layout */

table {
	margin:0; 
	padding:0; 
	border-collapse:collapse; 
	border-spacing:0px;
	}

table td{
	border:1px solid #ebebeb;
	padding:5px;
	}

/* ______________________ Start Layout ______________________ */

#wrapper {
	width: 100%;
	margin:0px;
	padding:0px;
	text-align:center;
	}

#redTop {
	background:#FFF url(images/redtop2.gif) repeat-x;
	font-size:1px
	height:10px;
	width:100%;
	}

/*Logo Stuff*/


#LogoContainer {
	background:#FFF;
	height:78px;
	width:775px;
	margin:0 auto;
	padding-top:5px;
	
	}
	
#logo {
	padding:5px 0 5px 5px;
	width:150px;
	float:left;
	}
	
#logoTitle {
	float:left; 
	position:absolute;
	z-index:11;
	top:45px;
	left: middle;
	color:#023C4F;
	}
/*Login Stuff*/
#login {
	height:77px;
	width:580px;
	text-align:right;
	float:right;
	background:#FFF url(images/loginBackground.gif) no-repeat;
	}

#login h1 {
	font-family: "helvetica", arial, verdana, sans-serif;
	font-size: 1.3em;
	color: #A60000;
	font-weight:bold;
	margin:0;
	padding:0;
	width:auto;
	letter-spacing: 1px;
	margin-top:10px;
	}

#login form {
	margin-top:5px;
	margin:0;
	padding:0;
	padding-top:5px;
	}

#login label {
	float:left;
	margin-top:5px;
	margin-left:300px;
	font-size:80%;
	font-weight:bold;
	width:100px;
	text-align:left;
	}

#login label.arrow {
	background:url(images/arrow.gif) no-repeat;
	background-position: bottom right;
	}
#login input.input {
	margin-top:1px;
	background:url(images/loginImage.gif) no-repeat;
	border:0;
	width:140px;
	height:20px;
	text-align:right;
	padding-right:10px;
	padding-top:2px;
	}

#login input.button {
	margin-top:1px;
	background:url(images/login.gif) no-repeat;
	border:0;
	width:48px;
	height:18px;
	text-align:center;
	margin-right:3px;
	}

/*______________________ Navigation Stuff______________________ */

#NavContainer{
	border-top:#E7E7E7 solid 1px;
	border-bottom:#FFF solid 1px;
	background:#FFF url(images/topTile.gif) repeat-x;
	background-position:bottom;
	height:45px;
	text-align:center;
}
	
#Navigation {
	text-align:left;
	width:750px;
	margin:0 auto;
}

#Navigation a:link {
	color: #888 ;
	text-decoration: none;
}

#Navigation a:visited {
	color: #888;
	text-decoration: none;
}

#Navigation a:active {
	color: #A60000;
	text-decoration: none;
}

#Navigation a:hover {
	color: #A60000;
	text-decoration: none;
}

#Navigation ul {
	margin: 0;
	margin-top:13px;
	padding: 0;
	list-style:none;
	font-weight:bold;
	font-size:95%;
	position:relative;
}

#Navigation li {
	margin-left:0px;
	padding:0 5px 0 5px;
	list-style:none;
	display:inline;
	text-align:center; 
	display:block;
	width:115px;
	float:left;
	font-weight:bold;
	background:url(images/navBorder.gif) repeat-y;
	vertical-align:middle;
}

#Navigation li.home{
	background:transparent;
}

#Navigation a:hover,
#Navigation li:hover a,
#Navigation li.mnhover a {
	background: none !important;
}

#Navigation li ul {
	background: transparent url(images/navBackDrop.png) repeat-x;
	border:#CCC 1px solid;
	height: auto;
	left: -9999px;
	margin: 0px 0 0 0px;
	padding: 0px 0;
	position: absolute;
	z-index: 3;
}

#Navigation li ul li {
	text-align:left;
	border:none;
	}
	
#Navigation li:hover ul,
#Navigation li.mnhover ul {
	left: auto;
}

#Navigation li ul li,
#Navigation li ul li a {
	height: auto;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

#Navigation li ul li a {
	border: 1px #fff;
	border-style: none solid;
}

#Navigation li ul,
#Navigation li ul li {
	width: 160px;
}

#Navigation li:hover ul li a,
#Navigation li.mnhover ul li a,
#Navigation li ul li a {
	background: none;
	display: block;
	font-size: 1em;
	padding: 4px 10px 4px 10px;
	color: #888;
	border-bottom:#DFDFDF solid 1px;
}

#Navigation li li.mnhover,
#Navigation li li:hover {
	background: #7E0000 ;
}

#Navigation li ul li a:hover {
	color: #fff;
}

/*Banner Section*/

#bannerContainer {
	border-top:#E7E7E7 solid 1px;
	border-bottom:#E7E7E7 solid 1px;
	height:227px;
	}

#bannerPicture {
	background:#FFF url(images/bannerTile2.gif) repeat-x;
	text-align:center;
	height:225px;
	margin:0 auto;
	border-top:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
	}

#bannerPicture img {
	border-left:#FFF solid 1px;
	border-right:#FFF solid 1px;
	}
	
/* _______________ Body Stuff _______________ */

#bodyContainer {
	background:#FFF url(images/bodyBack.gif) no-repeat;
	background-position: top center;
	border-top:#FFF solid 1px;
	}

#bodyWrapper {
	border:#E7E7E7 solid 1px;
	background:#FFF;
	padding:0;
	width:740px;
	margin:0 auto;
	text-align:left;
	}

#Content {
	margin-top:20px;
	width:500px;
	padding:10px;
}

/* _______________ Second Tier Navigation _______________ */

#SecondTier {
	width:200px;
	padding:10px 5px 0px 12px;
	background:#FFF url(images/secondBack.gif) no-repeat;
	float:right;
	margin-top:0px;
}

#tierNav {
	padding:0;
	margin:0;
	background:#E7E7E7 url(images/tierBack.gif) repeat-x;
	border:#CCC solid 1px;
	
}

#tierNav ul {
	margin: 0;
	padding: 0;
	list-style:none;
	
	font-size:95%;
}

#tierNav ul li{
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
	border-left:#FFF solid 1px;
	padding:4px 0px 5px 25px;
	background:url(images/arrowSquare.gif) no-repeat;
	background-position: 2px 6px;
}

#tierNav ul li.top {
	background:url(images/tierNavtile.gif) repeat-x;
	border-top:#FFF solid 1px;
	color:#FFF;
	padding:5px;
	font-weight:bold;
	}

#search fieldset {
	background:url(images/tierNavtile.gif) repeat-x;
	padding:0;
	margin:0;
	border:#CCC solid 1px;
}

#search form {
	padding:0;
	margin:20px 0;
}

#search legend {
	background:#FFF;
	margin-left:10px;
	border:#B9B6AF solid 1px;
	font-weight:bold;
	font-size:85%;
}

#search input.search {
	padding:2px 3px;
	margin:5px 5px 8px 10px;
	border:#B9B6AF solid 1px;
	width:100px;
}

#search input.button {
	background:url(images/search.gif) no-repeat;
	border:0;
	width:48px;
	height:18px;
	text-align:center;
	margin: 0px 0 5px 10px;
	padding:0;
}

#info {
	margin:20px 0 25px 0;
	background:#E7E7E7 url(images/tierBack.gif) repeat-x;
	border:#CCC solid 1px;
	padding:O;
	}
	
#info h3 {
	color:#FFF;
	margin:0;
	padding:5px;
	background:#AD0000 url(images/tierNavtile.gif) repeat-x;
	font-size:0.95em;
	font-weight:bold;
	font-family: "Lucida Grande", helvetica, arial, verdana, sans-serif;
	border-top:#FFF solid 1px;
	border-right:#FFF solid 1px;
	border-left:#FFF solid 1px;
	}
	
#info p {
	padding:10px; 5px;
	border:#FFF solid 1px;
	margin:0;
	line-height:1.5em;
	}

/* ______________________ Product Thumbs ______________________ */

.PThumb {
	margin:0;
	padding:0;
	border:#A60000 solid 1px;
	margin-bottom:25px;
	}
	
.PThumb_title {
	background:#A60000; 
	padding:2px 5px;
	color:#FFF;
	font-weight:bold;
	height:18px;
	width:360px;
	float:left;
	border:#FFF solid 1px;
	}
	
.PThumb_quantity {
	color:#FFF;
	float:right;
	font-weight:normal;
	font-size:90%;
	width:130px;
	text-align:right;
	}

form.quantity {
	margin: 0;
	padding: 0;
	width:1px;
	text-align:right;
	}
	
label.quantity {
	margin:0;
	padding:5px 1px 0 1px;
	width: 10em;
	text-align: right;
	}

input.quantity {
	border:#CCC solid 1px;
	font-size:95%;
	}

.PThumb_price {
	background:#A60000; 
	padding:2px 10px;
	color:#FFF;
	float:right;
	height:18px;
	font-size:95%;
	font-weight:bold;
	width:100px;
	text-align:right;
	border:#FFF solid 1px;
	}

.PThumb_body {
	clear:left;
	border-top:#A60000 solid 1px;
	border-bottom:#A60000 solid 1px;
	padding:5px;
	}

.PThumb_body .clear{
	clear:left;
	}

.PThumb_thumb {
	width:120px;
	padding:0;
	text-align:center;
	float:left;
	/*z-index:10;
	position:absolute;*/
	}

.PThumb_thumb img {
	border:none;
	}
	

.PThumb_description {
	padding:0;
	margin-left:140px;
	width:330px;
	}


.PThumb_actions {
	background:#EFEFEF; 
	padding:3px 5px;
	text-align:right;
	border:#FFF solid 1px;
	clear:left;
	}

.PThumb_actions .button {
	background:#FFF url(images/submit.gif) repeat-x;
	padding:2px 5px ;
	font-weight:bold;
	font-size:85%;
	border-top: 1px solid #FFF;
	border-right: 1px solid #66685A;
 	border-bottom: 1px solid #66685A;
	border-left: 1px solid #FFF;
 	color:#FFF;
 	width:60px;
 	height:20px;
	}

.PThumb_actions .buy {
	background:#FFF url(images/submit_yellow.gif) repeat-x;
	padding:2px 5px ;
	font-weight:bold;
	font-size:85%;
	border-top: 1px solid #FFF;
	border-right: 1px solid #66685A;
 	border-bottom: 1px solid #66685A;
	border-left: 1px solid #FFF;
 	color:#FFF;
 	width:60px;
 	height:20px;
	}

.PThumb_actions .button a {
	font-weight:bold;
	color:#FFF;
	}

.PThumb_actions .buy a {
	font-weight:bold;
	color:#FFF;
	}

.PImage {
	border:#E5E0CF solid 1px;
	padding;0px;
	margin-top:0;
	margin-right:0;
	margin-left:10px
	margin-bottom:10px;
	}
	
	

/* ______________________ Footer ______________________ */

/* ______________________ Footer ______________________ */

#Footer {
	border-top:#E7E7E7 solid 1px;
	font-size:85%;
	font-weight:bold;
	clear:right;
	padding:10px;
	}

#footerWrapper {
	padding:3px 15px;
	border:#FFF solid 1px;
	}

#Design {
	width:28%;
	float:right;
	text-align:right;
	padding-right:0px;
	}

#Design a {
	color:#666;
	}

#Terms {
	width:68%;
	text-align:left;
	padding-left:0px;
	}

/* Details FORM */

form {
	margin:0;
	padding:0;
	}

form p {
	margin:0;
	padding:2px 0 2px 0 ;
	}

form  label {
	float: left;
	margin:0;
	padding:2px 1px 0 1px;
	width: 15em;
	text-align: left;
	font-size:95%;
	font-weight:normal;
	}

form input {
	margin:0;
	padding:2px 1px 0 1px;
	border:#CCC solid 1px;
	font-family: tahoma, arial, sans-serif;
	color:#333;
	}


form select {
	margin:0;
	padding:2px 1px 0 1px;
	border:#CCC solid 1px;
	font-family: tahoma, arial, sans-serif;
	color:#333;
	}

form textarea {
	margin:0;
	padding:2px 1px 0 1px;
	font-family: tahoma, arial, sans-serif;
	color:#333;
	border:#CCC solid 1px;
	width:22em;
	font-size:9pt;
	}	


form input.button {
	background:#FFF url(images/breaktile2.gif) repeat-x;
	padding: 1px 5px ;
	margin-left:10px;
	font-weight:bold;
	border-top: 1px solid #FFF;
	border-right: 1px solid #66685A;
 	border-bottom: 1px solid #66685A;
	border-left: 1px solid #FFF;
 	color:#666;
	}
