@charset "utf-8";
* {
	margin:0;
	padding:5;
	font-size: 10pt;
	color: #333;
	text-decoration:none;
	border-radius: 2px 2px 2px 2px;
}

body {
	background-image: url(Images/Layout/bg.png);
	background-repeat: repeat-x;
	background-color: #F3F3F3;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
h2 {
	font-size: 12px;
	color: #FFF;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 16px;
	color: #900;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	color: #A80000;
}

img{
	border:0px;
}

#wrapper {
	position:relative;
	width:910px;
	height:inherit;
	margin:0 auto;
	background-color: #060;
}

#container {
	position:relative;
	width:920px;
	background-color: #FFF;
	height: auto;
	min-height:950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-x;
	filter: alpha(opacity=70, style=0);
	-moz-opacity: 70%;
	box-shadow: 0px 5px 5px #888888;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
}

#clear {
	clear:both;
	
/*-------------------------------- HEADER ----------------------------------------*/

}
#header {
	position:relative;
	width:900px;
	height:100px;
	float: left;
}
/*-------------------------------- Company Logo ----------------------------------------*/
#logo {
	width:850px;
	height:90px;
	background-repeat:no-repeat;
	position: relative;
	background-image: url('Images/Layout/ps_logo_red.png');
}
/*-------------------------------- Header Links ----------------------------------------*/

#header ul {
	position:relative;
	list-style:none;
	border-radius: 0px 0px 5px 20px;
	width:300px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	top: -100px;
	background-color: #000;
	line-height: 60px;
	left: 550px;
	height: 50px;
	color: #FFF;
	filter: alpha(opacity=70, style=0);
	-moz-opacity: 70%;
}
#header ul li {
	position:relative;
	float:left;
	list-style:none;
	width:auto;
	color: #FFF;
	line-height: 60px;
	display: block;
}
#header ul li a {
	font-size:16px;
	padding-right: 10px;
	color: #FFF;
	padding-left: 10px;
	background-image: url(Images/Layout/h_nav_bg.png);
	background-repeat: no-repeat;
	line-height: 60px;
	display: block;
}
#header ul a:hover {
	color: #FFF;
	background-color: #000;
	display: block;
	line-height: 60px;
	height: 50px;
}
#header a:link {
	color:#FFF;
	text-decoration:none
}
#header a:hover {
	color:#C00;
	text-decoration:none
}
#header a:active {
	color:#FFF;
	text-decoration:none
}
#header a:visited {
	color:#FFF;
	text-decoration:none
}

/*--------------------------- SEARCH FORM ------------------------------------*/
#form3	{
	position:relative;
	float:right;
	right: 10px;
	width: auto;
	height: auto;
	top: -30px;
}

/*--------------------------- NAVIGATION BAR ------------------------------------*/

#navbar {
	width:900px;
	height:40px;
	position: relative;
	float: left;
	border-radius: 0px 0px 3px 3px;
	background-image: url(Images/Layout/nav_bg.png);
}

#navbar ul {
	list-style:none;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#navbar ul li {
	position:relative;
	float:left;
	list-style:none;
	width:auto;
	color: #ffffff;
}

#navbar ul li a {
	text-decoration:none;
	display:block;
	color: #333333;
	background-image:url(Images/Layout/nav_bg_spacer.png);
	background-repeat: no-repeat;
	font-size: 16px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 40px;
	font-weight: lighter;
}
#navbar ul li a:hover {
	text-decoration:none;
	display:block;
	color: #000000;
	background-color: #ECECEC;
}
/*---------------------------- LEFT PANEL --------------------------------------------------*/
#leftPanel {
	width: 200px;
	float: left;
	position: relative;
	height: 700px;
	background-color: #F9F9F9;
	border: thin solid #DBDBDB;
	border-radius: 2px 2px 5px 2px;
	-moz-border-radius:2px 2px 5px 20px;
	text-indent: 10px;
	margin-top: 10px;
}

/*-------------------------------- Left Panel Links ----------------------------------------*/

#leftPanel ul {
	list-style:none;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	clear: both;
	padding: 0px;
	background-image:url(Images/Layout/lp_li_bg.png);
	width: 199px;
}
#leftPanel ul li {
	width:200px;
	position:relative;
	float:left;
	list-style:none;
}
#leftPanel ul li a {
	font-size:16px;
	float:left;
	width: 200px;
	display: block;
	text-indent: 10px;
	line-height: 30px;
	}
	
#leftPanel ul a:hover {
	color: #000000;
	background-color: #ECECEC;
}
#leftPanel a:link {
	color:#333;
	text-decoration:none
}
#leftPanel a:hover {
	color:#8C0000;
	text-decoration:none
}
#leftPanel a:active {
	color:#333;
	text-decoration:none
}
#leftPanel a:visited {
	color:#333;
	text-decoration:none
}

/*-------------------------------- Payment Image ----------------------------------------*/

#payment {
	background-image:url(Images/Layout/payment.png);
	background-repeat:no-repeat;
	float:right;
	position:relative;
	width:80px;
	height:81px;
	background-position:bottom;
	top: -30px;
}

/* --------------------------------- Vertical Spacer ------------------------------ */

#vSpacer {
	position:relative;
	width:0px;
	height:555px;
	float:left;
}

/* ----------------------------------- RIGHT PANEL ------------------------------ */

#rightPanel {
	float:left;
	position:relative;
	background-color:#FFF;
	width:511px;
	height:100%;
	min-height:700px;
	padding: 10px;
}

#rightPanelTitle {
	position:relative;
	float:left;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C00;
	width: 500px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#rightPanelSubTitle {
	position:relative;
	float:left;
	width:500px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background-color: #F9F9F9;
	border: 1px solid #CCC;
	padding: 5px;
}

#rightPanelTag {
	position:relative;
	float:left;
	width:500px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#C00;
	padding-top: 5px;
}

#navigationInfo {
	float:left;
	position:relative;
	width:500px;
	height:30px;
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
}

/*#advert {
	position:relative;
	float:left;
	width:450px;
	height:150px;
	border: thin solid #666;
	background-image: url(Images/Layout/advert.png);
}


/* --------------------------------------------Catagory Page------------------------------ */



#rightSide {
	width: 155px;
	float: left;
	position: relative;
	height: 690px;
	background-color: #F9F9F9;
	border: thin solid #DBDBDB;
	border-radius: 2px 2px 2px 5px;
	-moz-border-radius:2px 2px 20px 5px;
	padding: 5px;
	margin-top: 10px;
}


/* --------------------------------------------Catagory Page------------------------------ */


#catagoryInfoProducts {
	position:relative;
	float:left;
	width:500px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background-color: #F9F9F9;
	border: 1px solid #CCC;
	padding: 5px;
}

#catagoryPages {
	float:left;
	position:relative;
	width:500px;
	height:35px;
	background-color:#FFF;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
}



#catBox	{
	float:left;
	width:152px;
	height:auto;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}

#catIcon	{
	height: 100px;
	width: 145px;
	float: left;
}

#catName	{
	float: left;
	height: auto;
	width: 152px;
	background-color: #FFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
}



/* ----------------------------------Product Preview Page------------------------------ */
#productPreview {
	float:left;
	width:165px;
	height:190px;
	position:relative;
	background-color: #FFF;
	text-align: center;
	color: #FFF;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}

#productPreviewImage {
	width:165px;
	height:115px;
	background-position:center;
	background-repeat:no-repeat;
}

#productPreviewDescription {
	width:165px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#productPreviewPrice {
	width:165px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C00;
}
/* --------------------------------------------Product Page------------------------------ */

#productName {
	position:relative;
	float:left;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C00;
	width: 500px;
	padding: 5px;
}

#productCode {
	position:relative;
	float:left;
	width:500px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background-color: #F9F9F9;
	padding: 5px;
	border: 1px solid #CCC;
}

#productImage {
	position:relative;
	float:left;
	width:500px;
	height:260px;
}

#price {
	position:relative;
	float:left;
	width:auto;
	height:auto;
	background-color:#f9f9f9;
	border: 1px solid #CCC;
	margin-bottom: 5px;
}

#productPrice {
	position:relative;
	float:left;
	width:500px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	background-color: #F9F9F9;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#productSale {
	position:relative;
	float:left;
	width:500px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C00;
	background-color: #F9F9F9;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}

#info {
	position:relative;
	float:left;
	width:500px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background-color:#F9F9F9;
	padding: 5px;
	border: 1px solid #CCC;
}

/* -------------------------------------------- FOOTER ------------------------------ */
#footer {
	width:920px;
	height:44px;
	float:left;
	position:relative;
	background-color: #FFF;
	border-top-width: 0.5px;
	border-top-style: solid;
	border-top-color: #DBDBDB;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-right-color: #DBDBDB;
	border-bottom-color: #DBDBDB;
	border-left-color: #DBDBDB;
	left: -5px;
}	

#footer ul {
	position:relative;
	list-style:none;
	width:auto;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	top: 15px;
}
#footer ul li {
	position:relative;
	float:left;
	list-style:none;
	width:auto;
}
#footer ul li a {
	font-size:14px;
	padding-right: 5px;
}
#footer ul a:hover {
	color: #C00;
}
#footer a:link {
	color:#333;
	text-decoration:none
}
#footer a:hover {
	color:#C00;
	text-decoration:none
}
#footer a:active {
	color:#333;
	text-decoration:none
}
#footer a:visited {
	color:#333;
	text-decoration:none
}

#copyright {
	font-size:10px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	height:70px;
	position: relative;
	float: left;
	background-color: #FFFFFF;
	width: 920px;
	left: -5px;
	line-height: 30px;
	text-indent: 10px;
	box-shadow: 0px 5px 5px #888888;
}



/* -------------------------------------------- FORM ------------------------------ */

div.formfield input
{
	padding:1px;
	margin:0px;
	width: 450px;
}



div.formlabel 
{
	padding:0px 0px 0px 0px;
	border:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	width:140px;
	float:left;
	min-height:30px;
}


div.formfield 
{
	padding:0px;
	border:0px;
	margin:0px 0px;
	font-size:10px;
	margin-left:145px;
	min-height:25px;
}

