@charset "utf-8";
/* CSS Document 

==========SWATCHES==========

============================

----------------------------
General Styles
--------------------------*/

* {
	outline: none;
}

a {
	color:#084D89;
	text-decoration: none;}

hr {
	background-color: #D1D1D1;
	border:medium none;
	border-bottom: 1px solid #fff;
	height: 2px;}
	
.clear {
	clear:both;}
	
.padding {
	padding:15px;}
	
.details .padding {
	border-top:1px solid #ffffff;}

.specials img,
.details img {
	border-bottom: 1px solid #d1d1d1;
	width:100%;
	height:auto;}
	
.details .price {
	color:#cc0000;
	font:bold 24px Arial, Helvetica, sans-serif;}

span.required,
.highlight {
	color:#cc0000;}

.left {
	float:left;}
	
.right {
	float:right;}
	
p {
	font:normal 14px/20px Arial, Helvetica, sans-serif;
	color:#333333;
	margin-bottom:20px;}
	
h3 {
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#333;
	margin-bottom:20px;}
	
.image {
	margin-right:10px;
	min-height: 73px;}
	
.image img {
	border:1px solid #fff;
	box-shadow:0 0 5px #999;}

#loading {
	background: #CCC url(../images/ajax-loader.gif) no-repeat 50% 50%;
	border-radius: 10px;
	display: none;
	height: 30px;
	left: 50%;
	margin: -35px 0 0 -35px;
	padding: 20px;
	position: fixed;
	top: 50%;
	width: 30px;
	z-index: 200;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#overlay {
	background: #000;
	display: none;
	filter: alpha(opacity=60);
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
}

/*--------------------------
Forms
--------------------------*/

label {
	font:bold 18px Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	display:block}

label.error {
	color: #F00;
	font: 16px arial, helvetica, sans-serif;
	margin: 5px 0;
}

input,
textarea,
select {
	background: #EEE;
	padding:5px;
	border:1px solid #d4d4d4;
	border-radius:8px;
	color:#999999;
	font:normal 14px Arial, Helvetica, sans-serif;}

input,
textarea {
	width:99%;}

select {
	width:100%;}

input.button {
	width:100%;}

	
/*--------------------------
Header
--------------------------*/

.full-blue h2 {
	display:inline;}

.full-blue {
	background: #2c6799;
	background: -moz-linear-gradient(top, #2c6799 0%, #143159 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c6799), color-stop(100%,#143159));
	background: -webkit-linear-gradient(top, #2c6799 0%,#143159 100%);
	background: -o-linear-gradient(top, #2c6799 0%,#143159 100%);
	background: -ms-linear-gradient(top, #2c6799 0%,#143159 100%);
	background: linear-gradient(to bottom, #2c6799 0%,#143159 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c6799', endColorstr='#143159',GradientType=0 );
	color:#fff;
	font:bold 18px Arial, Helvetica, sans-serif;
	text-align:center;
	height:38px;
	padding-top:10px;
	width:100%;}
	
.full-blue #home {
	background:url(../images/home.png) no-repeat right;
	float:right;
	width:75px;
	text-indent:-9999px;
	padding-right:00px;
	margin-right:10px;
	height:23px;}

.full-blue a {
	color:#FFFFFF;}
	
.full-blue a:hover {
	text-decoration:underline;}

.full-blue #back {
	background:url(../images/back.png) no-repeat left;
	float:left;
	width:45px;
	padding-left:30px;
	text-align:left;
	margin-left:10px;
	height:23px;}
	
footer .full-blue {
	font:normal 14px Arial, Helvetica, sans-serif;
	height:34px;
	padding:14px 0;}
	
#logo {
	background: url(../images/thorp-logo2.jpg);
	text-indent:-9999px;
	display:block;
	margin:30px auto;
	width:320px;
	height:69px;}
	
/*--------------------------
nav
--------------------------*/

h2.full-black {
	background-image:url(../images/black-bg.jpg);
	color:#fff;
	font:bold 18px Arial, Helvetica, sans-serif;
	text-align:center;
	height:32px;
	padding-top:7px;
	width:100%;}

.content {
	background-color:#e6e6e6;
	box-shadow:0px 1px 5px #999;}

nav ul li a .arrow {
    background-image: url("../images/arrow.png");
    background-repeat: no-repeat;
    float: right;
    height: 20px;
		margin-top:-10px;
    position: absolute;
    right: 15px;
    top: 50%;
    width: 20px;}
	
nav ul li a {
	color:#333;
	font:bold 18px Arial, Helvetica, sans-serif;
	padding:10px 15px;
	border-bottom:1px solid #d1d1d1;
	position:relative;
	border-top:1px solid #ffffff;
	display:block;}

nav ul li a:hover h3 {
	color:#FFF;}

nav ul li a:hover .excluding {
	color:#FFF;}

nav ul li a:hover,
nav ul li a.active {
	background: #2c6799;
	background: -moz-linear-gradient(top, #2c6799 0%, #143159 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c6799), color-stop(100%,#143159));
	background: -webkit-linear-gradient(top, #2c6799 0%,#143159 100%);
	background: -o-linear-gradient(top, #2c6799 0%,#143159 100%);
	background: -ms-linear-gradient(top, #2c6799 0%,#143159 100%);
	background: linear-gradient(to bottom, #2c6799 0%,#143159 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c6799', endColorstr='#143159',GradientType=0 );
	color:#FFF;}

.button {
	background: #2c6799;
	background: -moz-linear-gradient(top, #2c6799 0%, #143159 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c6799), color-stop(100%,#143159));
	background: -webkit-linear-gradient(top, #2c6799 0%,#143159 100%);
	background: -o-linear-gradient(top, #2c6799 0%,#143159 100%);
	background: -ms-linear-gradient(top, #2c6799 0%,#143159 100%);
	background: linear-gradient(to bottom, #2c6799 0%,#143159 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c6799', endColorstr='#143159',GradientType=0 );
	border:1px solid #1a4b75;
	border-radius:5px;
	box-shadow:inset 1px 1px 0px #3e77a6;
	padding:10px;
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#FFF;
	display:block;
	text-align:center;}

nav ul li p {
	font:normal 14px/20px Arial, Helvetica, sans-serif;
	color:#333;
	display: none;
	margin-bottom:0;
	padding: 10px;}

nav ul li p a {
	background: none;
	border: 0;
	font:normal 14px/20px Arial, Helvetica, sans-serif;
	color:#084D89;
	padding: 0;
	display: inline;}

nav ul li p a:hover {
	background: none;
	color:#084D89;
	text-decoration: underline;}

/*--------------------------
Listings
--------------------------*/

.listings h3 {
	color:#084d89;
	margin:8px 0 12px 0;
	font:bold 18px Arial, Helvetica, sans-serif;
	}

.listings nav ul li a .arrow {
	margin-top:-16px;}

.listings .excluding {
	color:#333;
	font: 10px Arial, Helvetica, sans-serif;}

.full-grey {
	background-image:url(../images/filter-bg.jpg);
	color:#fff;
	font:bold 18px Arial, Helvetica, sans-serif;
	text-align:center;
	height:36px;
	padding-top:6px;
	width:100%;}

.full-grey form {
	display:block;
	background:url(../images/filter.png) no-repeat 5px center #fff;
	padding:5px 5px 3px 30px;
	border:1px solid #d4d4d4;
	border-radius:8px;
	margin:0 10px;}

#body .full-grey input {
	display:block;
	border:none;
	width:98%;
	padding:0;
	background: #FFF;}


/*--------------------------
footer
--------------------------*/

#desktop {
	color:#333333;
	font:bold 18px Arial, Helvetica, sans-serif;
	text-align:center;
	display:block;
	padding:20px 0;
	width:180px;
	margin:0 auto;}

#desktop a {
	color: #333;
}

footer a#desktop {
	color:#084d89;}

footer a#desktop:hover {
	text-decoration:underline;}

.button {
	cursor:pointer;}l
