
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td,ul,ol,li {
	margin:0;padding:0;
	font-size: 100%;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	/*background: transparent;*/
}

ul,ol {
	list-style-type: none;
}

body {
	color: #FFF; 
	font: 75% Verdana,Arial,Helvetica,sans-serif;
	line-height: 1;
	line-height: 1.462;
	background: #000;
	padding: 30px;
}

/* General ============ */

img {
	display:block;
	border: none;
}
	img.left {
		float: left;
		margin: 4px 6px 0 0;
	}
	img.right {
		float: right;
		margin: 4px 0 0 6px;
	}

p {
	margin-bottom: 0.875em;
	
}
.xsmall {
	font-size: 0.875em;
}
.small {
	font-size: 0.916667em;
}
.larger {
	font-size: 1.25em;
}
.med {
	font-size: 1.333333em;font-weight:bold;
}
.large {
	font-size: 1.5em;font-weight:bold;
}

.narrow {
	letter-spacing: -1px;
}
.upper {
	text-transform: uppercase;
}
.lower {
}

.smallcaps {
	text-transform: lowercase;
	font-variant:small-caps;
}

.grey {
	color:#999999;
}

.center {
	text-align:center;
}
.justify {
	text-align: justify;
}
.tm {
 	margin-bottom: 0.1em !important;
}
.hm {
 	margin-bottom: 0.4375em !important;
}
.sm {
	margin-bottom:0.875em !important;
}
	td.sm,th.sm {
		padding-bottom: 0.875em !important;
	} 
.dm {
	margin-bottom: 1.5em !important;
}
	td.dm,th.dm {
		padding-bottom: 1.5em !important;
	} 
.qm {margin-bottom: 3em !important;}


h1 {
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.5em;
	color: #999;
	margin-bottom: 0.875em;
}

h2 {
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.33em;
	color: #999;
	margin-bottom: 0.875em;
}


table {
	border-collapse: collapse;
}

a:link,a:visited,a:focus,a:active {
	color: #FFF;
}
a:hover {
	text-decoration:none;
}


li.first {
	margin-left: 0 !important;
}
li.last,.nmr {
	margin-right: 0 !important;
}
p.last,.nm {
	margin-bottom: 0 !important;
}
td.last,th.last {
	padding-bottom: 0 !important;
}

.relative {
	position: relative;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}


/* search */

label {
	font-family:Arial, sans-serif;
	text-transform: uppercase;
	font-size: 0.916667em;
	color: #999;
}

input.text, select {
	text-transform: none;
}

input.btn {
	border: 1px solid #3d3d3d;
	background-color: #000;
	color: #999;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	padding: 5px 14px 4px;
	cursor: pointer;
}

/* adv Search */

input.search {
	width: 400px;
}



fieldset {
	float: left;
	border: 1px solid #333;
	padding: 16px;
	width: 256px;
	margin: 0 0 1em 0;
}

	fieldset legend {}

	fieldset select {
		width: 174px;
	}

	fieldset ol {
		list-style: none;
	}
	fieldset li {
		float: left;
		clear: left;
		width:100%;
		padding-bottom: 1em;
	}
	fieldset li.nopad {
		padding-bottom: 0;
	}
		fieldset li label {
			position: relative;
			float: left;
			width: 60px;
			margin-right: 12px;
			line-height: 0.875em;
		}
		
/* This file skins sliders */

.ui-slider { width: 256px; height: 16px; position: relative; background-repeat: no-repeat; background-position: center center; }
.ui-slider-handle { position: absolute; z-index: 1; height: 16px; width: 9px; top: 0px; left: 0px; background-image: url(/jquery/images/slider_handle.gif); cursor: pointer; }
.ui-slider-handle-active {  }
.ui-slider-disabled .ui-slider-handle { opacity: 0.5; filter: alpha(opacity=50); }
.ui-slider-range { position: absolute; background: #555; opacity: 0.3; filter: alpha(opacity=30); width: 100%; height: 100%; }

/* Default slider backgrounds */
.ui-slider { background-image: url(/jquery/images/slider_bg.gif); }
