/*
	Core CSS Document [Website Architecture and basic style/resets]
	Author: Echidna Solutions Corp - support@echidna.ca
*/


@media screen, projection{


/*RESET STYLES*/
body,div, dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,label,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0; line-height:1.4em;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
ol,ul{list-style:none;}
address,caption,cite,code,dfn,th,var{font-style: normal; font-weight:normal;}
table{border-collapse:collapse; border-spacing:0;}
fieldset,img{border:0;}
caption,th{text-align:left;}

/*
	=div structure
*******************************/
#container{margin:0 auto; padding:0 5px 0 5px; min-width:760px; max-width:950px; min-height:100%; background-color:#fff;}
#header{ position:relative; height:153px; background:#fff url(../images/bg_header.jpg) repeat-x top left;}
#header_bdr_left{width:263px; height:153px; float:left; background:transparent url(../images/bg_banner_left.jpg) no-repeat top left;}
#header_bdr_right{width:501px; height:153px; float:right; background:transparent url(../images/bg_banner_right.jpg) no-repeat top right;}
#content{width:100%;}
#content_main{padding:0 6px; position:relative;}

#intro{float:left; width:100%;}
#intro_flash{float:left; width:565px;padding-right:5px;}

#winners{float:left; width:100%;}
.winner{float:left; width:33%;}


#winners_sub{float:left; width:100%; margin:15px 0 25px 0;}
.winner_sub{float:left; padding:0 3px 0 3px; display:block; margin:0 auto;}

#site_info{min-height:100%;}

/*
	=navigation structure
*******************************/
#skip{position:absolute; text-indent:-5000px; overflow:hidden;}

#navigation_container{background:url(../images/bg_nav_primary.jpg) repeat-x top left; }
#navigation_container .navigation_first{height:58px;width:32px;float:left; background:url(../images/bg_first.jpg) no-repeat top left;}
#navigation_container .navigation_last{height:58px; width:25px;float:right; background:url(../images/bg_last.jpg) no-repeat top right;}

#navigation_primary{height:58px; float:left;}
#navigation_primary li{float:left; height:58px; width:auto;}

/*
	=components
*******************************/


/*
	=fixes
*******************************/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

}

@media print {

	html { font: 100%/1.5 Tahoma,arial, serif; }
/*	#header, #main_navigation, #footer {display:none;}*//*hide divs here*/
    /*#body{ margin-top:5px;line-height:1.5em; }*/
    /*#content{  background:none; }*/
}

@media handheld {}

