@charset "UTF-8";
* { padding: 0px; margin: 0px;}

/* TAGS */
a {	font-weight: bold; text-decoration: none; outline: none; }
a:link { color: #b20c09; }
a:visited {	color: #666600; }
a:hover { color: #620806; }
a:active { color:#0000FF; }

body,td,th { font-family: Helvetica, Arial, Verdana, sans-serif; font-size: 1em; color:#303030; }
body { background: #181818 url(../images/backgrounds/0s01.jpg) no-repeat top center fixed; margin: 0px auto; min-height: 1550px; width: 100%;}

h1, h2, h3, h4, h5, h6 { margin: 10px 0px 5px 0px; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { color: #620806; font-size: 1.2em; }
h4 {  font-size: 1.1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }

hr { color:#dddddd; background-color:#dddddd; height:1px; border:0; }
img { border: none; }

p { line-height: 1.5em; }
p.thumbnail { margin: 10px 3px !important; padding: 0px !important; }
/* IDS */
#navbar { background:#660; color: #FFFFFF; font-size: 20px; font-weight: bold; height: 45px; margin: 0px; padding: 0px 0px 10px 0px; position:fixed; width: 100%; z-index: 101; }
#navbar ul { margin: 0px auto; padding: 0px; position:relative; width: 1100px; }
#navbar ul li { float: left; list-style: none; position: relative; }
#navbar ul li a { display: block; color: #ffffff; padding: 17px 10px; margin: 0px; }
#navbar ul li:hover {  color:#ffffff; }	
#navbar ul li ul { position:absolute; top:50px; left:0px; display:none; }
#navbar ul li:hover ul { display:block; z-index: 101;}
#navbar ul li ul li { float:none;  }
#navbar ul li ul li a { text-indent: 0px; background-color:#300; font-size:18px; height: 40px;/*height:1%; line-height: 2em;*/ padding: 4px 10px 4px 20px; width:180px !important; }
#navbar ul li ul li a:hover { background:#e1e1e1;  }

#container {  position:relative; margin: 0px auto; padding: 0px; top: 250px; width: 1090px; }
#pageArea { background:#330605 url(../images/bg-top.jpg) no-repeat bottom center; border-bottom: 1px solid #000; color:#FFF; margin: 0px auto; min-height: 38px; position:static; padding: 10px 30px;  width: 1030px; }
#pageArea h1 span { font-size: 20px; }
#pageArea p { color:#aaaaaa; font-size: .9em; }

#content { background:url(../images/bg-trans-white.png) repeat;  margin: 0px auto; position:static; padding: 5px 30px;  width: 1030px; }
#content img { margin: 0px; padding: 0px; }
#content p { color: #311212; margin: 10px 0px 5px 0px; }
#content p span.smallText { color: #665c5c; }
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { margin: 30px 0px 5px 0px; }
#content ul { margin: 10px 0px 10px 20px; }
#content li { color:#0b4773; margin: 0px 0px 3px 20px; font-weight:bold; font-style:italic; }
#content em { color:#413332; font-weight:bold; font-style:italic; }

#imgarea { background:#181818 url(../images/bg-top-toolbar.gif) center top no-repeat; text-align: left; min-width: 760px; max-width: 1100px; margin: 3px 10px 10px 20px; padding: 15px 5px 10px 5px; }

#colors { background:url(../images/bg-colors.jpg) no-repeat center #000; height: 269px; margin: 0px auto; padding: 5px 30px;  width: 1000px; width:1000px; }
#googleSearch { background:#FFFFFF url(../images/bg-toolbar-gray1.gif) repeat-x top; border-bottom: 1px solid #000; border-top: 1px solid #000; margin: 0px auto; min-height: 200px; padding: 5px 30px;  width: 1000px; }
#googleSearch h3 { color:#FFF; margin-bottom: 20px; }
#social { background:#171615;  margin: 0px auto; padding: 5px 30px 0px 30px; text-align:center; width: 1000px; }
#social h3 { color:#FFF; margin-bottom: 30px; text-align:left; }
#footer { background:#252423 url(../images/bg-footer.gif) repeat-x; margin: 0px auto; padding: 20px 30px 5px 30px; text-align:center; width: 1000px; }
#about { font-size: 0.9em; color: #FFFFFF; width: 760px; text-align:center; margin:auto; }
#copyright { background:#11100f; border-top:#393837 1px solid; color: #FFFFFF; font-size: 0.7em; margin: 0px auto; padding: 15px 30px 80px 30px; text-align:center; width: 1000px; }

/* CLASSES */
.blacktext { color: #000000; }
.titleText { font-size: 1.5em; font-weight: bold; }
.subTitleText { font-size: 1.1em; font-weight: bold; }
.smallText { font-size: 0.8em; }
.smallerText { font-size: 0.7em; }
.redBold { color:#CC0000; font-weight: bold; }
.hidden { display:none; text-indent: -5000px; }
.hiddenText { font-size: 5px; color: #d8dbd8; }
.floatRightMargin {	float: right; margin: 0px 0px 10px 10px !important; }
.floatLeftMargin {	float: left; margin: 0px 10px 10px 0px !important; }
.floatLeftNoMargin { float: left; margin: 0px; }
.floatRightNoMargin { float: right; margin: 0px; }
.clearRight { clear: right; }
.clearLeft { clear: left; }
.clearAll { clear: both; }
.thumbnail { float: left;	padding: 0px; width: 205px; }
.thumbnail img { margin: 0px; }
.picframe { border:#000000 solid 10px; padding: 20px; background-color:#FFFFFF; }

/* IE6 */
* html body { behavior:url(/css/csshover.htc); }
* html #navbar ul li { width: 120px; }
* html #featured { width: 1090px; }
* html #content { width: 1100px; }
* html #imgarea { width: 1090px; }
* html #googleSearch { width: 1100px; }
* html #footer { width: 1100px; }