﻿
body {
	background: #373737;
	font-family: Arial;
	font-size: 12px;
    background-image:url('/assets/images/HSD Background Tile Darker.jpg');
    background-repeat:repeat;
}

img {border: 0;}

.wrapper {
	width: 900px;
	margin: 20px auto 20px;
	padding: 10px 20px 10px 20px;
	background: #FFFFFF;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;	
}

.content {
	float: right;
	width: 685px;
}

.header {
	height: 130px;
    border-bottom:solid 1px #c1c1c1;	
}

.logo {
	float: left;
	width: 380px;
	height: 120px;
	background: url(/assets/images/handsumlogo.jpg) no-repeat left top;
	display:inline;
}

a {
	text-decoration: none;
	color: #3397CB;
}

.topmenu {
	float: right;
}

.topmenu ul {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

.topmenu li {
	float: left;
}

.topmenu a {
	display: block;
	padding: 0px 15px 0px 15px;
	border-right: 1px solid #c1c1c1;
	text-decoration: none;
	color: #373737;
}


.topmenu a.last {
	border: none;
}

.topsubmenu {
	float:right; 
}

.topsubmenu ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

.topsubmenu li {
	float: left;
}

.topsubmenu a {
	display: block;
	padding: 0px 15px 0px 15px;
	border-right: 1px solid #c1c1c1;
	text-decoration: none;
}


.topsubmenu a.last {
	border: none;
}


.page {
	margin-top: 20px;
	margin-bottom: 20px;
    background: url(/assets/images/page_background.gif);
    background-repeat:repeat-y;
}

.watermark {
    background: url(/assets/images/page_watermark.jpg);
    background-position:center;
    background-repeat:no-repeat;
}

.sidebar {
	float: left;
	width: 200px;
}

.menu {
    padding-bottom:20px;
}

.menu ul {
	margin: 0px;
	padding: 10px 0px 0px 30px;
	list-style: none;
	line-height: normal;
}

.menu li {
	padding: 2px 0px;
}

.menu a {
	display: block;
	text-decoration: none;
	color: #3397CB;
}

a:hover{
    text-decoration:underline;
}


.footer {
    height: 60px;
	border-top: 1px solid #c1c1c1;
}

.payment {
	float: left;
	width:126px;
	height:26px;
	padding: 20px 18px;
}

.links {
	float: left;
	margin: 10px 0px 0px 50px;
}

.copyright {
  	margin: 15px 0px 0px 15px;
}

.headerText{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-weight:bold;
    font-size:18px;
}

.subHeaderText{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-weight:bold;
    font-size:14px;
}

.largeLink{
    font-weight:bold;
    font-size:16px;
}
.mediumLink{
    font-weight:bold;
    font-size:14px;
}

/* Basket */

.tableHeader{
    font-weight:bold;
    font-size:14px;
    padding-bottom:10px;
}

.info, .success, .warning, .error {
	border : 1px solid;
	margin : 10px 0;
	padding : 15px 10px 15px 50px;
	background-repeat : no-repeat;
	background-position : 10px 10px;
}

.info {
	color : #00529b;
	background-color : #ddd;
	background-image : url('/assets/images/info.png');
}

.success {
	color : #4f8a10;
	background-color : #ddd;
	background-image : url('/assets/images/success.png');
}

.warning {
	color : #9f6000 !important;
	background-color : #ddd;
	background-image : url('/assets/images/warning.png');
}

.error {
	color : #d8000c;
	background-color : #ddd;
	background-image : url('/assets/images/error.png');
}


