
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #0D0D0D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BDBDBD;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #EEE;

	font-style: oblique;
}

h4 {
	margin: 0;
	text-transform: capitalize;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCC;
	font-style: italic;
	font-size: 25px;
	text-decoration: none;
	font-variant: small-caps;
	text-align: center;
}


h1 {
	font-size: 44px;
}

h2 {
	font-size: 18px;
	color: #EEE;	
}

h3 {
}

h4.red{
	color: #AB0000;	
}

p, ul, ol {
	font-family: 'Cabin Condensed', Arial, Helvetica, sans-serif;
	margin-top: 0;
	line-height: 150%;
	text-align: justify;
}

p.center {
	text-align: center;
}

ul, ol {
	font-family: 'Cabin Condensed', Arial, Helvetica, sans-serif;
}

blockquote {
}

a {
	color: #DEDEDE;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

img.left_featured {
	float: left;
	margin: 10px 10px 10px 0px;
	
}


hr {
	display: none;
}

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
}

/* Header */

#header-wrapper {
}

#header {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	background: url(images/img01_3.jpg) no-repeat left top;
}

#header_index {
	width: 960px;
	height: 50px;
	margin: 0 auto;

}


/* Gallery  */
#gallery-wrapper {
	background-color: #0D0D0D;
	border: 1px dotted #CCCCCC;
	clear: both;
	padding-top: 5px;
	
}



div.gallery img{
	background-color: #0D0D0D;	
}


#gallery-background {
	width: 620px;
	height: 370px;
	margin-bottom: 10px;
	background: url(images/img05.jpg) no-repeat left top;
}

#gallery-bgthumb {
	width: 620px;
	height: 120px;
	background: #0D0D0D;
}

#gallery
{
	width: 620px;
	margin: 0 auto;
}

#gallery img.output
{
	width: 600px;
	height: 340px;
	padding: 10px 0px 0px 10px;
}

#gallery span.caption
{
	display: block;
	margin: 1em 0 0 0;
	font-weight: bold;
	font-size: 1.25em;
}

#gallery span.caption2
{
	margin: 1em 0 1em 0;
	display: block;
}

#gallery ul.nav
{
	width: 100%;
	list-style: none;
	margin: 0 0 3em 0;
	padding: 0;
}

#gallery ul.nav li
{
	margin: 0 1em 1em 0;
	float: left;
}

#gallery ul.thumbnails
{
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 10px 0px 0px 6px;
}

#gallery ul.thumbnails li
{
	margin: 0 0.5em 1em 0.5em;
	float: left;
}

#gallery ul.thumbnails li img
{
	width: 128px;
	height: 88px;
	border: solid 6px #FFFFFF;
	cursor: pointer;
}

#gallery ul.thumbnails li img.active
{
	border: solid 6px #0D0D0D;
}


/* Menu */

/*
#menu .first {
	background: none;
}
*/
/* Search */

#search {
	float: left;
	width: 280px;
	height: 45px;
}

#search form {
	margin: 0;
	padding: 16px 0px 0 30px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: none;
}

#search-text {
	width: 135px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #333333;
	background: #ECF9E4;
	color: #0D0D0D;
	
}

#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 5px;
	background: #0D0D0D;
	color: #EEE;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/img02_04.jpg) repeat-y left top;
}

#page-bgtop {
	padding-top: 20px;
}


#page_index {
	width: 960px;
	margin: 0 auto;
	padding: 0px;

}

#page-bgtop_index {
	padding-top: 20px;
}

/** LOGO */

#logo {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	background-image: url(images/logo_2.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-align: right;
	background-color: #000000;	

}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-transform: uppercase;
	font-weight: normal;
	color: #FFF;
	text-align: right;
	padding-right: 10px;
}

#logo p {
	text-transform: lowercase;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

#logo h1 {
	padding-top: 15px;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo a {
	text-decoration: none;
	color: #EEE;
}

/* Content */

#content {
	float: right;
	width: 660px;
	padding-top: 5px;
	padding-right: 30px;
}

#content_index {
	float: right;
	width: 940px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #EEE;
	background: url(images/ScreaminFX_Main_Pedal_Background.jpg) no-repeat left top;

	
}

#content_index h2 span {
	color: #222;  
	font-family: 'Rock Salt', Arial, sans-serif;letter-spacing:0; 
	letter-spacing: -1px;  
	padding: 10px;
	font-size: 25px;
	
	
}
#content_index p {
	color: #555; 
	font-family: 'Cabin Condensed', Arial, sans-serif;
	letter-spacing: -1px;  
	font-size: 25px;
	text-align: center;
	font-style: italic;
	padding:10px 10px 5px 5px;
	
}

#content_index a {
	color: #000; 
	font-family: 'Rock Salt', Arial, sans-serif;
	letter-spacing: -1px;  
	font-size: 15px;
	text-align: center;

	
}

#news {
	
	float: right;
	width: 450px;
	margin-right: 0px;
	margin-top: -25px;
	height: 200px;
	text-align: left;
	background-color: #FFF;
	padding-left: 20px;
	padding-top: 10px;

	
}

#news p {
	color: #555; 
	font-family: 'Cabin Condensed', Arial, sans-serif;
	letter-spacing: -1px;  
	font-size: 20px;
	text-align: left;
	font-style: italic;
	line-height: normal;
	padding-left: 10px;

	
}

#news a {
	color: #555; 
	font-family: 'Cabin Condensed', Arial, sans-serif;
	letter-spacing: -1px;  
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	
	
}

#news h3 {	margin: 0;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	font-style: oblique;
}


#new_pedals {
	float: left;
	width: 450px;
	height: 200px;
	text-align: left;
	background-color: #FFF;
	padding-left: 20px;
	padding-top: 10px;
	margin-left: 10px;
	margin-top: -25px;
	

	
}

#new_pedals h3 {	margin: 0;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	font-style: oblique;
}

#new_pedals p {
	color: #555; 
	font-family: 'Cabin Condensed', Arial, sans-serif;
	letter-spacing: 0px;  
	font-size: 18px;
	
	text-align: left;
	padding:10px 20px 5px 5px;
	
}

#new_pedals a {
	color: #555; 
	font-family: 'Cabin Condensed', Arial, sans-serif;
	letter-spacing: -1px;  
	font-size: 18px;
	font-style: italic;
	text-align: center;
	padding:10px 20px 5px 5px;
	
}

#clear  {
	clear: both;
	padding:5px 10px 5px 5px;
	}
	
.alignleft {
	float: left;
	margin-left: 100px;
	background: #EEE;
	padding:5px 5px;
	border: solid 3px #222;
	
	

	
}

.alignright {
	float: right;
	margin-right: 100px;
	background: #EEE;
	padding:5px 5px;
	border: solid 3px #222;
	
	
}




/* Post */

.post {
	margin-bottom: 25px;
	border-bottom: 1px dotted #474646;
	
}

.post .title {
	height: 30px;
	color: #EEE;
}

.post .title a {
	text-decoration: none;
	color: #EEE;
}

.post .h2 {
	height: 30px;
	color: #EEE;
}

.post .date {
}

.post .meta {
	margin-top: -10px;
	padding: 2px 30px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	color: #d9d9d9;
}

.post .meta a {
	color: #d9d9d9;
}

.post .meta span {
	display: block;
	margin-top: -10px;
}

.post .meta a {
}

.post .entry {
	padding: 10px 0;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

/* Sale */

#pup {
  position:absolute;
  z-index:200; /* aaaalways on top*/
  padding: 3px;
  margin-left: 10px;
  margin-top: 5px;
  width: 250px;
  border: 1px solid white;
  background-color: #222;
  color: white;
  font-size: 0.95em;
}



.demo_pics {
	float: left;
	width: 425px;
	height: 350px;
	color: #FFF;
	
	
	padding: 5px;
	background-color: #000000;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #EEE;
	font-style: oblique;

	margin-bottom: 10px;
	text-align: center;
}

.demo_pics .title {

	text-align: center;
	color: #D9D9D9;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
	background-color: #000000;
	
}

.demo_pics .meta {
	margin-top: -10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	color: #EEE;
	text-decoration: none;
}

.sale {
	float: left;
	width: 400px;
	height: 130px;
	color: #FFF;
	
	border: 1px dotted #CCCCCC;
	padding: 5px;
	background-color: #0D0D0D;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #EEE;
	font-style: oblique;

	margin-bottom: 10px;
	text-align: center;
}

.sale .title {

	text-align: center;
	color: #FFF;
	text-decoration: underline;

	padding: 5px;
	background-color: #0D0D0D;
	
}
.Guarantee {

	font-size: 14px;
	font-style: italic;
	color: #AB0000;
	text-decoration: underline;
}

.sale .meta {
	margin-top: -10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	font-style: italic;
	color: #EEE;
	text-decoration: none;
}

.price {
	float: right;
	width: 200px;
	height: 350px;
	text-decoration: underline;

	padding: 5px;
	background-color: #000;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-style: oblique;
	text-decoration: underline;
	text-align: center;
	margin-left: 10px;
}
.price .title {
	text-align: center;
	color: #FFF;
	text-decoration: underline;
	padding: 5px;
	background-color: #000000;
	
}

.price_long {
	float: right;
	width: 200px;
	height: 275px;
	color: #FFF;
	text-decoration: underline;
	border: 1px dotted #CCCCCC;
	padding: 5px;
	background-color: #0D0D0D;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: oblique;
	text-decoration: underline;
	text-align: center;
	margin-left: 10px;
}

#upper_right {
	float: right;
	width: 200px;
	border: 1px solid #000;
	padding: 5px;
	background-color: #222;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
		text-align: center;
	margin-left: 10px;
}

#upper_right h2 {
	color: #DDD; 
	font-family: 'Rock Salt', Arial, sans-serif;
	letter-spacing: -1px;  
	font-size: 16px;
	text-align: center;
	font-weight: bold;

	
}

#upper_right p {
	color: #aaa; 
	font-family: Arial, sans-serif;
	letter-spacing: -1px;  
	font-size: 15px;
	text-align: left;
	font-style: oblique;
	font-weight: bold;

	
}


.cost {
	color: #AB0000;	
}

.red{
	color: #AB0000;	
}

.sienna{
	color:sienna;
}

.ship {

	font-size: 10px;
	text-align: center;
	color: #EEE;
}

.no-underline
{

	text-decoration: none;
	background-position: center;
	text-align: center;
}
/* Sidebar */


/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
	padding-left: 40px;
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 12px;
	color: #d9d9d9;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 10px;
	padding: 0 0 10px 0px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0px;
	padding: 10px 0px;
	border-bottom: 1px dotted #504D4B;
}

#sidebar p {
	margin: 0;
	padding: 0px 0px;
}

#sidebar h2 {

	margin: 0 0 0px 0px;
	padding: 12px 0 2px 0px;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: normal;
	color: #eee;
}

#sidebar p {
	line-height: 200%;
}

#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	color: #d9d9d9;
}

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 70px 0px 20px 0px;
	background-image: url(images/img03_4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer-bgcontent {
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #d9d9d9;
}

	font-family: Geneva, Arial, Helvetica, sans-serif;
#footer a {
	color: #d9d9d9;
}

#footer_index {
	width: 960px;
	margin: 0 auto;
	padding: 70px 0px 20px 0px;

	background-repeat: no-repeat;
	background-position: left top;
}

#footer_index p {
	margin: 0;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #d9d9d9;
}
/***********************************/
.bg {background: url(images/button4.gif);}
.menu {padding:10px 0 0 25px; margin:0 0 0 10px; list-style:none; height:35px; background:#eee url(images/button1a.gif) repeat-x; position:relative; font-family:arial, verdana, sans-serif; }
.menu li.top {display:block; float:left; position:relative;}
.menu li a.top_link {display:block; float:left; height:40px; line-height:33px; color:#333; text-decoration:none; font-size:12px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;}
.menu li a.top_link span {float:left; font-weight:bold; display:block; padding:0 24px 0 12px; height:40px;}
.menu li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:40px; background:url(images/down.gif) no-repeat right top;}
.menu li a.top_link:hover {color:#fff; background: url(images/button4.gif) no-repeat;}
.menu li a.top_link:hover span {background:url(images/button4.gif) no-repeat right top;}
.menu li a.top_link:hover span.down {background:url(images/button4a.gif) no-repeat right top;}

.menu li:hover > a.top_link {color:#; background: url(images/button4.gif) no-repeat;}
.menu li:hover > a.top_link span {background:url(images/button4.gif) no-repeat right top;}
.menu li:hover > a.top_link span.down {background:url(images/button4a.gif) no-repeat right top;}

.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

.menu a:hover {visibility:visible;}
.menu li:hover {position:relative; z-index:200;}

.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu :hover ul.sub {left:2px; top:40px; right:2px; background: #fff; padding:3px 0; border:1px solid #95d2ee; white-space:nowrap; width:200px; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:250px;}
.menu :hover ul.sub li a {font-weight:normal;display:block; font-size:11px; height:20px; width:192px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu :hover ul.sub li a.fly {background:#fff url(images/arrow.gif) 80px 7px no-repeat;}
.menu :hover ul.sub li a:hover {background:#95d2ee; color:#fff;}
.menu :hover ul.sub li a.fly:hover {background:#95d2ee url(images/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#95d2ee url(images/arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid 95d2ee; white-space:nowrap; width:93px; z-index:200; height:auto;}