@charset "UTF-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background:#171717 url(../images/gfx/bg_borders3.png) repeat-x left 100px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ddd;
}
#c1pad {
	background:#171717;
	width:92em;
	padding:0 1em 1em 1em;
	margin:10px auto 5px;
}
#container1 {
	width: 92em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #111;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 3px solid #52a5ed;
	border: 12px solid #222;
	border: 2px solid #666;
	border: 2px solid #284377;
	border: 3px solid #fdf6b0;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
} 
#header {
	background: #565E66 url(../images/gfx/bg_hdr.png) repeat-x;
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -9999px;
	background: url(../images/gfx/hdrh1.png) no-repeat center center;
	height: 90px;
}
#sidebar1 {
	float: right;
	width: 18em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	margin-right: 4em;
}
#mainContent {
	margin: 0 24em 0 4em; /* the left margin will look best if you match the padding amount to the header and footer. */
	min-height: 450px;
} 
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align: center;
	margin:0 4em;
	border-top:1px solid #000;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:.86em;
	color:#999;
}
h1 {
	font-size:1.8em;
	margin: 10px 0px;
	font-weight: normal;
	color: #52A5ED;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin: 10px 0 6px;
	color: #F8E981;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #C30;
	margin: 6px 0 4px;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	color: #F8E981;
	margin: 6px 0 4px;
}
p {
	margin: 2px 0 8px;
	line-height: 1.4;
}
#sidebar1 h2 {
	border-top:1px solid #333;
	padding-top:6px;
}
a:link, a:visited {
	color: #00659B;
	text-decoration: none;
}
a:hover, a:active {
	color:#C30;
	text-decoration: underline;
}
a img {
	border: 0 none;
}
/* navigation */
ul#nav {
	margin:10px auto 10px auto;
	padding: 0;
	list-style-type: none;
	background: url(../images/nav/nav1.png) no-repeat 0 0;
	width:960px;
	height:32px;
	position:relative;
}
#nav li {
	float:left;
	/*margin: 0;
	padding: 0;*/
}
#nav li a {
	position:absolute;
	margin: 0;
	padding: 0;
	display: block;
	height: 32px;
	background: url(../images/nav/nav1.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;	/*font-size: 1%;*/
}
li#nav_hom a {
	left:0;
	width:120px;
	background-position:0 0;
}
li#nav_boo a {
	left: 120px;
	width: 120px;
	background-position: -120px 0;
}
li#nav_art a {
	left: 240px;
	width: 120px;
	background-position: -240px 0;
}
li#nav_bel a {
	left: 360px;
	width: 120px;
	background-position: -360px 0;
}
li#nav_kit a {
	left: 480px;
	width: 120px;
	background-position: -480px 0;
}
li#nav_tab a {
	left: 600px;
	width: 120px;
	background-position: -600px 0;
}
li#nav_new a {
	left: 720px;
	width: 120px;
	background-position: -720px 0;
}
li#nav_abo a {
	left: 840px;
	width: 120px;
	background-position: -840px 0;
}
li#nav_hom a:hover {
	background-position: 0 -32px;
}
li#nav_boo a:hover {
	background-position: -120px -32px;
}
li#nav_art a:hover {
	background-position: -240px -32px;
}
li#nav_bel a:hover {
	background-position: -360px -32px;
}
li#nav_kit a:hover {
	background-position: -480px -32px;
}
li#nav_tab a:hover {
	background-position: -600px -32px;
}
li#nav_new a:hover {
	background-position: -720px -32px;
}
li#nav_abo a:hover {
	background-position: -840px -32px;
}
#body_hom li#nav_hom a {
	background-position: 0 -64px;
}
#body_boo li#nav_boo a {
	background-position: -120px -64px;
}
#body_art li#nav_art a {
	background-position: -240px -64px;
}
#body_bel li#nav_bel a { 
	background-position: -360px -64px;
}
#body_kit li#nav_kit a {
	background-position: -480px -64px;
}
#body_tab li#nav_tab a {
	background-position: -600px -64px;
}
#body_abo li#nav_new a {
	background-position: -720px -64px;
}
#body_abo li#nav_abo a {
	background-position: -840px -64px;
}
/* forms */
legend {
	color:#036;
}
table.tform {
	border-collapse: collapse;
	empty-cells: show;
	margin: 0 auto;
	background-color:#222;
	color:#eee;
	font:11px Verdana, Geneva, sans-serif;
	width:70%;
}
table.tform td, table.tform th {
	text-align:left;
	padding:2px 4px;
	vertical-align: middle;
	border:1px solid #444;
}
table.tform th {
	font-weight:normal;
	font-size:110%;
	text-align:left;
	color:#39F;
}
table.tform td.label, table.tform td.req {
	text-align:right;
	padding-right:12px;
}
table.tform tr td.req {
	background: url(../images/forms/req_star.png) no-repeat right center;
}
table.tform tr td.submit {
	padding-top: 6px;
}
/* forms */
.liform {
	margin:0 auto;
	font-size: 1em;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
.liform label {
	position:relative;
	width:14em;
	margin-right:1em;
	float:left;
	text-align:right;
	line-height: 1.6;
}
.liform label em {
	position:absolute;
	left:14em;
	top:0;
}
.fc-field-error {
	border: 2px solid #C30; !important;
	background:#fff url(../images/forms/req_star.png) no-repeat right center;
}
/* images, media */
#mainFla {
	margin:0 auto;
	padding:0 auto;
}
.media  {
	padding: 0;
	text-align: center;
	display: block;
	margin: 10px auto 15px;
}
/* home toc,feat,news */
.feat {
	padding:5px;
	margin:4px 30px;
	clear:left;
	background-color:#171717;
}
.feat h2, .feat h3, .feat p {
	margin-left:140px;
}
.feat h3 {
	font-size:1.3em;
}
.feat img.a {
	float:left;
	margin-right:10px;
}
.more {
	float:right;
	margin-left:20px;
}
 /*galleries*/
ul#gallery {
	list-style-type:none;
	margin-left: 0px;
	padding: 0;
	margin: 0;
}
ul#gallery li {
	padding: 3px;
	float: left;
	height: 120px;
	margin: 5px;
	background:#000;
	width: 120px;
	border: 0 none;
}
ul#gallery li a, ul#gallery li a img {
	border: 0 none;
	text-deocration:none;
}
/* tables */
table.merch {
	border:1px solid #000;
	background:#222;
	border-collapse:collapse;
	empty-cells:show;
	margin:5px auto;
}
.book {
	margin: 20px 30px;
	clear: left;
}
.book img {
	margin: 0px 30px 20px 0px;
	float: left;
}
table.merch td, table.merch th {
	font-size:1em;
	line-height:1.6em;
	padding:5px 10px;
	text-align:left;
	vertical-align:top;
	border:1px solid #000;
	color:#fff;
}
table.merch th {
	font-stye:italic;
	font-weight:normal;
	background: #333;
}
table.merch td.img {
	text-align:center;
	background:#fff;
	padding:0;
}
table.merch td.rt{
	text-align: right;
}
/* misc classes for reuse */
.hilite, .msg {
	color:#F90;
}
.ctr {
	display: block;
	margin: 10px auto;
	text-align: center;
}
.dim {
	color: #999;
}
.small {
	font-size:.8em;
}
.txtrt {
	text-align:right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clrlft {
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
