<!--
/*	 
	Cubixindo
*/

/* HEADER/MENU LAYOUT SETTINGS */

#header {
	width: 788px;
	height: 98px;
	background: #fff url(images/header_logo.jpg);
	border: 1px solid #cccc66;
	text-align: left;
	margin-top: 20px;
	}
	
#top_spacer {
	width: 100%;
	height: 20px;
	background: #cccc66;
	}

#title_bar {
	width: 788px;
	height: 30px;
	background: #333300;
	border: 1px solid #cccc66;
	}

	.title_bar_placement {
		height: 100%;
		background: #cccc66;
		text-align: left;
		padding: 15px 0 0 20px;
		}
		
#menu {
	width: 788px;
	height: 20px;
	background-color: #fff;
	border-left: 1px solid #cccc66;
	border-right: 1px solid #cccc66; float:left; display: inline;
	}
	
	.menu_home {
		width: 75px; height: 20px; float: left; overflow: hidden;
		background: url(images/btn_home.gif) top left no-repeat; display: block;
		}
		.menu_home:hover { background-position: bottom left; }
	.menu_profile {
		width: 75px; height: 20px; float: left; overflow: hidden;
		background: url(images/btn_profile.gif) top left no-repeat; display: block;
		}
		.menu_profile:hover { background-position: bottom left; }
	.menu_products {
		width: 75px; height: 20px; float: left; overflow: hidden;
		background: url(images/btn_products.gif) top left no-repeat; display: block;
		}
		.menu_products:hover { background-position: bottom left; }
	.menu_services {
		width: 75px; height: 20px; float: left; overflow: hidden;
		background: url(images/btn_services.gif) top left no-repeat; display: block;
		}
		.menu_services:hover { background-position: bottom left; }
	.menu_contact {
		width: 75px; height: 20px; float: left; overflow: hidden;
		background: url(images/btn_contact.gif) top left no-repeat; display: block;
		}
		.menu_contact:hover { background-position: bottom left; }

/* MAIN LAYOUT SETTINGS */

#content {
	width: 788px;
	background: #fff;
	border: 1px solid #cccc66;
	text-align: left;
	}
	
	.left_column {
		width: 508px;
		float: left;
		padding: 20px;
		}
		
	.sidebar {
		width: 200px;
		float: left;
		padding: 20px;		
		}

/* HOME PAGE SETTINGS */

.home_image {
	width: 500px;
	height: 150px;
	background: #fff url(images/home_image.jpg);
	} 
	
/* PRODUCTS PAGE SETTINGS */

#product_icon_placement {
	width: 305px;
	height: 80px;
	background: #eee;
	}
	
	.product_icon_blower {
		width: 65px; height: 60px; float: left;	margin: 5px 5px 0 5px; overflow: hidden;
		background: url(images/icon_blower.gif) top left no-repeat; display: block;	}
		.product_icon_blower:hover { background-position: bottom left; }
		
	.product_icon_compressor {
		width: 65px; height: 60px; float: left;	margin: 5px 5px 0 5px; overflow: hidden;
		background: url(images/icon_compressor.gif) top left no-repeat; display: block;	}
		.product_icon_compressor:hover { background-position: bottom left; }
		
	.product_icon_hydraulic {
		width: 65px; height: 60px; float: left;	margin: 5px 5px 0 5px; overflow: hidden;
		background: url(images/icon_hydraulic.gif) top left no-repeat; display: block;	}
		.product_icon_hydraulic:hover { background-position: bottom left; }
		
	.product_icon_pump {
		width: 65px; height: 60px; float: left;	margin: 5px 5px 0 5px; overflow: hidden;
		background: url(images/icon_pump.gif) top left no-repeat; display: block;	}
		.product_icon_pump:hover { background-position: bottom left; }
	
	.product_icon_text {
		width: 65px;
		float: left;
		margin: 0 5px 5px 5px;
		text-align: center; 
		}
		
/* PRODUCTS INFO DETAILS */
#products_details {
	width: 560px;
	height: 100%;
	background: #fff;
	}
	
	.products_details_title_placement {
		width: 560px;
		height: 20px;
		background-color: #333300;
		color: #fff;
		padding-top: 4px;
		font-weight: bold;
		}
	
	.products_details_image_placeholder {
		width: 175px;
		float: left;
		padding: 0px 5px 0px 5px;
		background-color: #fff;
		overflow: hidden;
		}
	
	.products_details_content_placement {
		width: 175px;
		float: left;
		padding: 0px 5px 0px 5px;
		background-color: #fff;
		}
	
	.products_details_dropdown {
		width: 580px;
		}
		
/* CONTACT PAGE SETTINGS */

#contact_placement {
	padding-top: 10px;
	}

	.contact_left_column {
		width: 50px;
		background: #eee;
		float: left;
		margin: 1px;
		padding-left: 2px;
		}
	
	.contact_right_column {
		width: 430px;
		background: #eee;
		float: left;
		margin: 1px;
		padding-left: 2px;
		}
		
iframe.contact {
	width: 487px;
	height: 191px;
	}
		
/* CONTACT FORM SETTINGS */

table.contact {
	background: #eee;
	width: 487px;
	height: 191px;
	float: left;
	}
		
input.default_button {
	background: #fff;
	padding: 4px;
	border: 1px solid #999;
	font: bold 1em arial, helvetica, sans-serif;
	color: #555;
	}

	input.default_button:hover {
		background: #353300;
		border: 1px solid #cccc66;
		color: #fff;
		}

input.default_input, textarea.default_textarea {
	background: #fff;
	width: 428px;
	padding: 4px 0 4px 0;
	border: 1px solid #eee;
	font: 1em arial, helvetica, sans-serif;
	color: #555;
	}
	
/* FOOTER LAYOUT SETTINGS */

#footer {
	width: 788px;
	background: #fff;
	border: 1px solid #cccc66;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	}

	.footer_left_column {
		width: 508px;
		font-size: 0.95em;
		float: left;
		text-align: left;
		padding: 5px 5px 5px 20px;
		}
		
	.footer_right_column {
		width: 200px;
		font-size: 0.95em;
		float: right;
		text-align: right;
		padding: 5px 20px 5px 5px;
		}
	
	.footer_long_bar {
		width: 788px;
		height: 10px;
		background: #333300;
		padding: 0px 0px 0px 0px;;
		}

/* BASIC SETTINGS */

body {
	background: #000 url(images/bg.gif);
	width: 790px;
	margin: 0 auto;
	font: 11px/17px arial, helvetica, sans-serif;
	color: #555;
	text-align: center;
	}
	
body.mailer {
	background: #eee;
	width: 485px;
	}

a:link, a:visited {
	text-decoration: none;
	color: #999933;
	}

	a:hover {
		text-decoration: none;
		color: #cccc66;
		}

br {
	clear: both;
	}

hr {
	border: 1px solid #cccc66;
	}
	
ul {
	padding-left: 20px;
	list-style: url("images/icon_gear.gif");
	}

li {
	text-align: left;
	}

h2 {
	font-size: 1.1em;
	margin-top: 0;
	margin-bottom: 0;
	}

/* STANDARD FONT SETTINGS */

font.default, font.mailer {
	color: #999;
	}

-->