/**************************/
/* CSS Document           */
/* Author: Paul Gorton    */
/* Date: Sept 06 2006     */
/**************************/


* { padding:0; margin:0; }

/* ------------------------------------------ BODY ------------------------------------------ */

/* this section affects the whole body document */
body {
	background-color: #cccccc;
    margin: 0px auto;
    width: 960px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: center;
}

/* ------------------------------------------ WRAPPER ---------------------------------------- */

#wrapper {
    height: 100%;
    text-align: left;
    margin: 0 auto;
    width: 960px;
    background-color:white;
}


/* ---------------------------------------- TOP BAR ---------------------------------- */



#topbar_home{
    float: left;
    width: 960px;
    margin: 0px auto;
    height: 358px;
    background: url(../images/topbar.gif) top left;
}

#topbar{
    float: left;
    width: 960px;
    margin: 0px auto;
    height: 82px;
    background: url(../images/topbar1.gif) top left;
}

#title {
    float: left;
    /* margin-top: 40px; */
    margin-left: 20px;
	font-weight:bold;
	font-size: 30px;
    color: white;
}

#hide_scroller {
    float: left;
    margin-top: 20px;
    margin-left: 70px;
	font-weight:normal;
	font-size: 10px;
    color: white;
}

#hide_scroller a:link, #hide_scroller a:hover  {
    color: #666;
}

#search {
    float: right;
    margin-top: 10px;
    margin-right: 5px;
	font-weight:bold;
	font-size: small;
}




/* ******************************************************** */
/* *                  Slider Styles Starts                * */
/* ******************************************************** */

#slider-outer{
    float: left;
    width: 800px;
    /*border: 1px solid green;*/
    background-color: #fff;
	height: 220px;
	padding: 0px 0 0 0;
    margin-top: 35px;
    margin-left: 80px;
    margin-bottom: 21px;
    /*display: block;*/
    display: inline;
	-moz-border-top-left-radius: 10px;
	-o-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-o-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-o-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-o-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
    box-shadow: 0px 0px 22px 2px #888;
    -webkit-box-shadow: 0px 0px 22px 2px #2f2f2f;
    -moz-box-shadow: 0px 0px 22px 2px #2f2f2f;
    -o-box-shadow: 0px 0px 22px 2px #2f2f2f;
}
#slider {
    width: 800px;
    margin: 0 auto;
    position: relative;
}
.scroll {
	overflow: hidden;
	width: 790px;
    margin: 0 auto;
    position: relative;
}
.scrollContainer {
	position: relative;
}
.scrollContainer div.panel {
    width: 150px;
	height: 220px;
}
.inside {
	padding: 0px 0;
	font-size: 12px;
	color: #000;
    font-weight: bold;
    text-align: center;
}
.inside img {
	display: block;
	margin: 0 0 0px 0;
	width: 150px;
}
.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}
.inside p {
    text-align: center;
}
.scrollButtons {
    position: absolute;
    top: 90px;
    cursor: pointer;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.scrollButtons:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;

}
.scrollButtons.left {
    left: -70px;

}
.scrollButtons.left:hover {
    left: -70px;

}
.scrollButtons.right {
    right: -70px;

}
.scrollButtons.right:hover {
    right: -70px;

}
.hide {
    display: none;
}

#slider a:link, #slider a:visited {color:#4DBAFF; text-decoration:none; font-size:.6em; }
#slider a:hover, #slider a:active {color:#fff; text-decoration:none; font-size:.6em; cursor:pointer}

/* ******************************************************** */
/* *                  Slider Styles End                   * */
/* ******************************************************** */


/*--------------------TOP NAVIGATION START----------------------------*/

#nav{
    /*border: 1px solid yellow;*/
	float: right;
	width: 810px;
    height: 45px;
	}

#nav ul {
    /* padding-left: 20px; */
	list-style: none;
	margin-top: 8px;
	}

#nav li {
	display:inline;
    margin-left: 3px;
    position: relative;
    float: left;
    list-style: none;
    z-index:20;
	}

#nav li a {
	font-size: 12px;
	color: #fff;
	padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
	text-decoration: none;
    text-align: center;
    /* width:80px; */
    display: block;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-transition-property:color, background;
 	-moz-transition-duration: 0.25s, 0.25s;
	-moz-transition-timing-function: linear, ease-in;
	-o-transition-property:color, background;
 	-o-transition-duration: 0.25s, 0.25s;
	-o-transition-timing-function: linear, ease-in;
	-webkit-transition-property:color, background;
 	-webkit-transition-duration: 0.25s, 0.25s;
	-webkit-transition-timing-function: linear, ease-in;
	}

#nav li a:hover {
	background: #524f47;
	color:#fff;
	}

#nav ul ul {
    position: absolute;
    top: 26px;
	visibility: hidden;
    background-color: #87172C;
    padding: 0px;
	}

#nav li li a{
    width: 125px;
    text-align: left;
    height: 10px;
    padding-left: 13px;
    margin-right: 3px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration:none;
    text-align: left;
    color: white;
    line-height: 10px;
}

#nav li:hover ul {
	visibility: visible;
	}

/*--------------------TOP NAVIGATION END------------------------------*/



/* ---------------------------------------- CONTENT WRAPPER ------------------------------ */


#content{
    background-color:white;
    float: left;
    width:960px;
    height: 1000px;
}


/* ---------------------------------------- LEFT HAND SIDE -------------------------------- */


#content_left{
    width:206px;
    float:left;
    padding-top:0px;
    padding-bottom:5px;
    min-height: 1062px;
    /* background-color: #501120; */
    background-color: #831629;

    /* border: 1px solid blue; */
    /* background: url(../images/left.gif); */

}

#left_content{
    /* border: 1px solid blue; */
}

/* hyperlinks with the arrow affect */
a.link:link, a.link:visited, a.link:hover, a.link:active {
    color:#636363;
    font-weight:bold;
    background-image:url(../images/link_arrow.gif);
    height:9px;
    width:14px;
    background-repeat:no-repeat;
    background-position:left;
    padding-left:16px;
    line-height:12px;
}

/* -------------------------------------- LEFT NAVIGATION ----------------------------------- */


.lnav_title {
    text-align: center;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
    font-weight: bold;
}

#lnav ul {
  PADDING-TOP:0px;
  MARGIN: 10px;
  LIST-STYLE-TYPE: none;
  TEXT-ALIGN: left;
  PADDING-BOTTOM: 15px;
}


#lnav li {

  PADDING-TOP: 0.25em;
  PADDING-BOTTOM: 0.25em;
  PADDING-RIGHT: 1em;
  /* border-top: 1px solid white; */
  margin-bottom: -1px;
  /* border-bottom: 1px solid white; */
}


#lnav li a {
  /*border: 1px solid white;*/
  width: 162px;
  display: block;
  TEXT-DECORATION: none;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-left: 8px;
  padding-right: 8px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-transition-property:color, background;
  -moz-transition-duration: 0.25s, 0.25s;
  -moz-transition-timing-function: linear, ease-in;
  -o-transition-property:color, background;
  -o-transition-duration: 0.25s, 0.25s;
  -o-transition-timing-function: linear, ease-in;
  -webkit-transition-property:color, background;
  -webkit-transition-duration: 0.25s, 0.25s;
  -webkit-transition-timing-function: linear, ease-in;
}

#lnav li a:hover, #lnav li a:focus  {
	background: #524f47;
	color:#fff;
}


/* -------------------------------------- LEFT CONTENT --------------------------------- */

.submit {
    height: 25px;
    min-height: 25px;
    background-image: url(../images/buttback.png);
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
	font-size: 12px;
    text-decoration: none;
    text-align: center;
	border: 1px solid #333333;
}

.submit:hover {
	color: #880000;
}

.submit_blank {
    height: 25px;
    min-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
	font-size: 12px;
    text-decoration: none;
    text-align: center;
    background: none;
    border: none;
}

.submit_blank:hover {
	color: #880000;
}

#nobasket{
    margin-left: 11px;
    margin-right: 14px;
    margin-bottom: 20px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #fff;
    line-height: 110%;
    border: 2px solid white;
	-moz-border-top-left-radius: 20px;
	-o-border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-top-right-radius: 20px;
	-o-border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-bottom-left-radius: 20px;
	-o-border-bottom-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-bottom-right-radius: 20px;
	-o-border-bottom-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
}

#nobasket a{
    color: white;
    text-decoration: none;
    border-bottom: 1px dotted white;
}

#lefthead {
    font-size: 11px;
    font-weight: bold;
    margin-right: 18px;
    color: #FFFFFF;
}

#sidebasket{
    margin-left: 14px;
    margin-right: 14px;
    margin-bottom: 20px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #fff;
    line-height: 110%;
    /* background-color: darkblue; */
    border: 2px solid white;
	-moz-border-top-left-radius: 20px;
	-o-border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-top-right-radius: 20px;
	-o-border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-bottom-left-radius: 20px;
	-o-border-bottom-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-bottom-right-radius: 20px;
	-o-border-bottom-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
}

#sidebasket_header{
    font-size: 13px;
    font-weight: bold;
}

#telno {
    font-weight: bold;
    font-size: 16pt;
    margin-left: 14px;
    margin-right: 14px;
    margin-bottom: 20px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: black;
    border: 2px solid white;
    background-color: white;
	-moz-border-top-left-radius: 20px;
	-o-border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-top-right-radius: 20px;
	-o-border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-bottom-left-radius: 20px;
	-o-border-bottom-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-bottom-right-radius: 20px;
	-o-border-bottom-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
}

#email {
    font-weight: bold;
    margin-left: 14px;
    margin-right: 14px;
    margin-bottom: 20px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 10px;
    padding-bottom: 5px;
    color: white;
    border: 2px solid white;
}

#quote {
    font-weight: bold;
    margin-left: 14px;
    margin-right: 14px;
    margin-bottom: 20px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: white;
    border: 2px solid white;
    -moz-border-top-left-radius: 20px;
	-o-border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-top-right-radius: 20px;
	-o-border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-bottom-left-radius: 20px;
	-o-border-bottom-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-bottom-right-radius: 20px;
	-o-border-bottom-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
}


#track {
    font-weight: bold;
    margin-left: 14px;
    margin-right: 14px;
    /* margin-bottom: 20px; */
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 10px;
    padding-bottom: 5px;
    color: white;
    border: 2px solid white;
}


/* ---------------------------------------- CENTER HAND SIDE -------------------------------------- */

#content_right_home{
    text-align: left;
    width: 751px;
    float:left;
    display: inline;
    color: #412E24;
    background-color: white;
    min-height: 600px;
    line-height: 15px;
    /*border: 1px solid yellow;*/
}

#content_right_home h2{
    padding-left: 10px;
    padding-bottom: 10px;

}

#content_right_home_quote{
    float:left;
    background-image: url(../images/quotes.png);
    background-color: white;
    line-height: 15px;
    height: 184px;
    min-height: 184px;
    padding-left: 50px;
    padding-right: 50px;
    /*border: 1px solid yellow;*/
}

/* IE6 hack to remove blue background */
* html #content_right_home_quote{
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/quotes.png", sizingMethod="crop");
}

#offer{
    float:left;
    display: inline;
    margin-left: 8px;
    margin-right: 8px;
    padding-bottom: 20px;
}

#offer img{
    border: 3px solid #831629;
	-moz-border-top-left-radius: 20px;
	-o-border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-top-right-radius: 20px;
	-o-border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
}

#offer a:hover img{
    border: 3px solid blue;
	-moz-border-top-left-radius: 20px;
	-o-border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-top-right-radius: 20px;
	-o-border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
}

#offer p{
    text-align: center;
    width: 166px;
    min-height: 22px;
    background-color: #831629;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding-left: 5px;
}

#offer a:hover p{
    text-align: center;
    width: 166px;
    min-height: 22px;
    background-color: blue;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding-left: 5px;
}

#offer a:link{
    text-decoration: none;
}

/*
	-moz-border-top-left-radius: 10px;
	-o-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-o-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
*/

#content_right{
    width:751px;
    float:left;
    display: inline;
    color: #412E24;
    background-color: white;
    padding-top: 15px;
    padding-bottom:5px;
    min-height: 600px;
    line-height: 15px;
    /*border: 1px solid yellow;*/
}

#content_right a:link, #content_right a:visited, #content_right a:hover, #content_right a:active {
    color:#000000;
    font-weight:normal;
    text-decoration: underline;
}

#content_right a.range_links:link, #content_right a.range_links:visited, #content_right a.range_links:active, #content_right a.range_links:hover {
    color:#000000;
    font-weight:normal;
    text-decoration: none;
    border: none;
    padding-right: 5px;
}

#content_right_inner{
    width:720px;
    float:left;
    color: #412E24;
    background-color: white;
    padding-left: 15px;
    padding-right:5px;
    min-height: 600px;
    line-height: 15px;
    /*border: 1px solid yellow;*/
}

#content_right_inner_header{
    /*border: 1px solid yellow;*/
    background-color: #87172C;
    width: 720px;
    height: 35px;
	-moz-border-top-left-radius: 10px;
	-o-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-top-right-radius: 10px;
	-o-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-bottom-left-radius: 10px;
	-o-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-bottom-right-radius: 10px;
	-o-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 20px;
	}

#content_right_inner_header h1{
	color: #fff;
    padding-left: 10px;
    padding-bottom: 5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
	}

div.latest_news_box{
    width:95%;
    height:250px;
    float:left;
    padding-left:10px;
    padding-right:10px;
    overflow:auto;
    background-color:white;
}

#special_offer{
    border: 2px solid #666666;
    background-color: #87172C;
    background-color: #90EE90;
    width: 710px;
    height: 35px;
	-moz-border-top-left-radius: 20px;
	-o-border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-top-right-radius: 20px;
	-o-border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-bottom-left-radius: 20px;
	-o-border-bottom-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-bottom-right-radius: 20px;
	-o-border-bottom-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
}

#early_delivery{
  text-align: center;
    border: 2px solid #666666;
    background-color: #90EE90;
    width: 700px;
    height: 115px;
    font-size: 13px;
    font-weight: bold;
	-moz-border-top-left-radius: 20px;
	-o-border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-top-right-radius: 20px;
	-o-border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-bottom-left-radius: 20px;
	-o-border-bottom-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-bottom-right-radius: 20px;
	-o-border-bottom-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
}

#order_message{
  text-align: center;
    border: 2px solid #666666;
    background-color: #90EE90;
    width: 700px;
    height: 145px;
    font-size: 13px;
    font-weight: bold;
	-moz-border-top-left-radius: 20px;
	-o-border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-top-right-radius: 20px;
	-o-border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-bottom-left-radius: 20px;
	-o-border-bottom-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-bottom-right-radius: 20px;
	-o-border-bottom-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
}

#testimonial{
    text-align: left;
    border: 2px solid #87172C;
    width: 720px;
    /*height: 115px;*/
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
	-moz-border-top-left-radius: 20px;
	-o-border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-top-right-radius: 20px;
	-o-border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-bottom-left-radius: 20px;
	-o-border-bottom-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-bottom-right-radius: 20px;
	-o-border-bottom-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
}

#testimonial h2{
    color: #87172C;
}

#quote_me_now{
  position: absolute;
  top: 20px;
  left: 200px;

}


#content_bottom_home{
    width:700px;
    float:left;
    color: #412E24;
    background-color: white;
    padding-top: 15px;
    padding-bottom:15px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 15px;
}

#content_bottom_home a{
    color: black;
    font-size: 12px;
    text-decoration: none;
    border-bottom: 1px dotted black;
}

#content_bottom_home h1{
    color: #87172C;
}

#surcharge{
    border: 2px solid #666666;
    background-color: white;
    width: 710px;
    height: 435px;
    padding: 5%;
	-moz-border-top-left-radius: 20px;
	-o-border-top-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-top-right-radius: 20px;
	-o-border-top-right-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-bottom-left-radius: 20px;
	-o-border-bottom-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-bottom-right-radius: 20px;
	-o-border-bottom-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
}

/* ---------------------------------------- RIGHT HAND SIDE -------------------------------------- */


#ads_right{
    width:200px;
    float:right;
    position: relative;
    top: -100px;
    left: 0px;
    color: #412E24;
    background-color: white;
    padding-left:4px;
    min-height: 600px;
    line-height: 15px;
}


/* ------------------------------------------ FOOTER ------------------------------------------ */


#footer{
    clear: both;
    width:960px;
    height:42px;
    background: url(../images/bottombar.gif) top left;

}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
    color:#ffffff;
    font-weight:bold;
    text-decoration: none;
    border-bottom: 1px dotted;
}

#foot_copy{
    float: left;
    width: 480px;
    padding-top: 15px;
    padding-left: 15px;
    font-weight: bold;
    font-size: 12px;
    color: white;
}

#foot_counter{
    float: left;
    width: 100px;
}

#foot_nanthir{
    float: right;
    width: 100px;
    padding-top: 5px;
    padding-right: 15px;
}
