/* -------------------------------------------------------------
	Tulsa Rig Iron, Inc.
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.0
	Date:			1 August 2006
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Re-defined Styles
	+ Custom Classes
		- Document Setup
		- Sidebar
		- Messaging
		- Body
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Re-defined Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body {
	background: #6a6a6a url(/images/bg_body.gif) no-repeat top center;
	font: normal 11px/1.5em Verdana, Helvetica, sans-serif;
	color: #4d4c4c;
	text-align: center;
}

body,
h1, h2, h3, h4, h5, h6,
ul, li,
p,
form, fieldset,
div {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0px;
}

a img {
	border: none;
}

a:link, a:visited {
	color: #ff6900;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

ul li {
	padding-left: 10px;
	position: relative;
	list-style-type: none;
	background: url(/images/icon_list.gif) no-repeat 0 6px;
}




/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#root {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

#index {
	width: 748px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #fff;
}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#body p,
#body ul,
#body ol {
	margin-bottom: 15px;
}



/*	Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
	width: 185px;
	float: left;
}

/* --- brand --- */

#brand, #brand a {
	width: 182px;
	height: 130px;
	background: url(/images/logo_tulsaRigIron.gif) no-repeat;
}

/* --- UI --- */

#ui {
	width: 100%;
	padding: 20px 0 50px 0;
	background: #b0b1b2;
}

#ui li {
	width: 170px;
	padding-left: 15px;
	background: url(/images/icon_listUI.gif) no-repeat 7px 12px;
}

#ui a:link, #ui a:visited,
#ui li.active li a:link, #ui li.active li a:visited {
	width: 151px;
	padding: 5px 0 5px 4px;
	color: #3d3e3e;
	display: block;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	border-top: 1px solid #8a8c8c;
}

#ui a:hover, #ui a:active,
#ui li.active a:link, #ui li.active a:visited,
#ui li.active li a:hover, #ui li.active li a:active {
	color: #c5693f;
}

#ui li.first a:link, #ui li.first a:visited {
	border-top: 0px;
}

#ui ul li {
	width: 155px;
	background-position: 7px 6px;
}

#ui ul a:link, #ui ul a:visited,
#ui li.active li a:link, #ui li.active li a:visited {
	width: 136px;
	border-top: 0px;
	padding-top: 0;
}

#ui li.active a:link, #ui li.active a:link {
}



/*	Messaging
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#messaging {
	width: 563px;
	height: 238px;
	float: left;
	background: url(/images/bg_messaging.gif) no-repeat;
	border-bottom: 2px solid #fc5c00;
}

#messaging h2.title {
	width: 314px;
	height: 12px;
	margin: 70px 18px 74px 0;
	float: right;
	background: url(/images/title_drillingSolutions.gif) no-repeat;
}

#messaging form {
	width: 433px;
	float: right;
	clear: both;
}

#messaging fieldset {
	height: 15px;
	margin-bottom: 13px;
}

#messaging select {
	width: 197px;
	margin: 0 7px 0 12px;
	float: left;
	font-size: 10px;
	color: #777;
	border: 1px solid #828282;
}

#messaging input {
	float: left;
}

#messaging label {
	width: 134px;
	margin-top: 3px;
	float: left;
}

.rental label {
	
}

.used label {
	
}



/*	Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*	Body: Content
- - - - - - - - - - - - - -  */

#body {
	width: 452px;
	min-height: 300px;
	padding: 20px 0 50px 33px;
	float: left;
}

#body h2 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 12px 0;
	padding: 0;
}


/* --- Sitemap --- */

.sitemapList {
	width: 49%;
	padding: 0;
	float: left;
}

.floatLeft {
	float: left;
	padding: 0 8px 8px 0;
}

.floatRight {
	float: right;
	padding: 0 0 8px 8px;
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	width: 100%;
	height: 42px;
	padding-top: 28px;
	clear: both;
	color: #afafaf;
	background: #797979;
}

#footer a:link, #footer a:visited {
	color: #afafaf;
}

#footer ul li {
	padding: 0;
	float: left;
}

#copyright {
	width: 480px;
	padding-left: 20px;
	float: left;
}

#copyright a {
	margin-left: 140px;
}

#siteCredit {
	width: 200px;
	padding-right: 20px;
	float: right;
	text-align: right;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.inputClass {
	border: 1px solid #999;
	font: normal 11px/1.4em Arial, Helvetica, sans-serif;
}

.required {
	color: #f00;
}





/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* http://www.access-board.gov/sec508/guide/1194.22.htm#(o) */
#skip {
	position: absolute;
	left: -9000em;
}

/* http://microformats.org/wiki/hcard */
.vcard {
	display: none;
}

.clearfix {
	width: 100%;
	height: 0;
	clear: both;
}