@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #f2f2f2;
	font-size:13px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

A:link {text-decoration: none; color: #505050}
A:visited {text-decoration: none; color: #505050;}
A:hover {text-decoration: none; color: #bd8c00;}

#link1,#link2,#link3,#link4,#link5,#link6,#link7
{
	font-weight:bold;
}

#logo
{
	/*position:absolute;
	left:0px;
	top:0px;
	z-index:100;*/
	position:relative;
	float:left;
}

ul
{
	list-style-type:none;
	list-style-image:url(images/bullet.gif);
	margin-left:2px;
	padding-left:0px;
	margin-top:0px;
	padding-top:0px;
	padding-right:10px;
}

li
{
	padding-left:0px;
	padding-bottom:8px;
}

h1 {
font-family:Arial, Helvetica, sans-serif;
font-size: 23px; 
font-weight:normal;
color:#505050;
}
h2 { 
font-size: 23px; 
font-weight:normal; 
color: #bd8c00; 
}
h1, h2{
margin-bottom: 0px 0px 12px 0px;
padding:0px;
}

#container { 
	position:relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left; 
} 

#main {
	position:relative;
	width:100%;
	float: left; 
	background: #fff;
}

#header { 
	position:relative;
	background: #FFFFFF;
	height: 200px;
	width:1000px; 
	padding:0px;  
	margin:0px;  
} 
#header h1 {
	margin: 0; 
	padding: 0px 0; 
}

#flash {
  float:right;
  width:730px;
  height:200px;
  
}

#sidebar1 {
	position:relative;
	float: left; 
	width: 400px; 
	background: #FFF; 
	padding: 35px 10px 15px 15px; 
	margin: 0px;
}
#sidebar1 a { display:block; width:323px; }
#sidebar1 a span { display:none; }
#sidebar1 a#home { height:63px; background: url('images/menu1.jpg'); no-repeat; }
#sidebar1 a#home:active { background: url('images/menu1-over.jpg'); no-repeat; }
#sidebar1 a#home.current { height:63px; background: url('images/menu1-selected.jpg'); no-repeat; }
/*#sidebar1 a#home:hover { height:63px; background: url('images/menu1-selected.jpg'); no-repeat; }*/

#sidebar1 a#mounting { height:96px; background: url('images/menu2.jpg'); no-repeat; }
#sidebar1 a#mounting.current { height:96px; background: url('images/menu2-selected.jpg'); no-repeat; }
/*#sidebar1 a#mounting:hover { height:96px; background: url('images/menu2-selected.jpg'); no-repeat; }*/

#sidebar1 a#portfolio { height:59px; background: url('images/menu3.jpg'); no-repeat; }
#sidebar1 a#portfolio.current { height:59px; background: url('images/menu3-selected.jpg'); no-repeat; }
/*#sidebar1 a#portfolio:hover { height:59px; background: url('images/menu3-selected.jpg'); no-repeat; }*/

#sidebar1 a#framing { height:73px; background: url('images/menu4.jpg'); no-repeat; }
#sidebar1 a#framing.current { height:73px; background: url('images/menu4-selected.jpg'); no-repeat; }
/*#sidebar1 a#framing:hover { height:73px; background: url('images/menu4-selected.jpg'); no-repeat; }*/

#sidebar1 a#experience { height:82px; background: url('images/menu5.jpg'); no-repeat; }
#sidebar1 a#experience.current { height:82px; background: url('images/menu5-selected.jpg'); no-repeat; }
/*#sidebar1 a#experience:hover{ height:82px; background: url('images/menu5-selected.jpg'); no-repeat; }*/

#sidebar1 a#prices { height:96px; background: url('images/menu6.jpg'); no-repeat; }
#sidebar1 a#prices.current { height:96px; background: url('images/menu6-selected.jpg'); no-repeat; }
/*#sidebar1 a#prices:hover { height:96px; background: url('images/menu6-selected.jpg'); no-repeat; }*/

#sidebar1 a#contact { height:35px; background: url('images/menu7.jpg'); no-repeat; }
#sidebar1 a#contact.current { height:35px; background: url('images/menu7-selected.jpg'); no-repeat; }
/*#sidebar1 a#contact:hover { height:35px; background: url('images/menu7-selected.jpg'); no-repeat; }*/

#sidebar2 {
	position:relative;
	background-color: #CCCC00;
	float: right;
	width: 180px;
	background: #FFF;
	padding: 10px 10px 15px 20px;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif; color:#bd8c00;
	font-style:normal;
}

#mainContent { 	
	position:relative;
	float: left;  
	padding: 3px 0px 0px 0px;  
	margin: 0; 
	width:300px;
	text-align:left;
	color:#505050;
} 
#footer { 
	padding: 0 10px 0 20px; 
	background:#DDDDDD;
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
}