/*
Theme Name: HexaTheme
Theme URI: http://www.wallmanderco.se
Description: Wordpress theme for Hexatronics
Version: 1.1
Author:Pontus Nilsson
Author URI: http://www.wallmanderco.se
*/



/* Begin Typography & Colors */
BODY {
	background:#646665 url("images/bg_body.gif") repeat-x;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#777777;
	}

BODY, H1, H2, H3, H4, H5, P, FORM, IMG {
	margin:0;
	padding:0;
	border:0;
	}

IMG { border:0; display:block; }

INPUT {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

H1 {
	font-size:32px;
	font-weight:normal;
	color:#777777;
	}
H3 {
	color:#777777;
	font-weight:normal;
	font-size:12px;
	}
H4 {
	color:#00529c;
	font-weight:Bold;
	font-size:16px;
	line-height:18px;
	padding-bottom:6px;
	}
H5 {
	color:#777777;
	font-weight:bold;
	font-size:10px;
	padding:6px 0 3px 0;
	}	
	
A { color:#00529c; text-decoration:none; }

#main {
	background:#ffffff;
	width:1000px;
	margin:0px auto;
	overflow:auto;
	}

#header, #body, #footer {
	width:940px;
	margin:0px auto;
	}
#body { padding-bottom:20px; }

	.body_content { padding-top:12px; }
	.body_content .content_left {
		float:left;
		width:440px;
		}
	.body_content .content_right {
		float:right;
		width:160px;
		}
	
	
	.subpage { padding-top:24px; }
	.suppliers { width:140px; }
	.suppliers IMG { margin-bottom:10px; }

#subMenu {
	margin-top:0px; 
	padding-top:0px; 
	margin-bottom:0px; 
	padding-bottom:0px;
	padding-left:10px;
	
}

	
/******* HEADER ********/
#header {
	margin-bottom:5px;
	}

	/* logo */
	#logo { display:block; border:0; }
	
	/* search */
	#search {
		width:505px;
		height:45px;
		display:block;
		float:right;
		background:url("images/bg_search.gif") no-repeat;
		margin-top:22px;
		}
		
	#search .content { margin:8px 0px; padding:0px 8px; height:31px; overflow:hidden; }
	#search .content INPUT {
		border:0;
		padding:20px 20 20 100px;
		height:31px;
		border-left:1px solid #cbcbcb;
		border-right:1px solid #e6e6e6;
		width:438px;
		background:url("images/bg_input_search.gif") repeat-x;		
		float:left;
		margin-right:6px;
		font-size:14px;
		color:#777777;
		overflow:hidden;
		}
	#search .content INPUT.btn_search {
		border:0;
		margin:0;
		padding:0;
		width:32px;
		height:31px;
		float:right;
		background:url("images/btn_search.gif") no-repeat;
		cursor:pointer;
		}
	/* menu */
	#menu {
		background:url("images/bg_menu.gif") repeat-x;
		height:34px;
		}
	
		#menu A {
			float:left;
			display:block;
			line-height:34px;
			padding:0px 14px;
			margin-right:10px;
			color:#ffffff;
			font-weight:bold;
			font-size:15px;
			text-decoration:none;
			}
		#menu A:HOVER {
			background:url("images/bg_menu_hover.gif") repeat-x;
			}

		#right_menu {
			float:right;
			width:310px;
			}
		#right_menu A {
			margin:0;
			font-size:13px;
			font-weight:normal;
			padding:0px 12px;
			}
		#right_menu A IMG { float:left; border:0; }
		#right_menu SPAN {
			font-size:13px;
			color:#fff;
			display:block;
			float:left;
			line-height:34px;
			}


#hexslider_contaioner
{
	position:relative;
}
#slide_news
{
	background: url("images/tran_bg.png");
	height: 190px;
	padding: 10px;
	position: absolute;
	right: 12px;
	top: 0;
	width: 200px;
	z-index: 100;
}
#slide_news .news, #slide_news h5
{
	color: #FFF;
}


.flash { width:940px; height:316px; margin-bottom:14px; display:block; }

	/* left column */
	#left_column {
		width:640px;
		float:left;
		}
	#left_column .column {
		width:300;
		float:left;
		}
	
	#left_menu {
		width:180px;
		background:url("images/left_top.gif") no-repeat;
		margin-right:16px;
		float:left;
		padding-top:1px;
		}
	#left_menu A {
		border-bottom:1px solid #e3e3e3;
		font-weight:bold;
		display:block;
		color:#00529c;
		font-size:13px;
		line-height:30px;
		background:#fbfbfb;
		margin:0px 4px 0px 2px;
		text-indent:8px;		
		}
	#left_menu A:HOVER { background:#ededed; }
	#left_menu A.on { background:#f3f3f3; border:0; }
	
	#left_menu .left_sub_menu {
		border-bottom:1px solid #e3e3e3;
		background:#f3f3f3;
		padding:4px 0px 10px 0px;
		}
	#left_menu .left_sub_menu A {
		font-size:11px;
		font-weight:normal;
		line-height:18px;
		color:#777777;
		border:0;
		background:none;			
		}
	#left_menu .left_sub_menu A:HOVER { color:#212121; }	
	/* produkt */
	DIV.produkt {
		overflow:hidden;
		width:330px;
		margin-top:10px;
		}
		DIV.produkt IMG { float:left; }
		DIV.produkt DIV { float:right; width:220px; }
			
	/* right column */
	#right_column {
		width:300px;
		float:right;
		}
	
	/* news */
	DIV.news {
		margin-bottom:10px;
		}	
	
	
/******* FOOTER ********/
#footer {
	width:1000px;
	background:url("images/bg_footer.gif") repeat-x;
	height:112px;
	margin-top:5px;	
	}
#footer P {
	float:left;
	display:block;
	padding:14px 0 0 30px;
	width:128px;
	font-size:11px;
	color:#555;
	}
/***** button *****/
A.button {
	display:block;
	float:left;
	width:100px;
	text-align:center;
	background:url("images/btn_bg.gif") no-repeat;
	line-height:19px;
	color:#000;
	text-decoration:none;
	}
A.button SPAN {
	display:block;
	background:url("images/btn_bg_right.gif") top right no-repeat;
	}
A.button:HOVER { color:#00529c; }
