@charset "utf-8";

/* CSS Document */


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

 This is a variation of the core CSS.
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


body {

        font-family:verdana;

        font-size:12px;

        color:#000000;

        background-color:#3d413c;     

}

h1,h2,h3,h4,h5,h6 {padding:0; margin:0; font-weight:normal;}

li{margin:4px 0 0 15px; padding:0}



#page-container {

	width:980px;

	vertical-align:top;

	background-color:#FFFFFF;

	margin:0;

	padding:0;

}

/*******************************
	Navigation
*******************************/

#banner {

	background-repeat: repeat-x;

	background:url(img/banner_bg.jpg);

	color:white;

	font-family:verdana;

	font-size:12px;

	/*font-weight:bold;*/

	width:980px;

	height:44px;

	margin:0;

	padding:0;

	text-align:left;	

}

#top-navigation {  

	font-size:10px; 
	
	padding:10px 0 0 50px;
}

#top-navigation a {

	 color:#ffffff;

	 text-decoration:none;

	 font-size:12px;

	 margin:30px 20px 15px 20px;

}

/*******************************
	Main content
*******************************/

.product-header {color:#e9e909;font-size:9px;}

.product-desc {color:#ffffff;font-size:9px;}

.product-info h4 {padding:0;margin:0;}

.product-info p{color:#63a73c;padding:0;margin:5px 0 0 0;}

.download{color:#63a73c;font-size:11px;}

.product-brochure{color:#ede100;font-size:11px;}


/*******************************
            Footer
*******************************/

#footer {

	/*height:66px;*/   /*width:980px;*/

	background-color:#c1c1c1;

	font-family:verdana;

	font-size:10px;

	font-weight:bold;

	color:#666666;

	width:980px;
	
	clear:both;	/* Clearing floats for the sake of sanity */

}


#footer a {

	color:#fe0101;

}
