* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 background:#FFFFFF url(images/stobg.gif) repeat-x scroll 0 0;
}

p {
	padding: 5px;
}

h1 {
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #c20101;

}
h2 {
	font-size: 1.1em;
	margin-bottom: 10px;
	color: #c20101;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color: black;

}
#wrapper { 
 background:#FFFFFF;
 margin: 0 auto;
 width: 1020px;
 outline-width: 10px;
 outline-color: white;
 outline-style: solid;
}

#cb {
    padding-top: 3px;
    margin: 0px;
}
#cb img{padding: 0px;margin: 0px}
#cb a{padding: 0px;margin: 0px}
#cbi{padding: 0px;margin: 0px;border-right: 1px solid #A1A1A1;}

#header {
 color: black;
 width: 1020px;
 margin: 20px 0px 0px 0px;
 background: #FFFFFF;
 border-bottom: 3px;
 border-bottom-color: black;
 border-bottom-style: solid;
 position:relative;
 
}

#header  #header-bottom-nav {
	position:absolute;
	right: 5px;
	bottom: 5px;
	
}

#header  #header-bottom-nav  a {
	color: #c20101;
	text-decoration:underline;
	font-size: 0.95em;
	
}

#header  #header-bottom-nav  a:hover {
	color: grey;
	text-decoration: none;
}

#header  #header-top-nav {
	position:absolute;
	right: 5px;
	top: 0px;
}

#header  #header-top-nav  a {
	color: #525252;
	text-decoration:none;
	font-size: 1.2em;
}

#header  #header-top-nav  a:hover {
	color: #c20101;
}

#leftcolumn { 
 color: black;
 background: #FFFFFF;
 margin: 0px;
 padding: 5px;
 min-height: 350px;
 width: 195px;
 float: left;
 font-size: 1em;
 padding-top:15px;
}

#leftcolumn ul.secondary{
	padding-left: 25px;
	list-style-type: disc;
}

#leftcolumn ul.primary{
	list-style-type: none;
	
}

#leftcolumn ul li{
	margin-top: 5px;
}

#leftcolumn a{
	text-decoration:none;
	color: #c20101;
}

#leftcolumn a:hover{
	color: grey;
	text-decoration: underline;
}

#product_table strong{
	color: #c20101;
}

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 margin: 0px;
 padding: 5px;
 width: 632px;
 min-height: 350px;
 display: inline;
 padding-bottom:40px;
 position: relative;
}
#rightcolumn { 
 color: #333;
 background: #FFFFFF;
 margin: 0px;
 padding: 5px;
 min-height: 350px;
 width: 158px;
 float: left;
 text-align: center;
}

#rightcolumn div{

	padding: 10px;
	border-bottom: 1px;
	border-bottom-color: grey;
	border-bottom-style: solid;
}

#sidecart {
	border-right: 1px black solid;
	border-left: 1px black solid;
	background: #f7f7f7;
	font-size: .8em;
}

#sidecart a {
	color: #c20101;
	font-weight: bold;
}

#sidecart a:hover {
	text-decoration: none;
	color: grey;
}

#footer { 
 width: 1000px;
 clear: both;
 color: #333;
 background: #FFFFFF;
 margin: 0px;
 padding: 3px;
 border-top: 3px;
 border-top-color: black;
 border-top-style: solid;
 text-align: center;
 
}

#content #content-menu{
	position:absolute;
	top: 8px;
	right: 22px;
	color: grey;
}

#content #content-menu a{
	text-decoration: none;
	color: grey;
}

#content #content-menu a:hover{
	text-decoration: underline;
	color: #c20101;
}

#content #product-list{
	 margin: 0 auto;
	 width: 95%;
	 line-height: 15px;
}

#content #products{
  padding-top:12px;
  margin:5px;
  height:200px;
  width:140px;
  float:left;
  text-align:center;
 }

#content #products img
{
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
}

#content #products a
{
  text-decoration: none;
  font-size: 0.87em;
  color: #327CE3;
}

#content #products a:hover
{
  text-decoration: underline;
  font-size: 0.87em;
  color: #327CE3;
}

#content #gallery
{
  font-size: 0.87em;
  color: #327CE3;
}

#content #gallery a
{
  text-decoration: underline;
  font-size: 0.87em;
  color: #327CE3;
}

#content #gallery a:hover
{
  text-decoration: none;
  font-size: 0.87em;
  color: #327CE3;
}

/* shopping cart stuff */
#cart table {
	font-size: 90%;
	border-collapse: collapse;
	width: 100%;
}

#innertable table {
	font-size: 90%;
	width: 100%;
}

#innertable table td {
	padding: 5px;
	/*width: 20%;*/
	text-align: center;
}

#cart p {
	padding: 0px;
}

#cart form {
	margin:10px; padding:0 0 6px 0px;
	border: 1px solid #a7a7a7; 
	background-color: #f5f5f5; 	
}

#cart table td {
	border: 1px solid #999;
	padding: 5px;
	/*width: 20%;*/
	text-align: center;
}

#cart td.left {
	border: 1px solid #999;
	padding: 5px;
	/*width: 20%;*/
	text-align: left;
}

#cart p, input.button {
	margin: 1em;
}

#cart input.button { 
	font: bold 14px Arial, Sans-serif; 
	height: 28px;
	margin: 0;
	align: right;
	padding: 2px 3px; 
	color: #FFF;
	background: #748996;
	border: 1px solid #004d7c;
}





#add_images li{
	list-style-type: none;
	display: inline;
}

#add_images dl {text-align:center;font-size:.95em;margin-top:15px;}
#add_images dt,dd {width:100px;float:left;}
#add_images dt {margin-bottom:20px;}
#add_images dd {margin:90px 0 0 -10.5em;}
#add_images img {vertical-align:bottom;border:1px solid #999;padding:2px;background:#fff;}
#add_images em {display:block;font-weight:bold;margin-bottom:5px;}
#add_images dl a:hover img,dl a:active img,dl a:focus img {background:#004b78;}

#gallery_images li{
	list-style-type: none;
	display: inline;
}

#gallery_images dl {text-align:center;font-size:.95em;margin-top:15px;}
#gallery_images dt {width:150px;height:175px;float:left;}
#gallery_images dt {margin-bottom:20px;}
#gallery_images img {vertical-align:bottom;border:1px solid #999;padding:2px;background:#fff;}
#gallery_images em {display:block;font-weight:bold;margin-bottom:5px;}
#gallery_images dl a:hover img,dl a:active img,dl a:focus img {background:#004b78;}
#gallery_images a
{
  text-decoration: none;
  font-size: 0.87em;
  color: #327CE3;
}
#gallery_images a:hover
{
  text-decoration: underline;
  font-size: 0.87em;
  color: #327CE3;
}


/*button attempt 2 http://monc.se/kitchen/stew/buttons/btn.html */

.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(/images/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }
.btn img {margin: 0px; padding: 0px;}

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.orange { background: #fe7216; }
.btn.blue { background: #95c9cd; }	
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #a00; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(/images/shade.png); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.orange { background: #fe7216; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }

p { clear: both; padding-bottom: 2em; }

fieldset legend {font-family:Verdana,color:#477c12;font-weight:bold;font-size:14px;}
	
.label {font-size:14px;}
	
	
/* Form */
#onepagecheckout {
	width: 800px;
}	
#container {
	width: 600px;
}

/* Cory Removed */
#container p.fbinstructions {
	margin: 0;
	padding: 0;
}

.fbform {
	background: #f0f0f0;
	margin: 0;
	padding: 10px;
	}
	/* regular fieldset */
	.fbform fieldset {
		border: none;
		clear: both;
		margin: 0 0 10px 0;
		padding: 0;
		}
		/* fieldset containing submit btn */
		.fbform fieldset.fbsubmit {
			border: 0;
			margin: 0;
			padding: 0;
		}
	/* pseudo legend */
	.fbform h3 {
		background: #333;
		color: #fff;
		font-size: 1.0em;
  		margin: 3px 0;
  		padding: 5px;
  		}
  	.fbform dl {
  		position: relative;
  		margin: 0;
	}
  	.fbform dt {
  		clear: both;
  		display: block;
  		float: left;
  		margin: 10px 0 0 5px;
  		padding: 0;
  		width: 120px;
  		}
  	.fbform dd {
  		display: block;
  		float: left;
  		margin: 5px 0 5px 0;
		padding:0;
		width: 340px;
  		}
  		/* field instructions */
  		.fbform dd p {
  			font-size: 0.8em;
  			margin: 1px 0 0 0;
  			}
  		.fbform dd label {
  			display: block;
  			}
  	/* dividers */
  	.fbform dd.fbformdivider {
  		/*border-bottom: 1px solid #ccc;*/
  		clear: both;
  		height: 1px;
		margin: 0 0 0 0;
		overflow: hidden;
		width: 100%;
  		}
  		.fbform dd.fbformdivider.fblast {
	  		display: none;
	  		}
.fbtextfield, .fbselect {
	background: #fff;
	width: 230px;
}
/* Removed */




#expmonth {
	background: #fff;
	width: 80px;
}

#state {
	background: #fff;
	width: 164px;
}

#zip {
	background: #fff;
	width: 110px;
}

#shippingzip {
	background: #fff;
	width: 110px;
}

#firstname {
	background: #fff;
	width: 110px;
}

#lastname {
	background: #fff;
	width: 110px;
}

#expyear {
	background: #fff;
	width: 80px;
}
#bill_firstname {
	background: #fff;
	width: 110px;
}
#bill_lastname {
	background: #fff;
	width: 110px;
}
#cvvc {
	background: #fff;
	width: 80px;
}

.fbtextarea {
	/* textarea tends to override font settings, so we will re-specify them here */
	font-family:Verdana,Arial,sans-serif;
	font-size: 1em;
}
.fbradio {
	/* style radio buttons here, if need be */
	}
.fbcheckbox {
	/* style checkboxes here, if need be */
	}
.fbsubmitbtn {
	float:right;
	margin: 0 0 15px 0;
}
.fbfielderror {
	color: #e00000;
}
.fbrequired {
	color: #e00000;
}
/* Error Message */
.fbformerrormessage {
	background: #f9ecec;
	border: 3px solid #e00000;
	margin: 0;
	}
	.fbformerrormessage h2 {
		background: #e00000;
		color: #fff;
		font-size: 1.5em;
		padding: 10px 15px;
		margin: 0;
		}
	.fbformerrormessage ul {
		margin-bottom: 15px;
		margin-top: 15px;
		margin-left: 17px;
		}
/* Thanks Message */
.fbthanks {
	background: #f1fcf1;
	border: 3px solid #02b602;
	margin: 0;
	}
	.fbthanks h2 {
		background: #02b602;
		color: #fff;
		font-size: 1.5em;
		margin: 0;
		padding: 10px 15px;
		}
	.fbthanks p {
		padding: 0 15px;
		}
		.fbthanks p a {
			/* style the thanks link here, if need be */
			}
			
/* The hint to Hide and Show */
.hint {
   	display: none;
    position: absolute;
    left: 375px;
    width: 200px;
    font-size: 1.5em;
    margin-top: -25px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    z-index: 10;
    background: #ffc url(/images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is added by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(/images/pointer.gif) left top no-repeat;
}

#tmenu ul {
margin: 0;
padding: 2;
list-style-type: none;
}

#tmenu ul li { display: inline; }
#tmenu ul li a { 
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #036;
}

#tmenu ul li a:hover
{
color: #fff;
background-color: #369;
}

/* Pretty Photo */
div.light_rounded .pp_top .pp_left{background: url(images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;}div.light_rounded .pp_top .pp_middle{background:#fff;}div.light_rounded .pp_top .pp_right{background: url(images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;}div.light_rounded .pp_content .ppt{color:#000;}div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right{background:#fff;}div.light_rounded .pp_content{background-color:#fff;}div.light_rounded .pp_next:hover{background: url(images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.light_rounded .pp_previous:hover{background: url(images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_rounded .pp_expand{background: url(images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_rounded .pp_expand:hover{background: url(images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_rounded .pp_contract{background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_rounded .pp_contract:hover{background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_rounded .pp_close{width:75px;height:22px;background: url(images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_rounded #pp_full_res .pp_inline{color:#000;}div.light_rounded .pp_arrow_previous{background: url(images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_rounded .pp_arrow_next{background: url(images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;}div.light_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_rounded .pp_bottom .pp_left{background: url(images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;}div.light_rounded .pp_bottom .pp_middle{background:#fff;}div.light_rounded .pp_bottom .pp_right{background: url(images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;}div.light_rounded .pp_loaderIcon{background: url(images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;}div.dark_rounded .pp_top .pp_left{background: url(images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;}div.dark_rounded .pp_top .pp_middle{background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_top .pp_right{background: url(images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;}div.dark_rounded .pp_content_container .pp_left{background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_rounded .pp_content_container .pp_right{background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_rounded .pp_content{background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_next:hover{background: url(images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_rounded .pp_previous:hover{background: url(images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.dark_rounded .pp_expand{background: url(images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_expand:hover{background: url(images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract{background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract:hover{background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_close{width:75px;height:22px;background: url(images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_rounded .currentTextHolder{color:#c4c4c4;display:inline;}div.dark_rounded .pp_description{color:#fff;}div.dark_rounded #pp_full_res .pp_inline{color:#fff;}div.dark_rounded .pp_arrow_previous{background: url(images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_rounded .pp_arrow_next{background: url(images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;}div.dark_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_rounded .pp_bottom .pp_left{background: url(images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;}div.dark_rounded .pp_bottom .pp_middle{background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_bottom .pp_right{background: url(images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;}div.dark_rounded .pp_loaderIcon{background: url(images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_left ,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background: url(images/prettyPhoto/dark_square/contentPattern.png) top left repeat;}div.dark_square .currentTextHolder{color:#c4c4c4;display:inline;}div.dark_square .pp_description{color:#fff;}div.dark_square .pp_loaderIcon{background: url(images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_content_container .pp_left{background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_square .pp_content_container .pp_right{background: url(images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_square .pp_expand{background: url(images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_square .pp_expand:hover{background: url(images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_square .pp_contract{background: url(images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_square .pp_contract:hover{background: url(images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_square .pp_close{width:75px;height:22px;background: url(images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_square #pp_full_res .pp_inline{color:#fff;}div.dark_square .pp_arrow_previous{background: url(images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_square .pp_arrow_next{background: url(images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;}div.dark_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_square .pp_next:hover{background: url(images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_square .pp_previous:hover{background: url(images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_square .pp_left ,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff;}div.light_square .pp_content .ppt{color:#000;}div.light_square .pp_expand{background: url(images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_square .pp_expand:hover{background: url(images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_square .pp_contract{background: url(images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_square .pp_contract:hover{background: url(images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_square .pp_close{width:75px;height:22px;background: url(images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_square #pp_full_res .pp_inline{color:#000;}div.light_square .pp_arrow_previous{background: url(images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_square .pp_arrow_next{background: url(images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;}div.light_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_square .pp_next:hover{background: url(images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor: pointer;}div.light_square .pp_previous:hover{background: url(images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_top .pp_left{background: url(images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;}div.facebook .pp_top .pp_middle{background: url(images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;}div.facebook .pp_top .pp_right{background: url(images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;}div.facebook .pp_content .ppt{color:#000;}div.facebook .pp_content_container .pp_left{background: url(images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;}div.facebook .pp_content_container .pp_right{background: url(images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;}div.facebook .pp_content{background:#fff;}div.facebook .pp_expand{background: url(images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.facebook .pp_expand:hover{background: url(images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.facebook .pp_contract{background: url(images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.facebook .pp_contract:hover{background: url(images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.facebook .pp_close{width:22px;height:22px;background: url(images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.facebook #pp_full_res .pp_inline{color:#000;}div.facebook .pp_loaderIcon{background: url(images/prettyPhoto/facebook/loader.gif) center center no-repeat;}div.facebook .pp_nav .pp_arrow_previous{background: url(images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px;display:inline;}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default;display:inline;}div.facebook .pp_nav .pp_arrow_next{background: url(images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_next.disabled{background-position: -32px -96px;cursor:default;}div.facebook .pp_nav{margin-top:0;}div.facebook .pp_nav p{clear:none;font-size:15px;padding:0 3px 0 4px;}div.facebook .pp_next:hover{background: url(images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor: pointer;}div.facebook .pp_previous:hover{background: url(images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_bottom .pp_left{background: url(images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;}div.facebook .pp_bottom .pp_middle{background: url(images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;}div.facebook .pp_bottom .pp_right{background: url(images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;}div.pp_pic_holder a:focus{outline:none;}div.pp_overlay{background:#000;display: none;left:0;position:absolute;top:0;width:100%;z-index:9500;}div.pp_pic_holder{display: none;position:absolute;width:100px;z-index:10000;}.pp_top{height:20px;position: relative;}* html .pp_top{padding:0 20px;}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_top .pp_middle{left:0;position: static;}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_content{height:40px;}.pp_content .ppt{left:auto;margin-bottom:5px;position: relative;top:auto;}.pp_fade{display: none;}.pp_content_container{position: relative;text-align: left;width:100%;}.pp_content_container .pp_left{padding-left:20px;}.pp_content_container .pp_right{padding-right:20px;}.pp_content_container .pp_details{margin:10px 0 2px 0;}.pp_description{display: none;margin:0 0 5px 0;}.pp_nav{clear: left;float: left;margin:3px 0 0 0;}.pp_nav p{float: left;margin:2px 4px;}.pp_nav a.pp_arrow_previous,.pp_nav a.pp_arrow_next{display:block;float: left;height:15px;margin-top:3px;overflow: hidden;text-indent: -10000px;width:14px;}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000;}a.pp_next{background: url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: right;height:100%;text-indent: -10000px;width:49%;}a.pp_previous{background: url(images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: left;height:100%;text-indent: -10000px;width:49%;}a.pp_expand,a.pp_contract{cursor: pointer;display: none;height:20px;position:absolute;right:30px;text-indent: -10000px;top:10px;width:20px;z-index:20000;}a.pp_close{display:block;float: right;text-indent: -10000px;}.pp_bottom{height:20px;position: relative;}* html .pp_bottom{padding:0 20px;}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_bottom .pp_middle{left:0;position: static;}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_loaderIcon{display:block;height:24px;left:50%;margin: -12px 0 0 -12px;position:absolute;top:50%;width:24px;}#pp_full_res{line-height:1 !important;}#pp_full_res .pp_inline{text-align: left;}#pp_full_res .pp_inline p{margin:0 0 15px 0;}div.ppt{color:#fff;display: none;font-size:17px;left:0;position:absolute;top:0;z-index:9999;}.clearfix:after{content: ".";display:block;height:0;clear:both;visibility: hidden;}.clearfix {display: inline-block;}* html .clearfix {height:1%;}.clearfix {display:block;}


#testimonial-wrap {
 color: #333;
 background: #FFF;
 margin: 0 auto;
 padding: 3px;
 width: 935px;
 clear: both;
}

#testimonial-wrap td {
	font-size: small;
}

blockquote.testimonial {
	margin: 10px;
 	padding: 2px 6px 2px 45px;  
    border: 1px solid #DEDEDE; 
	background:#f7f7f7 url(images/quote_grey.gif) no-repeat 7px 10px; 
	font-size: small;
	color: black;
}

	
 
 /* footer */
#footer-wrap {
 clear: both;
 color: #333;
 background: #FFFFFF;
 margin: 0 auto;
 width: 935px;
 padding: 3px;
 padding-left: 65px;
 border-top: 3px;
 border-top-color: black;
 border-top-style: solid;
 
}

#footer-wrap a:hover {
	color: #c20101;
	text-decoration: none;	
}
#footer-wrap h3 {
	color: #c20101;
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
}

#footer-columns {
	color: #666666;;
	margin: 0 auto; 
	padding: 0;	
	width: 935px;		
		font-size: .9em;	
}
#footer-columns a {
	text-decoration: underline;
	font-weight: bold;
	color: #666666;
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
}
#footer-columns li {
}

#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 1px 0 1px 10px;
	width: 96%;
}
#footer-columns .col4 {
	float: left;
	width: 22%;
}

#footer-columns .col4-right { 
	float: left;
	width: 30%;
	margin: 0 15px; 
}

#footer-columns .col4-rc {
	float: left;
	width: 24%;
}

#footer-columns .col4-r {
	float: left;
	width: 24%;
}

.footerform {
	border: 0px;
	color: black;
	margin-left: 0px;
}

.footerform input{
	margin: 2px;
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 870px;
	padding: 15px 0 0 0;
	text-align: center;	
}
#footer-bottom  a {
	color: #976834;
}

.menu {height: 24px; position:relative; z-index:100; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative; border-left: 1px solild black}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; height:30px; border:0px solid #585752; border-width:0 0 1px 0; padding-left:10px; line-height:29px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}


/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#fff no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#c9ba65 no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden; position:absolute;height:0;top:25px;left:0; width:149px;border-top:1px solid #000; z-index: 99;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#efefef; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000;}
.menu :hover > a, .menu ul ul :hover > a {color:#000;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/* Search form */
#header-top-nav .search form {
	float: right;
	width: 280px;
	}
#header-top-nav input {
	overflow: hidden;
	font: normal normal normal 12px/12px Arial, Verdana, sans-serif;
	font-weight: bold;
	color: black;
	}
#header-top-nav input[type="text"] {
	float: left;
	width: 234px;
	height: 12px;
	margin: 3px 0 0 0;
	padding: 7px 10px 6px 10px;
	background: #fff;
	border-right: none;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
	}
#header-top-nav input[type="submit"] {
	float: left;
	width: 24px;
	height: 27px;
	margin: 3px 0 0 0;
	padding: 0;
	cursor: pointer;
	text-indent: -9999em;
	background: #fff url(images/search-icon.png) no-repeat 0 0;
	border-left: none;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
	}


/* Search results */
#results {
	 font-family: Arial, sans-serif;
    border-color: #FFFFFF;
    background-color: #FFFFFF;
}

#results a {
	color: #0000CC;
}

#results a.visited {
	color: #0000CC;
}

#results .resulturl {
	color: #008000;
	font-size: 12px;
}

#results .title { padding-top: 5px; padding-bottom: 5px }
#results table { margin-top: 10px;}
#results img { margin-right: 5px; }
#results .gpic { border: 1px solid #999; padding: 2px;}
#results .resulturl { font-style:italic; }

