* html #poststuff {
	height: 100%; /* kill peekaboo bug in IE */
}


body {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:12px;
	margin:0 auto;
	padding:0;
	color:#333;
	line-height:20px;
}


.float-left { float:left; }
.float-right { float:right;}
.spacer-left { margin-left:10px;}
.spacer-right { margin-right:10px;}
.spacer-top { margin-top:10px;}
.spacer-bottom { margin-bottom:10px;}
.clear { clear:both;}
.seperator { height:10px; clear:both; }
.alignright { text-align:right;}
.aligncenter { 	text-align:center;}
.alignjustify { text-align:justify;}
input.error, textarea.error { border: 1px dotted red; background:#e9adad }
label.error {
	margin-left:5px;
	color: red;
	font-style: italic;
	
}
.error_msg { color:#ff0000; padding-left:10px; background:#f2acac; border:1px solid #e66969 }



.scroll-container { height:200px; overflow:scroll; width:450px;}
.categories_list { height:190px; overflow:auto; border:1px solid #cccccc; padding:5px;  }
.categories_list ul { list-style:none; margin:0; padding:0;}
.categories_list li { display:block}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
.clr{clear:both}
form{margin:0; padding:0;}
hr {
	border: 0;
	color: #6b6b6b;
	background-color: #6b6b6b;
	height: 1px;
	margin:0px 0px 10px 0px;
	padding:0px;
}

/*** END OF GLOBAL  ***/
/* links */
a {color:#2e80a9; text-decoration:none;}
a:hover{text-decoration:underline;}
a img{border:none}
.border{ border:1px solid #c5c5c5; padding:3px;}
.imgleft{float:left; margin-right:15px;}
.imgright{float:right; margin-left:15px;}
.imgmiddle{vertical-align:middle; padding-right:6px}
a, a:visited, h1.tcolor, h2.tblue, #nav li a:hover, #nav li a.active{color:#2e80a9;}
#main_navi li.active{background-color:#2e80a9;}
/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1, h2 {margin-bottom:12px;	font-weight:normal; color:#34637a}
h2 a { color:red;}
h1.tcolor{color:#2e80a9; margin-bottom:13px}
h3, h4, h5 {margin-bottom:12px;	font-weight:normal; color:#666666}
h1 {font-size:30px; line-height:32px;}
.title{ margin:0px 0px 5px 0px; font-weight:bold;}
h2 {font-size:20px; line-height:22px;}
h2.tblue {font-size:20px; line-height:22px; color:#2e80a9; margin-bottom:8px;}
h3 {font-size:18px; line-height:20px;}
h4 {font-size:13px; line-height:15px;}
h5 {font-size:13px; line-height:15px;}


/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	line-height:20px;
	margin-bottom:20px;
}
ul, ol {
	margin:10px 0 35px 30px;
}
li ol,
li ul
{
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol {list-style:decimal;}
blockquote {
	font-style:italic;
	margin:25px 0 25px 0px;
	color:#6b6b6b;
	padding:10px 20px 10px 25px;
	border-left:4px solid #6b6b6b;}

/* code */
code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #6b6b6b;
	padding:15px 10px;
}


/*** END OF DEFAULT ELEMENT STYLES ***/
#featured { background:#ecece9 url(/images/bg-slider-bot.png) repeat-x left bottom; border-top:1px solid #fff; border-bottom:1px solid #cdcdcb; }
#featured #page-title { position:relative; }
#featured #page-title h2 { padding:25px 0; }
#featured .subscribe { position:absolute; right:0; top:25px; }
#featured .alignright {margin: 5px 0px 8px 20px;float: right;}

#slider-block { overflow:hidden; min-height:320px; }

.container { width:820px; height:320px; overflow:hidden; position:relative; margin-left: 50px;}
.slides { position:absolute; top:0; left:0; }
.slides div.slide { position:absolute; top:0; width:860px; display:none; min-height:250px; }
#loopedSlider { width:900px; margin:0 auto; padding:40px 0;}
#loopedSlider .nav-buttons { list-style-type:none; margin:0; padding:0; position:relative;}
#loopedSlider li#p { position:absolute; top:120px; left:0px; }
#loopedSlider li#n { position:absolute; top:120px; right:0px; }

#featured h2 { color:#000; font-size:40px; padding:0 0 10px; line-height:40px; font-weight:normal; letter-spacing:-1px; text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15) }
#featured h4 { font-size:18px; color:#333; font-family:Arial, Helvetica, sans-serif; line-height:22px; letter-spacing:1px; }
#featured p { font-size:14px; color:#333; line-height:20px; }

.slides ol, .slides ul { line-height: 18px; }
.slides ul { padding-left: 20px; }
.slides ul li { list-style: dot; padding: 3px 0; }
.slides ol { padding-left: 20px; }
.slides ol li { list-style: decimal; padding: 3px 0; }
a.button {
    background: url(/images/btn-slider-right.png) no-repeat scroll top right; 
	display: block;
	float: left;
	height: 46px; 
	margin-right: 6px;
	padding-right: 13px; 
	text-decoration: none;
	color: #3e3e3e;
	font-family: Georgia;
	font-size:18px;
}
a.button span {
	float:left;
	background: url(/images/btn-slider.png) no-repeat; 
	display: block;
	line-height: 46px; 
	padding: 1px 5px 5px 18px;
} 
a.button:hover span{ text-decoration:underline; }

/*** CONTAINER ***/
#top_container{background-image:url(/images/repeat_top.gif); background-repeat:repeat-x; width:100%; height:144px;}
#content_container{width:100%;  background-repeat:repeat-x; background-position:top;}
#content_container_inner{ width:100%; background-image:url(/images/bg_header_inner_repeat.html); background-repeat:repeat-x; background-position:top; padding:20px 0px 20px 0px}
#bottom_container{background-repeat:repeat-x; width:100%; height:60px;}
#footer_container{background-image:url(/images/repeat_footer.gif); background-repeat:repeat-x; width:100%; height:51px; background-color:#f6f6f6}
/*** END OF CONTAINER ***/

/*** CENTERCOLUMN ***/
.centercolumn{width:940px; margin:0px auto 0px auto;}
/*** END OF CENTERCOLUMN ***/

/*** TOP ***/
#top{width:940px; float:left; height:95px;}
#logo{width:500px; float:left;}
#topsearch{width:440px; float:left; padding:30px 0px 0px 0px;}
#topsearch form{margin:0px; float:right;}
.inputbox{background-image:url(/images/bg_search.gif); background-color:#fff; background-repeat:no-repeat; background-position:right; border:solid 1px #f0f0f0; padding:4px 30px 5px 5px; width:168px; color:#857f7f; text-align:left;}
#topmenu{width:940px; float:left; clear:right;}
#nav{margin:0px; padding:0px; list-style-type:none;  float:left;  z-index:15; position:relative;}
#nav ul{margin:0px; padding:0px; list-style-type:none; z-index:16; position:relative;}
#nav li{list-style-type:none; padding:0px; margin:0px; float:left; background-image:url(/images/menu_separator.gif); background-repeat:no-repeat;position:relative; background-position:left}
#nav li.noborder{background-image:none;}
#nav li a{color:#666666;  font-size:14px; float:left; padding:0px 10px 0px 10px; line-height:37px; }
#nav li.noborder a{padding-left:0px;}
* html #nav li a{margin-right:1px;} /* ie6 only */
#nav li a:hover{color:#2e80a9; text-decoration:none}
#nav li a.active{color:#2e80a9;}
#nav li li{
margin-top:0;
background-image:none;
padding:0px;
background-image:none;
position:relative;
z-index:10;
border-bottom:solid 1px #f0f0f0;
padding:0px 10px;
display:block;
}
#nav ul {
display:none;
left:0px;
position:absolute;
top:37px;
width:140px;
z-index:10;
border:solid 1px #e6e7df;
background-color:#fff;
border-width:0px 1px 1px 1px;
padding:0px 10px;
}
#nav li ul a{
width:115px;
height:auto;
float:left;
text-align:left;
padding:0px 0px 0px 0px;
text-transform:capitalize;
font-size:12px;
font-weight:normal;
line-height:33px;
z-index:10;
color:#333;
}
#nav ul ul{top:auto;border-top:none; border:solid 1px #e6e7df; border-width:1px 1px 1px 1px;}	
#nav li ul ul {left:123px; top:0px;}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{display:none;}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{display:block;}
#nav li ul a{border-top:none;}
/*** END TOP ***/

/*** HEADER ***/
#featured_container{height:224px; position:relative; border-bottom:solid 5px #e5e5e5; margin-bottom:10px}
/*** END HEADER ***/
.prod_title{font-size:16px; line-height:18px; padding-bottom:6px;}
.prod_title a { color:#0063e3; font-weight:bold; }

/*** CONTENT ***/
#maincontent{width:940px; padding:20px 0px 40px 0px;}
#maincontent_homepage{width:940px; padding:20px 0px 20px 0px;}
#welcomeText  { float:left; width:640px; margin-right:20px; }
#content{width:605px; float:left; padding:0px 65px 0px 0px;}
#content_full{width:100%;}
#sideright{width:270px; float:left; padding:0px 0px}
#sideright p{margin-bottom:15px;}
#sideright h2{margin-bottom:10px; border-bottom:solid 5px #f5f5f5; padding:0px 0px 8px 0px;}
#sideright ul{margin:0px 0px 0px 0px; padding:0px; list-style-type:none;}
#sideright ul li{margin:0px; padding:3px 0px 3px 20px; list-style-type:none; font-size:12px; background-image:url(/images/list_square.gif); background-repeat:no-repeat; background-position:left center}
#sideright ul li a, #sideright ul li a:visited{color:#6b6b6b}
.sidebox{position:relative; margin-bottom:30px;}
.imgborder{border:solid 3px #cccccc;}
#boxslideshow{margin:0px; position:relative;}
#boxslideshow .cycle{ background-color:#FFFFFF;}
#boxslideshow .cycle img{margin-bottom:5px;}
#boxslideshow .cycle .tbold{font-size:14px; font-weight:bold;}
/*** END CONTENT ***/

#flickr {
	float:left;
	margin-top:14px;
	width:311px;
}
*:first-child+html #flickr {
	padding-bottom:14px;
}
#flickr h3 {
	float:left;
	margin:2px 10px 0 10px;
	width:291px;
}
#flickr ul {
	float:left; 
	margin:10px 0 0 0; 
	width:311px;
	list-style:none;
	background:none;
}

#flickr ul li {
	float:left;
	margin:0 0 10px 12px;	
	width:90px;
background-image:none;
}

/*** FOOTER ***/
#bottom_container a, #bottom_container a:visited{color:#333;}
#bottom_container h2 a, #bottom_container h2 a:visited { color:#34637a; }
#bottom_container{padding:0px 0px 10px 0px; width:100%; min-height:200px;}
* html #bottom_container{height:200px;}/* ie6 only */
.bottom_box{width:270px; float:left; position:relative;}
.bottom_box h2{border-bottom:solid 5px #f5f5f5; padding:0px 0px 8px 0px; margin:0px 0px 5px 0px;}
.bottom_box .date{color:#999999; font-size:11px;}
.bottom_box ul{list-style-type:none; margin:0px; padding:0px;}
.bottom_box ul li{list-style-type:none; margin:0px; padding:0px 0px 0px 15px; line-height:30px; border-bottom:solid 1px #f5f5f5; background-image:url(/images/arrow.gif); background-repeat:no-repeat; background-position:left}
.spacer{width:65px !important; float:left; display:block}

.bottom_box .ticker ul li{ background-image:none; padding:0px; border-bottom:0px; min-height:130px;}
a.next_item, a.prev_item{width:13px; text-indent:-9999px; position:absolute;}
a.next_item{background-image:url(/images/arrow_top.gif); background-repeat:no-repeat; top:10px; right:20px}
a.prev_item{background-image:url(/images/arrow_bottom.gif); background-repeat:no-repeat; top:10px; right:0px}

.bottom_box .ticker2 ul li{ background-image:none; padding:0px; border-bottom:0px; min-height:130px;}
a.next_item2, a.prev_item2{width:13px; text-indent:-9999px; position:absolute;}
a.next_item2{background-image:url(/images/arrow_top.gif); background-repeat:no-repeat; top:10px; right:20px}
a.prev_item2{background-image:url(/images/arrow_bottom.gif); background-repeat:no-repeat; top:10px; right:0px}


#footer_container{width:100%; clear:both;}
#footer_container a, #footer_container a:visited{color:#666666;}
#foot{text-align:center; padding:20px 0px 0px 0px; color:#666666}
#pagination-flickr li          { border:0; margin:0; padding:0; font-size:11px; list-style:none; /* savers */ float:left; }
#pagination-flickr a           { border:solid 1px #DDDDDD; margin-right:2px; }
#pagination-flickr .previous-off,
#pagination-flickr .next-off   { color:#666666; display:block; float:left; font-weight:bold; padding:3px 4px; }
#pagination-flickr .next a,
#pagination-flickr .previous a { font-weight:bold; border:solid 1px #FFFFFF; }	
#pagination-flickr .active     { color:#ff0084; font-weight:bold; display:block; float:left; padding:4px 6px; }
#pagination-flickr a:link, 
#pagination-flickr a:visited   { color:#0063e3; display:block; float:left; padding:3px 6px; text-decoration:none; }
#pagination-flickr a:hover     { border:solid 1px #666666; }
.nav { padding:0; padding-bottom:10px; padding-top:0; margin:0; }
.nav li { float:left; margin-right:10px; list-style:none;}

/* Table */

.table_box_container{ width:940px;}
.table_box_container ul{ margin:0px; border-bottom:1px dotted #e5e5e5; float:left; }
.table_box_container ul li{ float:left; list-style-type:none; padding:12px 0px; line-height:normal; color:#707070 !important; }
.table_box_container ul li h4{ margin:0px; font-size:14px;}
.table_box_container ul li.one{ width:455px; padding-left:20px; }
.table_box_container ul li.two{ width:150px; text-align:center; border-left:1px dotted #e5e5e5; }
.table_box_container ul li.three{ width:150px; text-align:center; border-left:1px dotted #e5e5e5; }
.table_box_container ul li.four{ width:150px; text-align:center; border-left:1px dotted #e5e5e5; }
ul.table_header li{ }

ul.tbl_odd{ background-color:#fafafa; float:left;}
ul.tbl_odd li.one{ width:465px; padding-left:10px; }
ul.tbl_new{ background-color:#FFFFFF}
ul.tbl_new li.one{ width:465px; padding-left:10px; }
ul.tbl_price{ border:0px; font-size:18px;}
ul.tbl_price a, ul.tbl_price a:visited{ color:#707070; text-decoration:underline; font-size:12px;}
ul.tbl_price a:hover{ text-decoration:none;}

/*** END OF FOOTER ***/
/* contact */
form{margin:0; padding:0;}
fieldset{border:0px;}
#contact_form{margin:0 auto; position:relative}
label{margin:3px 0px;}
label.sp { width:3px;}
span.error{color:red;text-align:left;}
.green { color:green; }
#message{ margin-left:0px;}
#message h2	{}
#message p{margin:6px 0px; }
input.text-input{ margin:4px 8px 4px 0px; width: 280px; height:15px; padding:5px 2px; border:solid 1px #e4e4e4; vertical-align:middle}
textarea.text-input{ margin:0px 8px 4px 0px; padding: 5px 2px; border:solid 1px #e4e4e4; vertical-align:top; width:380px;}
#contact_form input:focus, #contact_form textarea:focus {border:solid 1px #e4e4e4; }
input.text-input{width: 320px; margin:3px 0px 6px 0px}
textarea.text-input{width: 320px; margin:0px}
span.error{color:red;text-align:left;}
input.button{background-color:#f6f6f6; background-image:url(/images/bg_readmore.gif); background-repeat:no-repeat; background-position:right; color:#333333 !important; padding:5px 10px 8px 13px; width:100px; text-align:left; height: 30px; display:block; margin-top:10px; border:0px;cursor:pointer;}
#newsletterForm h3 { margin:0; padding:0; }
#newsletterForm .get { height:22px; width:300px; font-size:18px;  border:1px solid #4e4d4d; color:#4e4d4d;}
#newsletterForm .submitNewsletterForm { border:1px solid #4e4d4d; background:#ccc; color:#4e4d4d; padding:5px;  }
