#container {
	margin:auto;
	width:980px;
	background-color:#fafafa;
	background-image:url('../images/omegametal_bg.jpg');
	background-repeat:repeat-x;
	background-attachment:scroll; /* Required for FF & Opera */
	background-position:0 150px;
}

#inside {
	margin:auto;
	width:940px;
}

#main {
	width:660px;
	float:left;
}

#sidebar {
	width:250px;
	float:right;
}

#content {
	width:600px;
	margin:auto;
}

#top {
	width:980px;
	height:10px;
	background-color:#060;
}

#header {
	width:960px;
	height:110px;
	padding-left:20px;
	background-color:#fff;
	background-image:url('../images/header_bg.jpg');
	background-repeat:no-repeat;
	background-position:right;
}

#logo {
	width:100px;
	height:70px;
	float:left;
	padding-top:15px;
}

#index_slideshow {
	width:660px;
	height:350px;
}

#index_welcome {
	width:250px;
	height:350px;
	background-color:#fff;
}

#index_contact {
	width:250px;
	height:280px;
	background-color:#fff;
}

#index_product {
	width:660px;
	height:300px;
	background-color:#fff;
}

.index_product_item {
	width:310px;
	text-align:center;
}

.sidebar p {
	padding:20px;
	line-height:16px;
}

.awesomeshadow {
	float:right;
	width:250px;
	height:20px;
	background-image:url('../images/shadow.jpg');
	background-repeat:no-repeat;
	background-position:right;
}

.a_button {
	background-color:#093;
	color:#fff;
	text-decoration:none;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	border-top:1px solid #3c6;
	border-right:1px solid #060;
	border-bottom:1px solid #060;
	border-left:1px solid #3c6;
}

#footer {
	width:100%;
	background-image:url('../images/footer_bg.jpg');
	background-repeat:repeat-x;
	background-position:center top;	
	background-color:#f0f0f0;
	text-align:center;
	font-size:11px;
}








/* MENU */

#menu {
	width:980px;
	height:50px;
	background-color:#f6f6f6;
	background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
	border:0px solid #000;
}

#menu .menu_item {
	height:50px;
	float:left;
	border:0px solid #009;
}

#menu .menu_item a {
	text-decoration:none;
	color:#999;
	font-size:13px;
	display:block;
	padding-left:25px;
	padding-right:25px;
	padding-top:15px;
	padding-bottom:20px;
}

#menu .menu_link a:hover {
	color:#000;
}

#menu .menu_item a.active {
	background-image:url(../images/menu_bg-active.jpg);
	background-repeat:repeat-x;
	color:#fff;
	text-decoration:none;
}

.menu_divider {
	width:5px;
	height:50px;
	float:left;
	background-image:url(../images/menu_divider.gif);
	background-repeat:repeat-y;
	background-position:center;
}



/* PRODUCTS */
.product_left {
	width:330px;
	float:left;
}

.product_right {
	padding-top:50px;
	width:250px;
	float:right;
}


