body {
	padding: 20px 0 0 0;
	background: #efefef;
}

.clear {
	clear: both;
}

#shadow {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 900px;
	background: #fff;
}
#basket {
	padding-left: 10px;
	padding-top: 10px;
}

#header {
	height: 90px;
	background: #103174 url('images/grippleLogo.png') no-repeat 20px 30px;
	width: 900px;
	margin: 0 0 10px 0;
}
#bar {
	font-size: small;
	color: #FFFFFF;
	background-color: #103174;
	text-align: right;
	padding-right: 30px;
	font-weight: bold;
	height: 18px;
	padding-top: 40px;
	width: 200px;
	float: right;
}
#bar a {
	color: #fff;
	text-decoration: none;
}
#bar a:hover {
	color: #ccc;
}
#bottom_shadow {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
}

#side-a {
	float: left;
	width: 160px;
}

#side-b {
	float: right;
	width: 200px;
	font-size: 10px;
}
#header h1 {
	display: none;
}

#container {
	clear: both;	
}

#content {
	float: left;
	width: 500px;
	padding: 5px;
}
#content2 {
	float: left;
	width: 550px;
	padding: 5px;
	background-color: #FFFFFF;
}

#footer {
	clear: both;
	text-align: center;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #0f3073;
	border-top: 1px dotted #666;
	padding: 5px 0 0 0;
	margin: 0 30px;
}
#footer a {
	color: #0f3073;
	text-decoration:none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#side-a ul {
	margin: 0px;
	padding: 0px;
}
#side-a ul a, #side-a ul a:visited {
	font-weight: bold;
	text-decoration:none;
	color: #a7a7a7;
}
#side-a ul a:hover {
	color: #5f5f5f;
}
#side-a li {
	list-style-type: none;
	padding-left: 10px;
	margin: 2px 0;
}
#side-a ul ul {
	
}
#side-a ul ul a{
	font-weight: bold;
	font-size: x-small;
}
#side-a ul ul li {
	margin: 4px 0;
}
h3 {
	margin: 0px;
	padding: 0px;
}
.left {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
#content th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #103174;
}
#content2 th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #103174;
	text-align: left;
}
.buy {
	font-weight: bold;
	color: #fff;
	background-color: #0E2B67;
	padding: 2px 5px;
	text-decoration:none;
}
.right {
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
}
#basket h4, h4.rightHeading {
	font-size: 16px;
	color: #103174;
	margin: 0 0 5px 0;
}

#basketT {
	border: thin solid #000000;
	margin-top:5px;
	margin-bottom:10px;
}
#basketT td {
	padding:2px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333333;
}
