@charset "utf-8";
/* Reset */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
 ul {
	list-style: circle;
	padding-left: 20px;
}
ol {
	list-style: decimal;
	padding-left: 20px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End Reset*/

#bg {
	background-image: url(images/bg_new.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #e1d5b5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}

#container {
	width: 960px;
	margin: 0px auto 0px auto;
}

#header {
	width: 740px;
	background-image: url(images/header_new.jpg);
	height: 200px;
	float: left;
}
#wheretobuy {
	width: 200px;
	padding: 10px;
	height: 180px;
	float: right;
}
.tabbar {
	width: 960px;
	height: 60px;

}
.tabbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tabbar li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
.tabbar a:link, .tabbar a:visited {
	color: #19773B;
	text-align: left;
	padding-left: 10px;
	padding-right: 20px;
	line-height: 60px;
	font-weight: bold;
	text-decoration: none;
		font-size: 1.4em;
}
.tabbar a:hover {
	color: #9bc858;
		font-size: 1.4em;
}
.tabbar2 {
	width: 200px;
	height: 60px;
	margin-top: 120px;

}
.tabbar2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tabbar2 li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
.tabbar2 a:link, .tabbar2 a:visited {
	color: #19773B;
	text-align: left;
	padding-left: 10px;
	padding-right: 20px;
	line-height: 60px;
	font-weight: bold;
	text-decoration: none;
		font-size: 1.4em;
}
.tabbar2 a:hover {
	color: #9bc858;
		font-size: 1.4em;
}
.content-wrapper {
	width: 958px;
	background-color: #efe7d2;
	background-image: url(images/content_new.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border: 1px solid #c7ba99;

}

.content-wrapper a:link {
	color: #102e72;
	text-decoration: underline;
}

.content-wrapper a:visited {
	color: #19773B;
}

.content-wrapper a:hover {
	color: #9bc858;
}

.clr {
	clear: both;
}

.content_skinny {
	width: 628px;
	padding: 0px 5px 0px 5px;
	float: left;
}

.content_wide {
	width: 728px;
	padding: 0px 5px 0px 5px;
	float: left;
}

.content_full {
	width: 948px;
	padding: 0px 5px 0px 5px;
}

img.content {
	margin: 5px;
}

img.content_wide {
	margin: 5px;
}
#right_wide {
		float: right;
		width: 320px;
		
}

#right_skinny {
		float: right;
		width: 220px;
}

.right_inside_wide {
	width: 309px;
	padding: 0px 5px 0px 5px;
	border-left: 1px solid #c7ba99;
}

.right_inside_skinny {
	width: 209px;
	padding: 0px 5px 0px 5px;
	border-left: 1px solid #c7ba99;
}
h2.right_news {
		width: auto;
		padding: 15px 5px 15px 5px;
		font-size: 1.2em;
		font-weight: bold;
		background-image: url(images/side_news.jpg);
		background-repeat: repeat-y;
		line-height: 1.2em;
		color: #102e72;
		display: block;
		margin: 5px 0px 10px 0px;
}


h1.style {
		width: auto;
		padding: 0px 5px 0px 5px;
		height: 50px;
		font-size: 1.2em;
		font-weight: bold;
		background-image: url(images/side_news.jpg);
		background-repeat: no-repeat;
		line-height: 50px;
		color: #102e72;
		display: block;
		margin-bottom: 10px;
		margin-top: 5px;
}

.pics {
	float: left;
	width: 200px;
	margin: 5px;
}

.pics2 {
	float: left;
	width: 100px;
	margin: 5px;
}

.pic_left {
	float: left;
	margin: 5px 15px 5px 5px;
	border: 1px solid #c7ba99;
}

.pic_right {
	float: right;
	margin: 5px 5px 5px 15px;
	border: 1px solid #c7ba99;
}
.pic {
	margin: 5px 5px 5px 5px;
	border: 1px solid #c7ba99;
	width: 10px;
}

.product {
	width: auto;
}
#footer {
	width: 1042px;
	height: 150px;
	background-image: url(images/footer_new.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px auto 10px auto;
}

.inside_foot {
	width: 960px;
	margin: 0px auto 0px auto;
	height: 150px;
	text-align: right;
	color: #102e72;
	font-size: 0.8em;
}

.inside_foot a:link {
	color: #19773B;
	text-decoration: underline;
}

.inside_foot a:visited {
	color: #000;
	text-decoration: underline;
}

.inside_foot a:hover {
	color: #000;
}

.list {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 0;
	padding-left: 1em;
}

.lists {
	margin-left: 1em;

}

.left {
	width: auto;
	float: left;
	padding-right: 5px;
}
div.float_thumb {
  float: left;
  margin-right: 5px;
  }
  
div.float_thumb p {
   text-align: center;
   }
div.spacer {
	clear: both;
}
