/*
Theme Name: Ice Monster
Theme URI: http://www.open-axcss.com
Description: Customized Layout Design
Author: Raymond Bacolod

*/

@import 'imi_sidebar.css';

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #0063ff url('images/imi_background.jpg') repeat-x;
	color: #333;
	}

#imi_page { 
	width: 910px;
	margin: 0 auto;
	}
	
#imi_bodybg {
	background: url(images/imi_pagebg.jpg) repeat-y;
	width: 870px;
	padding: 20px 
	}	
	
#imi_content {
	float: left;
	width: 600px;
	}
	

/*========================== HEDER  ================================*/
#imi_headerwrap { 
	/*background:url(images/imi_banner.jpg) no-repeat;*/
	
	width: 910px;

	}

#imi_navigation { height: 159px; z-index: 2; width: 910px; float: left; }

.flashbg {  padding: 2px 0 0 5px;  margin: 0; }	
	
#nav-row1 { 
	float: right;
	display: block;
	margin: 35px 20px 0 0;
	 }	

#nav-row1 ul#row1-menu { margin: 0; padding: 0; }
#nav-row1 ul#row1-menu li { float: left; display: block; width: 105px; height: 20px;  margin-right: 2px; }
#nav-row1 ul#row1-menu li a { display: block; text-decoration: none;  height: 25px;}


#nav-row2 {
	clear: both;
	float: right;
	display: block;
	margin: 8px 0px 0 0;
	 }	

#nav-row2 ul#row2-menu { margin: 0; padding: 0; }
#nav-row2 ul#row2-menu li { float: left; display: block; width: 105px; height: 20px;  margin-right: 2px; }
#nav-row2 ul#row2-menu li a { display: block; text-decoration: none;  height: 25px; }

#nav-row3 {
	clear: both;
	float: right;
	display: block;
	margin: 12px 35px 0 0;
	 }	

#nav-row3 ul#row3-menu { margin: 0; padding: 0; }
#nav-row3 ul#row3-menu li { float: left; display: block; height: 25px; }
#nav-row3 ul#row3-menu li a { display: block;  height: 25px;  margin-right:35px; width: 120px; }


/*========================== HOMEPAGE  ================================*/
.imi_clearer { clear: both }


#welcome-wrap { height: 250px; border-bottom: 1px #666666 dashed;  }	
.welcome-title { clear: both; padding-bottom: 8px; }
.welcome-thumb { float: left; width: 175px; padding: 0px 8px 8px 0; }
.welcome-content { float: left; width: 350px; }
.welcome-link { padding: 8px 0; }

#product-wrap { clear: both; padding-top: 15px; }
.product-title { padding-bottom: 10px; }
ul#product-list { 
	margin: 0;
	padding: 0;
	}
ul#product-list li {
	float: left;
	display: block;
	}
	
#News-wrap {
	float: left;
	width: 275px;
	}	
	
ul#newslist { margin: 0; padding: 15px 0px 0px 0px; width: 315px; }
ul#newslist li {
	padding-bottom: 5px;
	list-style-position: inside;
	list-style-image: url(images/imi_bullet.jpg);
	border-top: 1px #CCCCCC dotted;  }	


#WelAds-wrap {
	float: right; }



/*========================== FOOTER ================================*/
#imi_footer {
	clear: both;
	background: url(images/imi_footerbg.jpg) no-repeat top;
	padding: 15px 5px 15px 5px;
	}

.footer-copy { float: left; }	
.footer-powered	{ float:right; }





