html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, li, form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

.clear {
	clear: both;
}

p {
	line-height: 1.5em;
	margin-bottom: 1.3em;
}

hr {
	border-bottom: 0px Solid #FFF;
	border-right: 0px Solid #FFF;
	border-left: 0px Solid #FFF;
	border-top: 1px Dashed #CCC;
}

a {
	color: #1779c4;
	text-decoration: none;
}

html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	padding:0;
	margin:0;
	background-color: #003164; 
}

a img {
	border: none;
}

form {
	padding: 0;
	margin: 0;
}

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

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #0E5485;
	margin-bottom: 12px;
}

.error {
	background: #ffcccc url(../images/error.png) no-repeat 10px 8px;
	border: 1px Solid #FF0000;
	padding: 8px;
	font-weight: bold;
	padding: 8px 8px 8px 36px;
	margin-bottom: 12px;
}

.success {
	background: #ccffcc url(../images/success.png) no-repeat 10px 8px;
	border: 1px Solid #00ff00;
	padding: 8px;
	font-weight: bold;
	padding: 8px 8px 8px 36px;
	margin-bottom: 12px;
}

.note {
	background: #fff0d3 url(../images/note.png) no-repeat 10px 8px;
	border: 1px solid #cfaa5f;
	padding: 8px 8px 8px 36px;
	margin-bottom: 12px;
}


#container {
	width: 960px;
	margin: auto;
}

#header {
	position: relative;
	margin: 18px 0;
}

#logo {

}

#banner {
	position: absolute;
	top: 25px;
	right: 65px;
	background: #FFF;
}

#navigation {
	clear: both;
	background-color: #e0d2b8; 
	background-image: url(../images/button_back.png); 
	background-repeat: repeat-x;
	height: 40px;
}

#navigation a {
	float: left;
	padding: 12px 24px 0 24px;
	background-image: url(../images/button_line.png); 
	background-repeat: no-repeat;
	background-position: top right;
	height: 27px;
	font-weight: bold;
	color: #0C476F;
}

#body {
	clear: both;
	background-image: url(../images/body_back.gif); 
	background-repeat: repeat-y;
}

#column {
	position: relative;
	float: left;
	width: 232px;
	background: #f3f3f3;
}

.col_head {
	background: #71a8d0;
	padding: 10px 0 10px 12px;
	color: #FFF;
	font-weight: bold;
}

.col_body {
	padding: 12px;
	line-height: 1.5em;
}

#content {
	position: relative;
	background-image: url(../images/content_top.png); 
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #FFF;
	float: left;
	width: 698px;
	padding: 15px;
}

#home_main_image {
	position: relative;
	background-image: url(../images/home_back.jpg); 
	background-repeat: no-repeat;
	background-position: top left;
	width: 698px;
	height: 280px;
	margin-top: -6px;
}

#home_main_image a {
	position: absolute;
	left: 138px;
	top: 200px;
	width: 177px;
	height: 50px;
}

table.table {
	width: 100%;
	border-top: 1px Solid #CCC;
	border-left: 1px Solid #CCC;
	border-right: 1px Solid #999;
	border-bottom: 1px Solid #999;
	margin-bottom: 12px;
}

table.table th {
	background-image: url(../images/button_back.gif);
	padding: 4px;
	border-bottom: 1px Solid #999;
	border-right: 1px Solid #CCC;
}

table.table td {
	border-bottom: 1px Solid #CCC;
	border-right: 1px Solid #CCC;
	padding: 4px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#content h2 {
	border-bottom: 1px Solid #CCC;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

#shadow {
	background-image: url(/images/shadow.png); 
	background-repeat: repeat-y;
	background-position: top right;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	z-index: 1000;
}

small {
	font-size: 10px;
}

table#listings {
	width: 100%;
}

table#listings td {
	background-color: #CCC;
	width: 2%;
	text-align: center;
}

table.list {
	border-top: 1px Solid #CCC;
	border-left: 1px Solid #CCC;
	border-right: 1px Solid #999;
	border-bottom: 1px Solid #999;
	margin-bottom: 12px;
}

table.list th {
	background-image: url(../images/table_back.gif);
	padding: 4px;
	border-bottom: 1px Solid #999;
	border-right: 1px Solid #CCC;
}

table.list td {
	border-bottom: 1px Solid #CCC;
	border-right: 1px Solid #CCC;
	vertical-align: middle;
	padding: 6px;
}

#admin_categories {
	margin-right: -15px;
}

fieldset {
	border: 1px solid #ccc;
	margin-bottom: 15px;
}

#admin_categories fieldset {
	float: left;
	width: 45%;
	margin-right: 15px;
}

fieldset ul {
	list-style-type: none;
}

fieldset li {
	padding: 6px 0 3px 6px;
}

legend {
	font-weight: bold;
	color: #1779c4;
	padding: 0 6px 6px 6px;
}

.delete_icon {
	margin-top: 4px;
}

.padding {
	padding: 6px 12px;
}

#breadcrumb {
	padding: 0 0 18px 0;
}

#breadcrumb a {
	font-weight: bold;
	padding: 0 10px;
}

#threesteps {
	margin: 15px -24px 15px 0;
	background-image: url(../images/3steps.png);
	width: 695px;
	height: 153px;
	padding-top: 41px;
	line-height: 1.8em;
	font-weight: bold;
	color: #003164;
}

#threesteps #box_1, #box_2 {
	width: 191px;
	float: left;
	padding: 12px;
	margin-right: 24px;
}

#threesteps #box_3 {
	width: 191px;
	float: right;
	padding: 12px;
}

ul#bullets {
	padding: 0;
	margin: 0;
}

#bullets li {
	list-style-type: none;
	padding: 4px 6px;
	background: #FFF;
	margin: 6px 0;
	text-align: right;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#bullets li:hover {
	background: #71A8D0;
	color: #fff;
}

#bullets li:hover a {
	color: #fff;
}

.ui-tabs .ui-tabs-hide {
	display: none;
}

.tabs_container {
	margin-bottom: 15px;
}

.tabs {
	height:22px;
	color:#666;
	margin-right:2px;
	background:url(../images/tabs.png) left -66px;
}

.tabs ul {
	padding: 0;
	margin: 0;
}

.tabs ul li {
	float:left;
	line-height:22px;
	height:22px;
	color:#666;
	margin-right:2px;
	background:url(../images/tabs.png) left -44px;
	list-style: none;
	padding: 0;
	cursor:pointer;
}

.tabs ul li span {
	float: left;
	background:transparent url(../images/tabs.png) repeat scroll right -44px;
	cursor:pointer;
	font-weight:700;
	height:22px;
	line-height:22px;
	margin-left:3px;
	padding-left: 7px;
	padding-right:10px;
	color: #666;
}

.tabs ul li span:hover {
	background:transparent url(../images/tabs.png) repeat scroll right -22px;
}

.tabs ul li:hover {
	background:transparent url(../images/tabs.png) repeat scroll left -22px;
}

.tabs ul li.ui-state-active span {
	background:transparent url(../images/tabs.png) repeat scroll right 0px;
}

.tabs ul li.ui-state-active {
	background:transparent url(../images/tabs.png) repeat scroll left 0px;
}

.tabs ul li.disabled span {
	background:transparent url(../images/tabs.png) repeat scroll right -88px;
	cursor: default;
}

.tabs ul li.disabled {
	background:transparent url(../images/tabs.png) repeat scroll left -88px;
	cursor: default;
}

.tabs_content {
	clear: both;
	border-right: 1px solid #B8B8B8;
	border-left: 1px solid #B8B8B8;
	border-bottom: 1px solid #B8B8B8;
	padding: 15px;
}

fieldset {
	border: 1px Solid #CCC;
	padding: 3px 12px 12px 12px;
	margin-bottom: 12px;
}

legend {
	color: #084B8A;
	font-weight: bold;
}

.form_box {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #CCC;
}

.form_box:hover {
	background-color: #EDEDED;
}

.form_box label {
	display: block;
	padding-bottom: 5px;
}

.form_box textarea {
	width: 612px;
	height: 75px;
}

.error_icon {
	position: relative;
	top: 3px;
	right: 4px;
	background-image:url('/images/error.png');
	background-repeat: no-repeat;
	float: left;
	width: 16px;
	height: 16px;
}

input.jsError {
	border: 1px Solid #F16048;
}

select.jsError {
	border: 1px Solid #F16048;
}

textarea.jsError {
	border: 1px Solid #F16048;
}

span.jsError {
	margin-left: 6px;
	color: #FF0000;
}

table.table {
	border-top: 1px Solid #CCC;
	border-left: 1px Solid #CCC;
	border-right: 1px Solid #999;
	border-bottom: 1px Solid #999;
	margin-bottom: 12px;
}

table.table th {
	background-image: url('/images/button_back.gif');
	padding: 4px;
	border-bottom: 1px Solid #999;
	border-right: 1px Solid #CCC;
	font-weight: bold;
}

table.table td {
	border-bottom: 1px Solid #CCC;
	border-right: 1px Solid #CCC;
	padding: 12px;
}

#cart_total {
	font-size: 15px;
	color: #ff0000;
	float: right;
	padding: 12px 18px;
}



