/* CSS 3 document */

/* Eric Meyer's CSS reset - http://meyerweb.com/eric/tools/css/reset  */

html, body, div, span, applet, object, iframe,
header, nav, article, aside, section, footer,
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
button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
    background: transparent;
    font-family: arial;
    font-size: inherit;
    font-weight: inherit;
    }

header, nav, article, aside, section, footer {
    display: block;
    }
    
ol, ul {
    list-style: none;
    }
    
blockquote, q {
    quotes: none;
    }
strong {
	font-weight: bold;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	padding: 0px 0px 7px 0px;
}
h1 {
	font-size: 36px;
	color: #4a4a4a;
	font-weight: bold;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a4a4a;
}
a {
	color: #4a4a4a;
	text-decoration: underline;
}
a:hover {
	font-style: italic;
}
img a {
	border: none;
}
#OuterWrapper {
	width: 960px;
	margin: 0 auto;
}
#Header {
	width: 960px;
	height: 239px;
}
/*#Menu {
	padding: 12px 0px 12px 4px;
	background: #1D1D1D;
	color: #ffffff;
	width: 956px;
	text-align: center;
}
#Menu ul {
	list-style: none;
}
#Menu ul li {
	list-style: none;
	float: left;
}
.MenuItem {
	padding: 0px 14px;
}*/
#Menu a {
	color: #ffffff;
	border: none;
}
#Menu {
	width: 960px;
}
#Menu img {
	float: left;
}
#BodySpacer {
	width: 960px;
	height: 28px;
}
#Body {
	padding: 0px 18px 46px 54px;
	line-height: 2.2em;
}

.Line {
	width: 100%;
	background: #cdcdcd;
	height: 6px;
}
.BreakLine {
	height: 1px;
	border-top: 1px dashed #cdcdcd;
}

#Footer {
	padding: 20px 18px;
	width: 924px;
	margin: 0 auto;
}
.FooterBlock {
	float: left;
	margin: 0px 32px 0px 0px;
	width: 114px;
	color: #666666;
}
.FooterBlock a, .FooterLast a {
	text-decoration: none;
}
.FooterBlock a:hover, .FooterLast a:hover {
	font-style: normal;
	text-decoration: underline;
}
.FooterBlock a.Active, .FooterLast a.Active {
	text-decoration: underline;
}
.FooterLast {
	float: right;
	color: #666666;
}
.FooterSpacer {
	height: 18px;
}

#Bottom {
	width: 960px;
	margin: 9px auto;
	color: #999999;
	text-align: center;
	font-size: 11px;
}

a .GalleryBox {
	border: none;
	text-decoration: none;
}
a .GalleryDesc {
	font-style: normal;
}
.GalleryBox {
	text-align: center;
	font-weight: bold;
	margin: 0px 47px 0px 0px;
	float: left;
	width: 180px;
}
.GIBox {
	width: 180px;
	text-align: center;
	font-weight: bold;
	margin: 0px 55px 0px 0px;
	float: left;
}
.GalleryDesc {
	display: none;
	background: url(../images/transparent.png) repeat;
	padding: 3px;
	line-height: 1.4em;
	width: 172px;
	height: 34px;
	border: 1px solid #959595;
	margin: -42px 0px 0px 0px;
	position: absolute;
	z-index: 5000;
	text-align: left;
	overflow: hidden;
}

a.Link {
	font-size: 16px;
}
.StarMe {
	color: #F00;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	border: 1px solid #999999;
	padding: 3px;
	background-repeat:repeat-x;
    background-image:url(../images/TextBoxBg.jpg)
}
.table td {
	padding: 3px 0px;
	vertical-align: top;
}

.CategoryWrap {
}
.CategoryImage {
	float: left;
	width: 160px;
	margin: 0px 12px 12px 0px;
}
.CategoryInfo {
	float: left;
	width: 710px;
}
.CategoryInfo h2 {
	margin: 0;
	padding: 0px 0px 6px 0px;
}