﻿* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  font-size: 13px;
}
.clear {
  width: 100%;
  clear: both;
}

textarea
{

  font-family: Arial, Tahoma, Helvetica, sans-serif;
  font-size: 13px;
}

.error
{
	color:red;
	margin-top:10px;	
	margin-bottom:10px;	
}

#wrap {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
#header {
  width: 960px;
  height: 110px;
  margin-top: 20px;
  color:#ffffff;
}

#header img#logo 
{
  position:absolute;
  width: 250px;
  height: 100px;
  border: none;
  float: left;
}

#header #headerMenu
{
	float:right;
	width:710px;
	height:100px;
	background-image:url(/images/bg_header.png);	
}

#header #headerMenu #name
{
	font-size:40px;
	font-weight:normal;
	float:right;
	margin-top:10px;
	margin-right:15px;
}

#header #headerMenu #name span
{
	color:#0e76bc;
}
	

#header ul
{
	margin-top:73px;
	margin-left:200px;
}

#header ul li
{
	display:inline;
	margin-left:10px;
}
#header ul li.first
{
	margin-left:0px;
}

#header ul li a
{
	color:#ffffff;
	text-decoration:none;
	font-size:110%;
}

#header ul li a:hover, #header ul li a.selected
{
	color:#feba12;
}


.menu
{
	width:180px;
	float:left;	
}

.menu ul
{
	width:170px;
	margin-left:10px;	
	list-style-type:none;

}

.menu li a
{
	color:#ffffff;
	text-decoration:none;
	font-size:110%;
}

.menu ul li
{
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(/images/blue_right.gif);
	background-position:10px 10px;
	background-color:#0072bc;
	background-repeat:no-repeat;
	border-top: 1px solid #ffffff;
}

.menu .pad
{
	margin-left:25px;	
}


.menu ul li.selected
{
	background-image:url(/images/orange_down.gif);
	background-color:#fcb040;
	padding-bottom:0px;
	border:0;
}

.menu .searchFields
{
	margin-top:5px;
	background-color: #0072bc;
	color:#ffffff;
	padding:10px;
} 

.menu .searchFields input, .menu .searchFields select
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	margin-top:5px;	
	margin-bottom:5px;	
}

.menu .loggedIn
{
	text-align:center;	
	margin-top:25px;
}

#content
{
	float:left;
	width:760px;
	margin-left:20px;
}

h1
{
	color:#0e76bc;
	font-size:25px;
	font-weight:normal;
	margin-top:0px;
	padding:0;
	margin-bottom:10px;
}

h2
{
	color:#0e76bc;
	font-size:20px;
	font-weight:normal;
	margin-bottom:10px;
}

h3
{
	color:#0e76bc;
	font-size:18px;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:10px;
}

h4
{
	font-size:14px;
	color:#0e76bc;
	font-weight:bold;
	margin-bottom:5px;
}

p
{
	color:#6d6e71;	
	margin-bottom:10px;
}

a
{
	color:#0e76bc;	
}

a:hover
{
	color:#f7941e;	
}

table
{
	width:760px;
	margin:0;
	padding:0;
}

table th
{
	background-color:#0072bc;
	color:#ffffff;
	border-right:solid 1px #ffffff;
	padding:5px;
}

table td
{
	padding:5px;	
	color:#6d6e71;
}

table tr
{
	background-color:#f3f3f4;
}

table tr.alternative
{
	background-color:#d1d2d4;
}

.moveOver
{
	margin-left:60px;	
}

.button
{
	background-color:#ffffff;
	color:#0e76bc;
	padding-left:5px;
	padding-right:5px;
	cursor:pointer;
}

.categories
{
	color:#0e76bc;
	list-style-type:none;
}

.categories li
{
	padding-left:20px;
	line-height:30px;
}

.categories .header
{
	color:#0e76bc;
	background-image: url('/images/arrow_up.gif');
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:underline;
	padding-left:15px;
	cursor:pointer;
}

.categories .headerOpen
{
	color:#0e76bc;
	background-image: url('/images/arrow_down.gif');
	background-position:left;
	background-repeat:no-repeat;
	text-decoration:underline;
	padding-left:15px;
	cursor:pointer;
}

.categories .subCategories
{
	padding-left:20px;
}

.categories .subCategories ul
{	
	list-style-type:none;	
}

.cart
{
	width:160px;
}

.cart td
{
	color:#000000;
}

.cart td a
{
	color:#0072bc;
	text-decoration:underline;
	font-size:12px;
}

.cartContent
{
	margin-top:5px;
	background-color: #0072bc;
	color:#ffffff;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
} 
