/* FIREFOX PAGE SHIFT FIX */
html {
     overflow: -moz-scrollbars-vertical;
}

BODY {
	background: #000 url('images/background.jpg') no-repeat top center;
	-x-system-font:none;
	color:#FFFFFF;
	font-family:'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:18px;
	background-attachment:fixed;
}

a {
color: white;
	text-decoration: none
}
a:hover {
	color: red;
}

/* CENTER CONTENT WITH OUT TABLE */
#content {
	margin:0 auto;
	width: 1009px;
}

/* HEADER CONTENT */
#logo-header {
	background: #000 url('images/roit-outfitters_header.jpg') no-repeat top center;
	width: 1009px;
	height:90px;
}

#navigation {
	background: #000 url('images/navigation-background.jpg') no-repeat top center;
	width: 988px;
	height:46px;
	margin:0 auto;
	text-align:center;
}
#navigation img {
	border: 0px;
	padding-left:2px;
	padding-right:2px;
	padding-top:10px;
}

/* MAIN CONTENT */
/* ONLY FLOAT CONTENT DICS WITH IN THE MAIN CONTENT */
#main-content {
	width:986px;
	margin:0 auto;
}

#right-column {
	width:200px;
	float:left;
	padding-left:5px;
}

/* Left side of main content */
#left-links {
	width:190px;
	margin-top:10px;
	text-align:center;
	float:left;
}
#categories {
	background: #0d0d0d url('images/categories-left-bar-repeat.jpg') repeat-y top center;
	width:190px;
}
#categorie-links {
	background: url('images/categories-left-bar.jpg') no-repeat top center;
	width:190px;
	padding-top:70px;
}
#categorie-links ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
}
#categorie-links li {
	height:25px;
	width:142px;
	text-align:center;
	background: url('images/link-line.jpg') no-repeat top center;
	text-transform: capitalize;
}
#categorie-links a:hover {
	background: url('images/link-over.png') no-repeat center center;
}
#categorie-links a {
	color: white;
	text-decoration: none;
	display: block;
	width: 142px;
	height:22px;
	padding-top:5px;
	text-transform: capitalize;
	font-size:8pt;
}
#categorie-footer {
	background: #0d0d0d url('images/categories-left-bar-footer.jpg') no-repeat top center;
	width:190px;
	height:35px;
}

#right-side {
	float: right;
	margin-top:15px;
}

/* FOOTER CONTENT */

#footer {
	background: #000 url('images/footer-background.jpg') no-repeat top center;
	width:966px;
	height:135px;
	margin-left:20px;
	margin-bottom:15px;
	margin-top:10px;
	float:left;
}
#footer-links  {
	padding-top:88px;
	width:966px;
	text-align:center;
	color: white;
}
#footer-links a {
	color: white;
	text-decoration: none;
}
#footer-links a:hover {
	text-decoration: underline;
}
#footer-copyright {
	width:445px;
	font-size: 7pt;
	color: #9b9b9b;
	margin:0 auto;
	text-align:center;
	margin-top:5px;
}
#footer-copyright-date {
	float:left;
}
#footer-copy-links {
	float:right;
}
#footer-copy-links a {
	text-decoration: none;
	color: #9b9b9b;
}
#footer-copy-links a:hover {
	text-decoration: underline;
}



	
/* FEATURED PRODUCTS SCROLLER */

#product-scroller {
	float: left;
	background: #000 url('images/slider-background.jpg') no-repeat top center;
	width:772px;
	height:142px;
	margin-top:10px;
	margin-left:7px;
}


.infiniteCarousel {
  width: 772px;
  position: relative;
}

.infiniteCarousel .wrapper {
  width: 680px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 14em;
  margin: 0 40px;
  position: absolute;
  text-align:center;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 1px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 12px;
  height: 85px;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 100px;
  width: 12px;
  text-indent: -999px;
  position: absolute;
  cursor: pointer;
  margin-top:10px;
  margin-left:5px;
}

.infiniteCarousel .forward {
  background: url(images/left_arrow.png) no-repeat center center;

}

.infiniteCarousel .forward:hover {
  background: url(images/left_arrow.png) no-repeat center center;
}

.infiniteCarousel .back {
  background: url(images/right_arrow.png) no-repeat center center;
  margin-left:755px

}


.infiniteCarousel .back:hover {
  background: url(images/right_arrow.png) no-repeat center center;
}



/* APPLY TO OSCOMMERCE PRODUCT SECTIONS */


.products {
	background: url('images/product_backpage.jpg') no-repeat top center;
	width:762px;
	height:504px;
	float:left;
	color:white;
	font-size:8pt;
}
.breadcrumbs {
	float:left;
	margin-top:15px;
	margin-left:15px;
}
.breadcrumbs_generic {
	float:left;
	margin-top:-20px;
	font-size:8pt;
}
.breadcrumbs_generic a {
	color: white;
	text-decoration: none;
	font-size:8pt;
}
.breadcrumbs_generic a:hover {
	color: yellow;
	text-decoration: underline;
}
.breadcrumbs a {
	color: white;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: yellow;
	text-decoration: underline;
}
.display_products {
	width:700px;
	height:475px;
	padding-left:30px;
	padding-right:30px;
	padding-top:15px;
}

.display_products a {
	color:white;
	font-size:8pt;
	text-decoration:none;
}
.display_products a:hover {
	color:yellow;
	text-decoration:underline;
}
td.pageHeading {
	display: none;
}

table.productListing {
	margin-top:25px;
}

td.productListing-data {
	width:200px;
	height:100px;
	padding-top:10px;
	padding-bottom:30px;
	background: url('images/product_background.jpg') no-repeat top center;
	text-align:center;
}
td.productListing-data a:hover {
	text-decoration: none;
}

td.neated-cat {
	width:200px;
	height:100px;
	padding-top:10px;
	padding-bottom:30px;
	background: url('images/product_background.jpg') no-repeat top center;
	text-align:center;
}
td.neated-cat a:hover {
	text-decoration: none;
}
table.nested {
	margin-top:25px;
}

/* PRODUCT INFO TEMPLATE */
#main_product_info {
	background: black;
	height: 300px;
	width: 695px;
	margin-top:18px;
	margin-left:30px;
	float:left;
}
#main_product_tabs {
	height: 125px;
	width: 695px;
	margin-top:15px;
	margin-left:30px;
	float:left;
}
#main_product_image {
	float:left;
	width: 260px;
	height: 280px;
	border: 1px gray solid;
	margin-top:10px;
	margin-left: 10px;
}
.main_product_image {
	background:black url('images/main-product-image-bg.jpg') repeat-x top center;
	margin:5px;
	width: 250px;
	height: 270px;
	text-align:center;
}
#main_product_description {
	width:385px;
	float:left;
	height: 175px;
	margin-left:30px;
	margin-top:10px;
}
#main_product_title {
	font-family: arial;
	font-size: 10pt;
	color: #f5df79;
	font-weight: bold;
	margin:0px;
	padding:0px;
}
#main_product_detail {
	font-family: arial;
	font-size: 8pt;
	color: white;
	margin-top:5px;
	height:100px;
}
#main_product_price {
	float:right;
	font-family: arial;
	font-size: 8pt;
	color: gray;
	text-align:right;
}
#price_field {
	width:35px;
	background:#0f0f0f;
	border:1px gray solid;
	height:15px;
	color: white;
}
#main_product_thumbnails {
	height:80px;
	width:250px;
	color: gray;
	float:left;
}

#main_product_thumb {
	float:left;
	width: 60px;
	height: 40px;
	border: 1px gray solid;
	margin-bottom:10px;
	margin-right: 10px;
}
.main_product_thumb {
	background:white;
	margin:5px;
	width: 50px;
	height: 30px;
	text-align:center;
}

#main_product_options {
	width:230px;
	height: 80px;
	float:left;
	margin-top:10px;
	text-align:right;
}

#drop_down {
	color:white;
	background: #2f2f2f;
	text-align:center;
	width:110px;
	height: 20px;
	border: 1px #2f2f2f solid;
	padding: 0px;
	font-family: arial;
	font-size: 8pt;
}


/* PRODUCT TABS SCRIPT */
      #tabs {
        display: block;
        float: left;
        width: 100%;
      }      
      a.tab { 
        background:black url('images/tab_btn.jpg') no-repeat top center;
        font-family: arial; 
        text-decoration: none;
        float: left;
        width:104px;
		height:22px;
		text-align:center;
		color: white; 
		padding-top:4px;

      }
      a.tab:hover { 
		text-decoration: underline;
      }
      .panel { border: solid 1px gray; background-color: black; height: 100px; overflow: auto; float:left; width:695px;	font-family: arial; font-size: 8pt;}



/* SHOPPING CART */
.main {
	padding-left:15px;
	padding-top:15px;
}
.infoBoxHeading img {
	display: none;
}
.infoBoxHeading {
	padding-left:15px;
}

.smallText {
	padding-top:25px;
}

/* GENERIC TEMPLATE */

#general_top {
	background:url('images/top_general_section.jpg') no-repeat top center;
	float:left;
	width:579px;
}
#general_btm {
	background:url('images/btm_general_section.jpg') no-repeat bottom center;
	float:left;
	width:579px;

}

#general_mid {
	background:url('images/mid_general_section.jpg') repeat-y top center;
	float:left;
	width:579px;
	margin-left:5px;
}
#general_content {
	margin:23px;
	margin-top:32px;
	float:left;
}

/* PRODUCTS GENERIC TEMPLATE */


#pgeneral_top {
	background:url('images/toproll.jpg') no-repeat top center;
	float:left;
	width:762px;
}
#pgeneral_btm {
	background:url('images/btmroll.jpg') no-repeat bottom center;
	float:left;
	width:762px;
	min-height:450px;
	padding-bottom:15px;
}

#pgeneral_mid {
	background:url('images/midscroll.jpg') repeat-y top center;
	float:left;
	width:762px;
	margin-left:5px;
}
#pgeneral_content {
	margin:23px;
	margin-top:32px;
	float:left;
	width:700px;
}
.testme{ 
	width:200px;
	height:100px;
	padding-top:10px;
	padding-bottom:30px;
	background: url('images/product_background.jpg') no-repeat top center;
	text-align:center;
	float:left;
	margin-left:15px;
}
/* QUICK BOOKMARK BUTTONS */
#quick_btn {
	width: 80px;
	height:10px;
	padding-top:2px;
	padding-bottom:5px;
	background-color:black;
	border: 1px white solid;
	float:left;
	text-align:center;
	margin-right:5px;
	margin-bottom:5px;
	cursor:hand;
	text-decoration: none;
}
#quick_btn:hover {
	background-color:red;
	float:left;
	color:black;
	cursor:hand;
}

/* Special magical buttons */ 
.btn {
	float: left;
	background: url(images/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0;

}
.btn a {
	float: left;
	height: 40px;
	background: url(images/btn_stretch.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
.btn span {
	background: url(images/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
	float:left
}
.btn a:hover {
	color:red;
}
.btn_try { background-color: #000; }

.entry { 
	width:500px;
	padding:10px;
}
.entry p {
	margin-bottom:15px;
	text-align:justify;
}

.postmetadata {
	margin-bottom:25px;
}
#comment {
	background:black;
	border:1px gray solid;
	color: white;
	width:510px;
}
#respond {
	margin-top: 20px;
}
.commentlist {
	list-style: none;
}
.navigation {
	display: none;
}
#sidebar {
	margin-top:25px;
	margin-left:15px;
}
#sidebar ul {
	list-style:none;
}
#sidebar h2 {
	margin-top:15px;
}

#submit {
	width: 512px;
	background:black;
	border: 1px gray solid;
	color:white;
}

h2, h2 label { 
	font-size:24px; 
	line-height:24px; 
	color:#ff9;
	font-family:Palatino,"Palatino Linotype","Book Antiqua",Baskerville,BaskervilleBE,BaskervilleOldFace,Garamond,"Times New Roman",serif;
	margin:0 0 20px;
}
.panel ul { 
	list-style:square outside none;
	margin-left:20px;
}