/* XRimz.com Website

Author: Bill Poff, Christina Reeser
Site design: Icons, Inc
Date Created: 8/1/2008
Copyright: Icons, Inc. All rights reserved. */

/* ---------->>> GLOBAL <<<-----------*/

* { margin: 0; padding: 0; }

body {
	background: #fff;
	color:#101010;
 	font: 14px/1.4 Arial, Helvetica, sans-serif;
   }

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { 
	padding:0;
	margin:0; 
	}

li, dd { margin-left:5%; }

a { color: #2F3F58; }

a:hover { text-decoration: underline; color: #600;}

/* ---------->>> DIVS <<<-----------*/

#wrapper { 
 margin: 0 auto;
 width: 900px;
}

#header {
 width: 900px;
 height: 98px;
 background-color: #525252;
}

#extra{
	display:none;
}

#photobar {
 width: 900px;
 height: 225px;
 background-color: #444;
 margin: -20px -40px 10px -40px;
}

#nav { 
 background: #A9BCC2 url(images/xrimz_com/nav_bg.gif) top left repeat-x;
 color: #000;
 width: 900px;
 height: 21px;
 border-top: 1px solid #000;
 border-bottom: 1px solid #000;
 padding-top: 5px;
 text-align: center;
}

#content { 
 margin: 20px 40px;
}
 
#leftcol { 
 color: #121212;
 padding: 0px;
 float: left;
 width: 200px;
 border-right: 1px solid #600;
 margin-right: 20px;
 margin-bottom: 20px;
}

#footer { 
 clear: both;
 color: #666;
 text-align: center;
 font-size: .9em;
 padding-top: 20px;
 margin-top: 20px;
 line-height: 1.2em;
 border-top: 1px solid #ccc;
}

/*Product Display*/

table#product	{
	border: solid 1px #ccc;
	margin-top: 10px;
}
table#product td	{
	border: solid 1px #ccc;
	padding: 5px;
	text-align: center;
	width: 170px;
}

table#product td a,
table#product td a:link,
table#product td a:visited	{
	background-color: transparent;
	color: #000;
	font: bold 13px/1.4 Tahoma, arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

table#product td a:hover,
table#product td a:active	{
	background-color: transparent;
	color: #f00;
	font: bold 13px/1.4 Tahoma, arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
	
/* ---------->>> TEXT Tags <<<-----------*/

h1 { }

	#header h1 {
	padding: 0;
	height:98px; /* height of logo */
	width:319px; /* width of logo */
	background: #fff url(images/xrimz_com/rimz_logo.gif) top left no-repeat;
	text-indent:-9000px;
	float: left;
	}
	
	#content h1 {
	margin-bottom: 10px;
	color: #900;
	font: bold 20px/1.2 Tahoma, Arial, Helvetica, Sans-serif ;
	text-transform: uppercase;
	}

h2 { }

	#header h2 {
	padding: 0;
	height:98px; /* height of logo */
	width:250px; /* width of logo */
	background: #fff url(images/xrimz_com/finance_box.jpg) top left no-repeat;
	text-indent:-9000px;
	float: right;
	}
	
	#content h2 {
	color: #2F3F58;
	font: bold 16px/1.2 Arial, Helvetica, Sans-serif ;
	margin-bottom: 10px;
	text-transform: uppercase;
	}
	
h3 {
	background-color: transparent;
	color: #000;
	font: bold 13px/1.2 Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}

h4 {
	background-color: transparent;
	color: #c00;
	font: bold 13px/1.2 Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
	
a { }
	#header a {
	display:block;
	width:100%;
	height:98%;
	outline:none;
	}

	#header h2 a:hover {
	padding: 0;
	height:98px; /* height of logo */
	width:250px; /* width of logo */
	background: #fff url(images/xrimz_com/finance_box_on.jpg) top left no-repeat;
	text-indent:-9000px;
	float: right;
	}

p { }
	#content p { 
	margin-bottom: 10px; 
	}
	
	p#to_top {
	width: 100px;
	margin: 0; padding: 0;
	float: right;
	background: url(top_icon.gif) center right no-repeat;
	font-size: .8em;
	text-align: right;
	padding-right: 15px;
	}

li { 
	margin-bottom: 4px;
}
	.arrow li
	{
	list-style-type: none;
	padding-left: 15px;
	background-image: url(images/xrimz_com/arrow_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	}

	.square li
	{
	list-style-type: none;
	padding-left: 15px;
	background-image: url(images/xrimz_com/sq_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	}

img { }
	img.centered { 
	display: block; 
	margin-left: auto; 
	margin-right: auto 
	}
	img.padleft { 
	margin-left: 20px;
	margin-bottom: 10px;
	}
	img.padright { 
	margin-right: 20px;
	margin-bottom: 10px;
	}
	img.border {
	border: 1px solid #000;
	}
	
	img.left	{
		border: none;
		float: left;
		margin: 0 10px 0 0;
	}

hr { }
	#content hr { 
	border: thin solid #660000; 
	margin-top: 20px;
	margin-bottom: 20px;
	}
	
table	{
	border-collapse: collapse;
}


/* ---------->>> Global Navigation <<<-----------*/

#nav a {
	font-size: 12px;
   	padding: 5px 30px;
   	margin-left: 15px;  
   	text-decoration: none; 
   	color: #000;
   	text-transform: uppercase;
   	}
   	
#nav a:hover { 
	/*background: #A9BCC2;*/
	color: #fff;
   	}

/*#home .home, #shop .shop, #financing .financing, #contact .contact, #chrome .chrome {
	background: #A9BCC2;
   	}*/
		
/* ---------->>> FORMS <<<-----------*/

form {
	margin: 8px 0;
	padding: 0;
}

form em	{
	background-color: transparent;
	color: #FF0000;
	font-style: normal;
	font-weight: bold;
}

form fieldset	{
	background: transparent;
	border: solid 1px #CCCCCC;
	padding: 10px;
	margin: 10px 0;
}

form fieldset fieldset	{
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

form fieldset input, 
form fieldset select, 
form fieldset textarea {
	background-color: #eee;
	border: solid 1px  #aaa;
	font: normal 12px/1.2 "Courier New", Courier, monospace;
	padding-left: 2px;
}

form fieldset input.error, 
form fieldset select.error {
	background-color: #fff;
	border: solid 1px #FF0000;
}

form fieldset input:focus, 
form fieldset select:focus, 
form fieldset textarea:focus {
	background-color: #fff;
	border: 1px solid #600;
}

form fieldset ol li	{
	list-style: none;
	margin-bottom: 0;
	padding: 3px 0;
	clear: both;
}

form fieldset ol li label.error, label.error {
	background-color: transparent; /* remove the next line when you have trouble in IE6 with labels in list */
	color: #FF0000;
	clear: left;
	display: none;
	float: none;
	font: italic 11px/1.2 Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 0 0 0;
	text-align: left;
	width: auto;
}

form fieldset ol li .errordisplay	{
	margin: 0 0 0 150px;
}

form fieldset ol li.submit input	{
	background: #eee;
	border: 1px solid #600;
	color: #600;
	font: normal 11px/1.2 Verdana, Arial, Helvetica, sans-serif;
	margin-left: 150px;
	margin-top: 10px;
	padding: 1px 1px 3px 1px;
}

form label	{
	background-color: transparent;
	color: #666666;
	display: block;
	float: left;
	font: normal 10px/1.2 Verdana, Arial, Helvetica, sans-serif;
	margin-right: 10px;
	padding-top: 2px;
	text-align: right;
	width: 140px;
}

form fieldset .labeltext	{
	background-color: transparent;
	color: #666666;
	font: normal 10px/1.2 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 3px;
}

form fieldset p,
form fieldset p.labeltext,
form fieldset table	{
	margin-left: 150px;
}


/* ---------->>> MISC Tags <<<-----------*/








