/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
#page {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width:1200px;
	height:51px;
	
	
}
body {
	line-height:1;
	color:black;
	background:white;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font:14px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	background-color: #ebebeb;
 
}

a, a:visited {
	color:#2d3536;
	text-decoration:none;
	 
}
a:hover, a:active {
	color:#c6c6c6;
	text-decoration:none;
}

 

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
    background:url(images/slider.png) no-repeat;
    width:631px;
    height:260px;
 margin-left:12px;
    padding-top:5px;
    margin-top:30px;
	position:relative;
	float:left;
}

#slider {
	position:relative;
    width:318px;
    height:246px;
    margin-left:195px;
	margin-bottom:10px;
	background:url(images/loading.gif) no-repeat 50% 50%;
	
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
 
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:-189px;
	top:-1px;
	 
	display:block;
	width:320px;
	font-family: Arial, Helvetica, sans-serif;
}
.nivo-controlNav a {
	display:block;
	width:192px;
	height:60px;
	background:url(images/bullets.png) no-repeat;
	border:0;
	float:left;
	padding-left:5px;
	padding-top:2px;
	font-size:10px;
	line-height:11px;
}
.nivo-controlNav a.active {
	background-position:0 -62px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
	
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

.left_text
{
float:left;
position:relative;
}
/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
#searchwrapper {
width:177px; /*follow your image's size*/
height:24px;/*follow your image's size*/
background-image:url(./img/search_box.png);
background-repeat:no-repeat; /*important*/
padding:0px;
margin:0px;
position:relative; /*important*/
}
#searchwrapper form { display:inline ; }
.searchbox {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:4px;
left:10px;
width:177px;
height:24px;
font:Arial, Helvetica, sans-serif;
color:#626262;
font-style:italic;
}
.searchbox_submit {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:2px;
left:150px;
width:24px;
height:21px;
}

label {
  display: block;
  font: bold 1.2em arial,verdana,tahoma,sans-serif;
  text-shadow: 2px 2px 2px #ccc;
  color: #000;
  margin: 0 20px 10px 0;
  padding: 0;
  clear: left;
}

/* APPLIES THE STYLE TO EACH FORM ELEMENT */

.textfield {

  background-image:url(./img/box_long.png);
  background-repeat:no-repeat;
  border: none;
  background-color:transparent;
  font:Arial, Helvetica, sans-serif;
	color:#626262;
	padding-left:10px;
	width:266px;
	height:20px;
	
}
.textfield2 {

  background-image:url(./img/box_short.png);
  background-repeat:no-repeat;
  border: none;
  background-color:transparent;
  font:Arial, Helvetica, sans-serif;
	color:#626262;
	padding-left:10px;
	width:172px;
	height:20px;
	
}
.head_orange
{
color:#e47100; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10pt; padding-left:10px;
}

.black_text
{
color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:8pt;  padding-left:10px;
}

a.footer_link:link {color:#959595; font-family:Arial, Helvetica, sans-serif; font-size:9pt; text-decoration:none; font-weight:bold; }
a.footer_link:visited {color:#959595; font-family:Arial, Helvetica, sans-serif; font-size:9pt; text-decoration:none; font-weight:bold;}
a.footer_link:hover {color:#959595; font-family:Arial, Helvetica, sans-serif; font-size:9pt; text-decoration:underline; font-weight:bold;}
a.footer_link:active {color:#959595; font-family:Arial, Helvetica, sans-serif; font-size:9pt;text-decoration:none; font-weight:bold;}

.menu_sep
{
color:#959595; font-family:Arial, Helvetica, sans-serif; font-size:9pt; padding-left:20px; padding-right:20px;
} 

 #fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 100;
}

      #iconContainer {
        position: absolute;
        top:      10px;
        left:     5px;
        width:    auto;
        height:   auto;
      }
      #iconContainer div {
        width:    70px;
        height:   70px;
        margin-bottom: 10px;
      }
	  
.pop_title
{
color:#e10083; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14pt; padding-left:50px;
}
.pop_text
{
color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10pt; padding-left:50px; padding-top:30px;
}
.pop_text p
{
margin-bottom:1px;
margin-top:1px;

}

.orange {color: #e47100}
.top_image_title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
 width:160px;
 
 
float:left;
position:relative;
margin-bottom:-30px;
margin-top:15px;
 left:50px; 
}
.small_title {font-weight:bold; font-size:11px; line-height:18px; margin-top:3px; }
.desc_block { width:58px; display:inline-block }

.price_txt
{
float:right;
font-size:15px;
font-weight:bold;
margin-right:13px;
position:relative;
margin-top:23px;
}
