/* DISPLAYING CACHED CSS */

/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
img {
	/*so images don't have borders*/
	border: none;
}

html{
	overflow-y: scroll;
}

body
{
	background: url(../../public/css/../images/body_bg.jpg) top repeat-x #9a9883;
	margin: 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
a{
	color: #ffcc00;
	text-decoration: none;
}
table, tr, td, iframe{
	border: none;
}
iframe{
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
h3{
	margin: 5px 0px 20px 0px;
}
hr{
	border: none;
	margin: 20px -20px;
	
	border-top: solid 1px #000000;
	border-bottom: solid 1px #484848;
}
a:hover{
	cursor: pointer;
	text-decoration: underline;
}
div.feature{
	background-position: right;
	border: none !important;
	margin: -5px -20px;
	min-height: 200px;
	height: 200px;
}
div.feature button{
	margin-top: 135px;
	float: right;
}

div#wrapper
{
	background: url(../../public/css/../images/wrapper_gradient.jpg) top no-repeat;
	margin: 0px auto;
	width: 860px;
}

div#wrapper div#background
{
	background-repeat: no-repeat !important;
}

div#wrapper div#ajax
{
	background: url(../../public/css/../images/wrapper_bg.jpg) top repeat-y #9a9883;
	padding: 0px 80px;
}

div#loader{
	background: url(../../public/css/../images/wrapper_bg.jpg) top repeat-y #9a9883;
	text-align: center;
	margin-top: -13px;
	padding: 20px 0px;
}

div#header
{
	background: url(../../public/css/../images/header_bg.jpg) top repeat-x;
	min-height: 168px;
	height: 168px;
}

div#header_wrapper
{
	margin: 0px 80px;
}

ul#menu
{
	background: url(../../public/css/../images/menu_bg.jpg) top center repeat-x;
	height: 40px;
	margin: 0px;
	list-style-type: none;
	padding: 0px 0px 0px 2px;
}

ul#menu li
{
	background: url(../../public/css/../images/menu_item_bg.jpg) top right no-repeat;
	float: left;
	padding: 4px 3px 4px 0px;
	min-width: 72px;
	text-align: center;
	font-size: 14px;
	list-style-type: none;
}

ul#menu li a
{
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 14px 5px 14px;
}

ul#menu li a img{
	border: none;
	margin: 2px 0px -4px 0px;
}

ul#menu li.selected a, ul#menu li a:hover
{
	background: url(../../public/css/../images/menu_item_selected_bg.jpg) bottom center no-repeat;
}

div#content {
	background: url(../../public/css/../images/content_bg.jpg) repeat-y;
}
div#content div
{
	background: url(../../public/css/../images/div_bg.jpg) repeat-x #282828;
	padding: 5px 20px;
}

div#content div.section
{
	border-top: solid 1px #000000;
	padding: 0px;
	clear: both;
}
div.section div{
	border-top: solid 1px #484848;
}

div#content div.left{
	float: left;
	width: 441px;
}

div#content div.right{
	float: right;
	width: 177px;
}

div#content div.section.big_right{
	background: url(../../public/css/../images/section_big_right.jpg) repeat-y;
}

div#content div.section.big_left{
	background: url(../../public/css/../images/section_big_left.jpg) repeat-y;
}

div#content div.section.big_solid{
	background: none;
}

div#content div.section.big_solid div.left{
	width: 660px;
}

div#content div.section.big_right div.left{
	width: 249px;
}

div#content div.section.big_right div.right{
	width: 369px;
}

div#content div.section.big_left div.left{
	width: 369px;
}

div#content div.section.big_left div.right{
	width: 249px;
}


div#footer{
	background: none !important;
	background-color: #ffffff !important;
	text-align: right;
	clear: both;
	color: #000000;
	font-size: 10px;
	
	background: url(../../public/css/../images/footer_bg.jpg) top no-repeat !important;
	margin: 0px -26px 0px -26px;
	
	min-height: 30px;
	padding: 4px 105px 0px 26px !important;
}

div#footer a{
	color: #7a7861;
}

h1{
	margin: 8px 0px 5px 0px;
	font-size: 12px;
}
div#homepage{
	padding: 0px !important;
	background: none !important;
	margin: 0px !important;
}
div#homepage h1{
	margin: 25px 0px 2px 0px;
}
div#homepage h3{
	margin-bottom: -6px;
}
h1 img{
	padding-top: 2px;
}
img{
	border: none;
}

span#rss img{
	float: left;
	margin: 8px 3px 0px 0px;
	padding: 0px;
}


h2{
	color: #ff9b00;
	font-size: 10px;
	margin: 0px;
}
p{
	margin: 0px 0px 10px 0px;
}

form input, form textarea{
	font-family: "Courier New", Courier, monospace;
	background: url(../../public/css/../images/input_bg.jpg) top repeat-x #b4b1a0;
	display: block;
	border: solid 1px #606060;
	color: #1d1d1d;
	padding: 5px 3px 2px 3px;
	font-size: 13px;
}

button{
	background: url(../../public/css/../images/button.jpg) top no-repeat;
	border: none;
	float: right;
	width: 99px;
	height: 32px;
	padding: 0px 0px 6px 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	cursor: pointer;
	margin-bottom: 10px;
}

button.arrow{
	background: url(../../public/css/../images/button_arrow.jpg) top no-repeat;
	width: 95px;
	height: 27px;
	padding: 0px 24px 6px 0px;
}

button.arrow img{
	padding-top: 7px;
}

form#login input{
	width: 239px;
	margin-bottom: 10px;
}

form#contact input, form#contact textarea{
	margin-bottom: 10px;
	width: 430px;
}

form#contact textarea{
	height: 100px;
}

button img{
	padding-top: 6px;
}


html > img.bigimg, html > img.smallimg, img.bigimg, img.smallimg{
	cursor: pointer;
}


td.tl, td.tm, td.tr, td.bl, td.bm, td.br
{
	height: 20px !important;
}
td.tl, td.tr, td.bl, td.br
{
	width: 20px !important;
}




div#whats_a_wangbar{
	text-align: center;
	background: none !important;
	border: none !important;
	padding: 0px !important;
	margin: 0px !important;
}

div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #333;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(../../public/css/../images/fancybox/fancy_progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(../../public/css/../images/fancybox/fancy_closebox.png) ;
	cursor: pointer;
	z-index: 100;
	display: none;
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 92;
}

div#fancy_title {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 2px;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(../../public/css/../images/fancybox/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(../../public/css/../images/fancybox/fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(../../public/css/../images/fancybox/fancy_title_right.png) repeat-x;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 58px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

iframe{
overflow: hidden;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 10px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	background-image: url(../../public/css/data:image/gif;base64,AAAA);
	z-index: 100; 
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

a#fancy_left:hover {
	background: transparent url(../../public/css/../images/fancybox/fancy_left.gif) no-repeat 0% 100%;
}

a#fancy_right:hover {
	background: transparent url(../../public/css/../images/fancybox/fancy_right.gif) no-repeat 100% 100%;
}

#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#fancy_bg {
	display: none;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(../../public/css/../images/fancybox/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../../public/css/../images/fancybox/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(../../public/css/../images/fancybox/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../../public/css/../images/fancybox/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(../../public/css/../images/fancybox/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../../public/css/../images/fancybox/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(../../public/css/../images/fancybox/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../../public/css/../images/fancybox/fancy_shadow_nw.png) no-repeat;
}

