/* CSS Document */

/* -----------------------------------------------------------
Generic Page Properties
----------------------------------------------------------- */

body {
	background-color:#fff;
	margin:0px;
	padding:0px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
}

/* -----------------------------------------------------------
Main Div's
----------------------------------------------------------- */

#wrapper {
	width:775px;
	background-color:#fff;
	margin: 0px auto;
}

/* Top Navigation Icons */

#nav_icons {
	width:775px;
	background-color:#2c588d;
	text-align:right;
	padding:5px 0px;
}

#nav_icons a {
	color:#fff;
	text-decoration:none;
	padding:0px 5px;
}

#nav_icons a:hover {
	color:#fff;
	text-decoration:underline;
	padding:0px 5px;
}

#nav_icons img {
	border-left:1px dashed #7eb4ff;
	padding-left:10px;
}

/* Main Header */

#header {
	width:100%;
	height:139px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	background-color:#006ebd;
}

#logo {
	width:173px;
	float:left;
}

#logo img {
	border:0px;
}

#navigation {
	width:444px;
	float:left;
}

#navigation img {
	border:0px;
}

#login {
	width:158px;
	height:139px;
	float:right;
}

#login a {
	color:#fff;
	text-decoration:underline;
	padding-left:16px;
}

#login a:hover {
	color:#fff;
	text-decoration:none;
	padding-left:16px;
}

.login_form {
	margin-left:16px;
	margin-bottom:2px;
	width:130px;
	color:#000;
	border:1px solid #7f9db9;
	font-size:11px;
	padding:2px;
}

.login_button {
	padding:4px 10px 0px 0px;
	float:right;
}

#login p {
	float:right;
	padding:0px 10px 0px 0px;
	margin:0px;
	font-size:10px;
}

/* 3 Columns */

#leftside {
	float: left;
	width: 194px;
	/*border-right:1px solid #000;*/
	background-color:#fff;
	margin:0px;
	padding:0px;
	/*height:572px;*/
}

#rightside {
	float: right;
	width: 142px;
	background-color:#fff;
	/*height:572px;*/
	margin:0px;
	padding:0px;
}

#homecontent { 
	float: left;
	width: 437px;
	background-color:#fff;
	border-left: 1px solid #000;
	border-right:1px solid #000;
	margin:0px;
	padding:0px;
}

#content { 
	float: left;
	width: 437px;
	background-color:#fff;
	border-left: 1px solid #000;
	border-right:1px solid #000;
	border-top:1px solid #000;
	margin:0px;
	padding:0px;
}

#container {
	width:581px;
	background-color:#fff;
	float:right;
}

#welcome {
	width:581px;
	height:238px;
	background-image:url(../images/welcome_bg.jpg);
	background-color:#609cd7;
}

#welcome_text {
	width:420px;
	float:right;
	margin-top:20px;
	margin-right:10px;
}

#welcome_text p{
	color:#fff;
}


/* Footer */

#footer {
	clear: both;
	background: #fff;
	background-image:url(../images/footer_bg.gif);
	width:775px;
	margin:0px auto;
	text-align:right;
}

#footer p {
	padding:8px 0px;
	color:#b3b3b3;
}

#footer p a {
	color:#b3b3b3;
	text-decoration:none;
}

#footer p a:hover{
	color:#000;
	text-decoration:underline;
}

/* Left Side Only */

#search {
	background-image:url(../images/search_bg.jpg);
	height:238px;
	color:#fff;
}

.search_form {
	margin-left:16px;
	margin-bottom:6px;
	width:150px;
	color:#000;
	border:1px solid #7f9db9;
	font-size:11px;
	padding:2px;
}

#sidenav {
	font-weight:bold;
	width: 194px;
}

#sidenav li {
	overflow: hidden;
	list-style-position: outside;
	margin-left: -40px;
	padding-left:20px;
	padding-bottom:5px;
}
   
#sidenav li a {
    background: white url(../images/arrow.gif) 0px 0px no-repeat;
    padding-left: 18px;
	color:#81a905;
	list-style-position: inside;
	text-decoration:none;
}
	
#sidenav li a:hover {
	color:#81a905;
	text-decoration:underline;
}


/* -----------------------------------------------------------
Type
----------------------------------------------------------- */

.textheaders {
	padding: 14px 10px 5px 10px;
}

p {
	padding: 7px 10px 7px 10px;
	margin:0px;
	line-height:14px;
	font-size:11px;
	color:#9d9d9d;
}

h1 {
	color:#5490cf;
	font-size:14px;
	font-weight:bold;
	padding: 10px 10px 0px 10px;
	margin:0px;
}

h2 {
	color:#5490cf;
	font-size:18px;
	font-weight:bold;
	padding: 10px 10px 0px 10px;
	margin:0px;
}

p a {
	color:#3f5a8a;
	text-decoration:underline;
}

p a:hover {
	color:#3f5a8a;
	text-decoration:none;
}

/* -----------------------------------------------------------
Mini Basket Table
----------------------------------------------------------- */

.basket_table {
	background-color:#fff;
	margin:0px auto 20px auto;
	text-align:left;
	color:#000;
}

.basket_table {
}

.basket_table tr,th,td {
	padding: 2px;
}

.basket_table th {
}

.basket_buttons {
	float:right;
	padding:0px 10px 3px 0px;
}

/* -----------------------------------------------------------
Product Layout
----------------------------------------------------------- */

.leftproduct {
	border-top:5px solid #eaeaea;
	width:190px;
	float:left;
	padding:8px;
	margin-left:5px;
	margin-bottom:10px;
	color:#b3b3b3;
	height:180px;
}

.leftproduct span {
	color:#5490cf;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
}

.rightproduct {
	border-top:5px solid #eaeaea;
	width:190px;
	float:right;
	padding:8px;
	margin-right:5px;
	margin-bottom:10px;
	color:#b3b3b3;
	height:180px;
}

.rightproduct span {
	color:#5490cf;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
}

.rightproduct p {
	padding: 0px 0px 18px 0px;
	margin:0px;
	line-height:12px;
	font-size:10px;
	color:#9d9d9d;
}

.product {
	float:left;
	border:1px solid #646464;
	padding:2px;
	margin-right:5px;
}

.large_product {
	border:1px solid #646464;
	padding:2px;
}

#back {
	text-align:left;
	margin:10px;
}

#thumbnails {
	text-align:left;
	margin: 0px 10px 10px 10px;
	clear:left;
	color:#b3b3b3;
}

#thumbnails img{
	border:1px solid #646464;
	padding:2px;
	margin: 10px 8px 10px 0px;
}

.leftproduct2 {
	border-top:5px solid #eaeaea;
	width:190px;
	float:left;
	padding:8px;
	margin-left:5px;
	margin-bottom:10px;
	color:#b3b3b3;
}

.leftproduct span {
	color:#5490cf;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
}

.rightproduct2 {
	border-top:5px solid #eaeaea;
	width:190px;
	float:right;
	padding:8px;
	margin-right:5px;
	margin-bottom:10px;
	color:#b3b3b3;
}

/* -----------------------------------------------------------
Basket Page Tables
----------------------------------------------------------- */

.forms {
	width:180px;
	color:#333;
}

.onlineforms {
	width:220px;
	margin-bottom:2px;
	margin-left:10px;
	color:#333;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

/* Outter */

.basket_table_outter {
	width:417px;
	background-color:#fff;
	margin:10px 0px 20px 10px;
	border: 1px solid #e5e4e4;
	text-align:left;
	color:#000;
}

.basket_table_outter td {
}

.basket_table_outter tr,th,td {
	padding: 4px;
}

.basket_table_outter th {
	background-color:#3e598a;
	color:#fff;
	background-image:url(../images/th.gif);
}

.basket_table_outter tr.odd {
	background-color: #f1f1f1;
}

/* Inner */

.basket_table_inner {
	width:370px;
	background-color:#fff;
	margin:15px auto 5px auto;
	border: 1px solid #e5e4e4;
	text-align:left;
	color:#000;
	font-size:0.9em;
}

.basket_table_inner td {
	border-left: 1px solid #dadada;
}

.basket_table_inner tr,th,td {
	padding: 4px;
}

.basket_table_inner th {
	background-color:#3e598a;
	color:#fff;
	background-image:url(../images/th.gif);
}

.basket_table_inner tr.odd {
	background-color: #f1f1f1;
}

.basket_table_inner tr:hover, tr.odd:hover {
	background-color: #fffbdb;
	color: #000;
}

.total_text {
	font-weight:bold;
	color:#cc0000;
	font-size:11px;
}

/* -----------------------------------------------------------
Basket Page Tables
----------------------------------------------------------- */

#rightside li {
	overflow: hidden;
	list-style-position: outside;
	margin-left: -40px;
	padding-left:20px;
	padding-bottom:5px;
	font-weight:bold;
}
   
#rightside li a {
    background: white url(../images/arrow.gif) 0px 0px no-repeat;
    padding-left: 18px;
	color:#81a905;
	list-style-position: inside;
	text-decoration:none;
}
	
#rightside li a:hover {
	color:#81a905;
	text-decoration:underline;
}

.form_table {
	color:#9d9d9d;
}

.button {
	background-color:#0072bf;
	color:#fff;
	padding:1px;
	border:1px solid #29588c;
	margin-left:10px;
}