

/*///////////////////////////////////////////////////
CSS Document for The Open Range
/////////////////////////////////////////////////*/


/*------------------------------------------
General Layout
------------------------------------------*/

* {margin: 0; padding: 0;}
img {border: 0;}
body {font-family: Verdana, Helvetica, sans-serif; background: #000 url(images/tor_bg.png) repeat-x; text-align: center;}
#header-contain {width: 650px; margin: 0 auto; position: relative;}
#body-contain {background: #fff;}
p {font-size: 75%; color: #707276; line-height: 135%; margin: 0 0 20px 0;}

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

h1#logo a {display: block; width: 247px; height: 61px; background: url(images/tor_logo.png) no-repeat; text-indent: -9999px; float: left; margin: 22px 0 14px 0;}
h2#i-image {display: block; width: 650px; height: 111px;  text-indent: -9999px; float: left; margin: 1px 0 0 0;}
body#index h2#i-image {background: url(images/tor_index_headerimage.jpg) no-repeat;}
body#KC_BODYID h2#i-image {background: url(images/tor_index_headerimage.jpg) no-repeat;}

body#home h2#i-image {background: url(images/tor_index_headerimage.jpg) no-repeat;}
body#news h2#i-image {background: url(images/tor_news_headerimage.jpg) no-repeat;}
body#newproducts h2#i-image {background: url(images/tor_newproducts_headerimage.jpg) no-repeat;}
body#usedproducts h2#i-image {background: url(images/tor_usedproducts_headerimage.jpg) no-repeat;}
body#photos h2#i-image {background: url(images/tor_photos_headerimage.jpg) no-repeat;}
body#links h2#i-image {background: url(images/tor_links_headerimage.jpg) no-repeat;}
body#contact h2#i-image {background: url(images/tor_contact_headerimage.jpg) no-repeat;}

#search-form {float: right; margin: 46px 0 0 0;}
#search-form input#keywords {font-size: 11px; color: #707276; padding: 4px 4px 3px 4px; float: left; margin: 0 10px 0 0; border: 1px #C5C6C8 solid; height: 13px;}
#search-form .submit {}

/*------------------------------------------
Navigation
------------------------------------------*/

#nav ul {display: inline; width: 650px; float: left;}
#nav ul li {list-style: none; float: left;}
#nav ul li span {display: none;}
#nav ul li a {display: block; height: 52px;}

li#home a {background: url(images/tor_nav_home.png) no-repeat; width: 79px;}
li#home-a a {background: url(images/tor_nav_home.png) no-repeat 0 -104px; width: 79px;}
#nav ul li#home-a a:hover {background-position: 0 -104px;}

li#news a {background: url(images/tor_nav_news.png) no-repeat; width: 64px;}
li#news-a a {background: url(images/tor_nav_news.png) no-repeat 0 -104px; width: 64px;}
#nav ul li#news-a a:hover {background-position: 0 -104px;}

li#newproducts a {background: url(images/tor_nav_newproducts.png) no-repeat; width: 130px;}
li#newproducts-a a {background: url(images/tor_nav_newproducts.png) no-repeat 0 -104px; width: 130px;}
#nav ul li#newproducts-a a:hover {background-position: 0 -104px;}

li#usedproducts a {background: url(images/tor_nav_usedproducts.png) no-repeat; width: 133px;}
li#usedproducts-a a {background: url(images/tor_nav_usedproducts.png) no-repeat 0 -104px; width: 133px;}
#nav ul li#usedproducts-a a:hover {background-position: 0 -104px;}

li#photos a {background: url(images/tor_nav_photos.png) no-repeat; width: 82px;}
li#photos-a a {background: url(images/tor_nav_photos.png) no-repeat 0 -104px; width: 82px;}
#nav ul li#photos-a a:hover {background-position: 0 -104px;}

li#links a {background: url(images/tor_nav_links.png) no-repeat; width: 63px;}
li#links-a a {background: url(images/tor_nav_links.png) no-repeat 0 -104px; width: 63px;}
#nav ul li#links-a a:hover {background-position: 0 -104px;}

li#contact a {background: url(images/tor_nav_contact.png) no-repeat; width: 99px;}
li#contact-a a {background: url(images/tor_nav_contact.png) no-repeat 0 -104px; width: 99px;}
#nav ul li#contact-a a:hover {background-position: 0 -104px;}

#nav ul li a:hover {background-position: 0 -52px;}


/*------------------------------------------
Sub Nav
------------------------------------------*/

ul#catnav {width: 193px; background: url(images/tor_subnav_top.png) no-repeat; list-style: none; font-size: 75%; padding: 31px 0 0 0;}
ul#catnav li {width: 161px; background: url(images/tor_subnav_bullet.png) no-repeat 8px 9px; padding: 6px 0 6px 25px; line-height: 11pt; border-bottom: 1px #BDBDBD solid; margin: 0 0 0 3px;}
ul#catnav li.active {font-weight: bold; background-color: #F6F6F6;}
ul#catnav li:hover {background-color: #F6F6F6;}
ul#catnav a:link {color: #707276; text-decoration: none;}  ul#catnav a:visited {color: #707276; text-decoration: none;} ul#catnav a:hover {color: #707276; text-decoration: underline;} ul#catnav a:active {color: #707276;}

ul.arnav {list-style: none; font-size: 90%; }
ul#catnav ul.arnav li {background: none; border: 0; padding: 0; margin: 1px 0;}
ul#catnav ul.arnav li a:hover {text-decoration: underline;}
ul#catnav ul.arnav li.active a {text-decoration: underline;}
ul.arnav li a:link, ul.arnav li a:visited, ul#catnav li.active ul.arnav li a:link, ul#catnav li.active ul.arnav li a:visited {
	padding: 0 5px 0 14px;
	background: url(images/tor_arnav_bullet.gif) no-repeat 0 4px;
	font-weight: normal;
	display: block;
	height: 1%;

}

/*------------------------------------------
Body
------------------------------------------*/

#body-contain {float: left; width: 100%; margin: 3px 0 0 0; background: #fff; text-align: left; padding: 0 0 5px 0;}

#content {width: 650px; position: relative; background: #fff; padding: 20px 0 0 0; margin: 0 auto;}
#left-col {float: left; width: 194px; margin: 0 20px 0 0; padding: 0 0 25px 0;}
#text {float: left; width: 436px;}

/* Headings */

#text h3 {font-weight: normal; font-size: 110%; color: #1A171B; background: url(images/tor_dotline.gif) repeat-x bottom; padding: 0 0 4px 0; margin: 0 0 10px 0;}


#text h3 a {color: #1A171B; text-decoration: none;} #text h3 a:hover {color: #999A9D; text-decoration: none;}

#text h3 span.bullet {display: block; width: 13px; height: 13px; background: url(images/tor_crosshair.png) no-repeat; float: left; margin: 5px 5px 0 0;}
#text h3 span {color: #C1022B; font-size: 65%; font-weight: bold;}
body#index #text h3 span {color: #C1022B; font-size: 110%; font-weight: bold;}
body#index #text h3 span.latest {color: #C1022B; font-size: 65%; font-weight: bold;}

#text h4, #text h4 a {font-size: 75%; font-weight: bold; color: #707276;}
#text h4.search, #text h4.search a {font-size: 100%; font-weight: bold; color: #707276; text-decoration: none;}
#text h4.search a:hover {font-size: 100%; font-weight: bold; color: #999A9D; text-decoration: none;}
#text h4 span {color: #404144;}

/* Text */

#text ul, #text ol {font-size: 75%; color: #666666; margin: 10px 0 10px 40px; line-height: 125%; padding: 0;}
#text ul li {margin: 4px 0; padding: 0;}
#text ol li {margin: 4px 0 12px 0; padding: 0;}

#text ul li a:link, #text ol li a:link {color: #C71300;}
#text ul li a:visited, #text ol li a:visited {color: #C71300;}
#text ul li a:hover, #text ol li a:hover {color: #FF270F; background: #F2FBFF;}
#text ul li a:active, #text ol li a:active {color: #C71300;}

#text p a:link, #text dl a:link {color: #C71300;}
#text p a:visited, #text dl a:visited {color: #C71300;}
#text p a:hover, #text dl a:hover {color: #FF270F; text-decoration: none;}
#text p a:active, #text dl a:active {color: #C71300;}


.readmore {font-size: 80%; margin: -20px 0 20px 0;}
.readmore a:link {color: #C71300;}
.readmore a:visited {color: #C71300;}
.readmore a:hover {color: #FF270F; text-decoration: none;}
.readmore a:active {color: #C71300;}

#text p {clear: both; margin: 0 0 20px 0;}
p#searchnum {margin: -6px 0 25px 0;}
#text img {float: left; padding: 2px; margin: 0 12px 12px 0; border: 1px #D4D4D4 solid;}

.conlist {clear: both;}
#text .conlist img { margin: 2px 5px 2px 0;}


/* Conlist Definition List */

#text dl {font-size: 80%; color: #707276; border: 1px #DFDFDF solid; padding: 5px; background: #FCFCFC; width: 423px; margin: 0 0 10px 0;}
#text .conlist dl {font-size: 80%; color: #707276; border: none; background: #fff; padding: 0; width: auto;}
#text dt {font-weight: bolder; float: left;}
#text dd {text-indent: 0;}

body#links #text dl {float: left; font-size: 80%; border: 0; border-bottom: 1px #DFDFDF solid; padding: 0 0 15px 0; background: #fff; width: 433px; margin: -6px 0 0 0;}
body#links #text .conlist dl {font-size: 80%; color: #707276; border: none; background: #fff; padding: 0; width: auto;}
body#links #text dt {font-weight: bolder; float: left;}
body#links #text dd {text-indent: 0;}
body#links #text dl img {margin: 0 7px 0 0;}

#text p span.contactus {background: url(images/dec_icon_letter.gif) 0 1px no-repeat; padding: 0 0 0 20px; display: inline;}

/*------------------------------------------
Contact Form
------------------------------------------*/

#contactFormArea fieldset {padding: 15px; border: 1px #DFDFDF solid; background: #FCFCFC; clear: both; margin: 0 0 20px 0;}
#contactFormArea form {font-size: 80%; color: #666666; width: 427px;}
#contactFormArea label {display: block; color: #666666;}
#contactFormArea textarea, #contactFormArea input.text {width: 219px; color: #666666; padding: 3px; margin: 1px 0 3px 0;; font-family: Verdana, Helvetica, sans-serif; font-size: 100%; color: #666666; border: 1px #DFDFDF solid;}
#contactFormArea textarea {height: 100px; width: 100%;}
#contactFormArea input.submit {margin: 10px 0 0 0; color: #fff; cursor: pointer;}
p#loadBar img {border: 0;}

/*------------------------------------------
Footer
------------------------------------------*/

#footer {clear: both; width: 100%; background: url(images/tor_footer_bg.gif) repeat-x 0 0; padding: 3px 0 0 0;}
#footer p {font-size: 60%; color: #C1C0C2; width: 650px; position: relative; margin: 0 auto; background: #2A2A2A; padding: 7px 0;}
#footer p a:link, #footer p a:visited {text-decoration: none; color: #C1C0C2;} #footer p a:hover {text-decoration: underline;}

