body{
background-color: #464646;
background-image: url(images/back.gif);
background-position: top;
background-repeat: repeat-x;
color: #000000;
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
}

#container{
position: relative;
margin: 0px auto; 
top: 0px;
width: 740px;
padding: 0px;
}

.hidden{
display:none;
}

/*------------------------------------------------------------------------------------
		HEADER
------------------------------------------------------------------------------------*/

#header{
position: relative;
float: left;
text-align: left;
width: 400px;
margin: 0px;
padding: 0px;
background-color: #000000;
}

#header h1{
font-weight: bold;
font-size: 18px;
color: #FFFFFF;
margin-top: 26px;
}

#header a:link{
color: #FFFFFF;
text-decoration: none;
}

#header a:visited{
color: #FFFFFF;
text-decoration: none;
}

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

#header a:active{
color: #FFFFFF;
text-decoration: none;
}

/*------------------------------------------------------------------------------------
		UTILITIES
------------------------------------------------------------------------------------*/

#utilities{
float: left;
width: 340px;
color: #FFFFFF;
font-size: 14px;
margin-top: 26px;
padding: 0px;
text-align: right;
}

#utilities a:link{
color: #FFFFFF;
text-decoration: none;
}

#utilities a:visited{
color: #FFFFFF;
text-decoration: none;
}

#utilities a:hover{
color: #FFFFFF;
text-decoration: underline;
}

#utilities a:active{
color: #FFFFFF;
text-decoration: none;
}

/*------------------------------------------------------------------------------------
		IMG
------------------------------------------------------------------------------------*/

#img{
position: relative;
float: left;
background-image: url(images/header_home.jpg);
background-position: center;
background-repeat: no-repeat;
width: 740px;
height: 260px;
margin-top: 20px;
}

a img{
border: none;
}

/*------------------------------------------------------------------------------------
		CONTENT
------------------------------------------------------------------------------------*/

#content{
position: relative;
float: left;
background-color: #F7941D;
width: 740px;
}

#left{
position: relative;
float:left;
width: 370px;
}

.bold {
font-weight: bold;
}

#left_p{
position: relative;
width: 340px;
margin-left: 10px;
margin-top: 10px;
padding: 10px;
font-size: 12px;
line-height: 16px;
background-color: #FFFFFF;
}

#left_p h1{
font-size: 15px;
font-weight: bold;
}

#left_p h2{
font-size: 12px;
font-weight: normal;
}

#left a:link{
color: #000000;
font-weight: bold;
text-decoration: none;
}

#left a:visited{
color: #000000;
font-weight: bold;
text-decoration: none;
}

#left a:hover{
color: #F7941D;
font-weight: bold;
text-decoration: underline;
}

#left a:active{
color: #F7941D;
font-weight: bold;
text-decoration: underline;
}

/*------------------------------------------------------------------------------------
		SERVICES
------------------------------------------------------------------------------------*/

#services{
float: left;
width: 370px;
padding: 0px;
margin-top: 10px;
}

html>body #services{
margin-top: 0px;
}

.demo-show {
width: 350px;
margin-left: 10px;
}

.demo-show h1 {
color: #FFFFFF;
font-size: 15px;
font-weight: normal;
padding: 10px;
padding-bottom: 20px;
margin-bottom: 10px;
background-color: #000000;
cursor: pointer;
}

.right {
float: left;
font-size: 9px;
}
		
.demo-show div {
width: 350px;
padding: 0px;
margin: 0px;
background-color: #FFFFFF;
}

.demo-show div p{
font-size: 14px;
width: 330px;
padding: 10px;
margin: 0px;
}


/*------------------------------------------------------------------------------------
		FOOTER
------------------------------------------------------------------------------------*/

#footer{
position: relative;
float: left;
background-image: url(images/footer.gif);
width: 740px;
height: 60px;
margin-top: 10px;
}

#footer p{
font-size: 10px;
color: #FFFFFF;
text-align: center;
padding-top: 10px;
}

html>body #footer p{
font-size: 10px;
color: #FFFFFF;
text-align: center;
padding: 0px;
}

#footer a:link{
color: #FFFFFF;
text-decoration: none;
}

#footer a:visited{
color: #FFFFFF;
text-decoration: none;
}

#footer a:hover{
color: #FFFFFF;
text-decoration: underline;
}

#footer a:active{
color: #FFFFFF;
text-decoration: underline;
}


