@CHARSET "ISO-8859-1";

/*general layout*/

* {
    margin: 0;
    padding: 0;
}

body {
	background: url('../img/general/body_bg.gif') center;
	min-height: 100%;
}


table {
    border-collapse: collapse;
}

table td {
	vertical-align: top;
}

a {
	outline: none;
}

:focus
{
  -moz-outline-style: none;
}


a img {
	border: none;
}

img.png {
    behavior: url(/css/pngfix/pngfix.htc);
}

.hidden {
	display: none;
}

/* sticky footer-related */

html, body {
    height: 100%;
}


#page {
    height: 100%;
    min-height: 100%;    
    /*position: relative;
    overflow: hidden;*/    
    overflow: hidden;
}


#footer {
    height: 150px;    
    width: 100%;
    position: relative;  
    margin-top: -150px;   
	background: #404444 url('../img/general/footer_bg.gif') top repeat-x;
	color: #939497;
	margin-bottom: -40px;
}




/* header */

#header {
	width: 100%;
	height: 107px;
	position: absolute;
}

#header td.left_column,
#header td.right_column {
	width: 50%
}


#header td.left_column {        
    background: url('../img/general/left_column_bg_header_top.jpg') right repeat-x;
}

	
#header td.right_column {	
    background: url('../img/general/right_column_bg_header_top.jpg') left repeat-x;
}


#header td.center_column {
    background: url('../img/general/center_column_bg_header_top.gif') center no-repeat;
}


#logo_container {
	width: 100%;
	height: 105px;
	position: absolute;
}

#logo_sub_container {
	width: 781px;
	height: 105px;
	margin: auto;
}


#logo {
	display: block;	
	margin: auto;
}



/* content area */


tr#spreaders td {
	height: 1px;
}

tr#spreaders .left_column,
tr#spreaders .right_column {
	width: 50%;
    background: url('../img/general/page_top_bg.gif') repeat-x;
}


tr#spacer td {
	height: 377px;
}


tr#content_area td.left_column,
tr#content_area td.right_column {
    vertical-align: bottom;
    z-index: -100;
    position: relative; 
}

tr#content_area td.left_column {
	background: url('../img/general/left_column_bg_pattern.jpg') right;
}

tr#content_area td.right_column {
	background: url('../img/general/right_column_bg_pattern.jpg') left;
}


div#left_column_bg_bottom {
	width: 100%;
	height: 250px;
	float: right;
	background: url('../img/general/left_column_bg_bottom.jpg') right;
	margin-bottom: 150px;	
}

div#right_column_bg_bottom {
	width: 100%;
	height: 250px;
	float: right;
	background: url('../img/general/right_column_bg_bottom.jpg') left;
	margin-bottom: 150px;
}


div#content {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	position: relative;
	/*overflow: hidden;*/
	top: -272px;	
	color: #505050;
}


div#height_balancer {
	width: 100%;
}
	
	
div#content h2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;		
}


#footer_content {
	width: 741px;
	margin: auto;
	position: relative;
	overflow: hidden;
	padding: 0 20px;
	padding-top: 5px;
	font-size: 9px;
	font-family: Arial;	
}

#footer_content .left_column,
#footer_content .center_column,
#footer_content .right_column {
	position: relative;
	overflow: hidden;	
	height: 140px;
	padding-left: 10px;
}

#footer_content .left_column {
	float: left;
	border-right: 1px solid #7a7a7a;	
	padding-right: 7px;
	width: 155px;	
}

#footer_content .center_column {
	float: left;
	width: 387px;	
}

#footer_content .right_column {
	float: right;
	border-left: 1px solid #7a7a7a;
	width: 160px;
}


#footer_content h2 {
	font-size: 9px;
}

#footer_content p {	
	margin: 7px 0;
}

#footer_content .left_column p {
	margin-top: 13px;	
}

#footer_content a {
	color: #939497;
	text-decoration: none; 
}

#footer_content a:hover {
    color: #e4218c;
}

#footer_distributors {
	width: 100%;
	height: 130px;
}


#distributor_window {
	width: 100%;
	height: 130px;
	margin: auto;	
}


#distributor_list {
	overflow: hidden;
	width: 600px;
	height: 130px;
}

#distributor_list div {
	margin: 3px 0;
	float: left;
	width: 120px;
	text-align: center;	
}


#distributor_list ul {
	list-style: none;
}

#distributor_list li.block {
	display: block;
	float: left;
}

#distributor_list li.distributor {
	margin: 4px 0;
}


#content a {
    color: #e4218c;
    text-decoration: none;    
}

#affiliation_logos {
    width: 150px;
    height: 34px;    	
    padding-top: 10px;
}

#affiliation_logos a {
	display: block;
	height: 34px;
	overflow: hidden;
	float: left;
}

#affiliation_logos img {
	position: absolute;
}

#affiliation_logos img.bw {
	z-index: 500;
}

#affiliation_logos img.color {
	z-index: 400;
}


a#bmc {
	width: 24px;	
}

a#ffme {
	width: 25px;
	padding-left: 8px;
}

a#ifsc {
	width: 30px;
	padding-left: 7px;
}

a#cwa {
	width: 43px;
	padding-left: 4px;
}

#garage {
    width: 150px;      	
    padding-top: 40px;
    color: #4c4d4d;	
}

#garage span {
	display: block;
}

#garage a {
	display: block;
	color: #4c4d4d; 
}

#garage a:hover {
    color: #5b5d5d;	
}


/* sublayers (nice sliding semi-transparent walls on page's top) */

table#grid_sublayer {
	width: 100%;
	position: absolute;
	top: 106px;
	z-index: -50;
}
	
table#grid_sublayer .left_column {
    width: 50%;    
    background: url('../img/general/grid_left.jpg') right repeat-x;
    height: 272px;
}

table#grid_sublayer .right_column {
    width: 50%;    
    background: url('../img/general/grid_right.jpg') left repeat-x;
}


table#wall_sublayer {
	width: 100%;
	position: absolute;
	top: 107px;
	z-index: -40;
}

table#wall_sublayer .left_column img {
	display: block;
	float: left;
}

table#wall_sublayer .right_column img {
	display: block;
	float: right;
}


table#shadow_sublayer {
	width: 100%;
	position: absolute;
	top: 106px;
	z-index: -30;
}

table#shadow_sublayer td {
	vertical-align: top;
}
	
table#shadow_sublayer .left_column,
table#shadow_sublayer .right_column {
    width: 50%;   
}

table#shadow_sublayer .left_column img {
	display: block;
	float: right;	
}

table#shadow_sublayer .right_column img {
	display: block;
	float: left;	
}


.facebook_link {		
	height: 9px;
	line-height: 9px;
	padding: 3px 0;
	padding-left: 20px;
	background: url(../img/general/facebook_icon_gray.gif) center left no-repeat;
}


.facebook_link:hover {
	background-image: url(../img/general/facebook_icon_color.gif);
}

