



/* GLOBAL STYLES 
===========================================================================*/

body{
	margin:0;
	padding:0;
	background-image:url(http://www.valleymachine.net/images/background.jpg);
	font: 12px/14px 'Arial', 'Helvetica', 'San-serif';
	line-height:15.5px;
	color:#34352f;
}
#container{
	margin:20px auto 0 auto;
	width:700px;
	background-color:#ffffff;
	float:none;
}
#header{
	background-image:url(http://www.valleymachine.net/images/grafx_header.gif);
	width:700px;
	height:70px;
	position:relative;
}
#logo{
	width:350px;
	height:70px;
	float:left;
}
#nav{
	width:330px;
	height:25px;
	float:right;
	padding:45px 0 0 0px;
}
#footer{
	width:650px;
	height:10px;
	background-color:#78786c;
	padding:25px 25px 25px 25px;
	text-align:center;
}
#container ul{
	list-style-image:url(http://www.valleymachine.net/images/grafx_navbullet.gif);
	margin:2px 0 8px 0;
	padding-left:25px;
}



/* LEFT SIDE ELEMENTS
===========================================================================*/



#leftcol{
	width:190px;
	background:#ffffff url(http://www.valleymachine.net/images/col_background.gif) no-repeat top right;
	padding:25px 20px 0 25px;
	float:left;
}
#contact{
	position:relative;
	background:url(http://www.valleymachine.net/images/bg_envilope.jpg) no-repeat;
	width:165px;
	margin:0 0 25px 0;
	text-align:left;
	padding:0 0 0 40px;
}
#phone{
	position:relative;
	background:url(http://www.valleymachine.net/images/bg_phone.jpg) no-repeat;
	width:165px;
	margin:0 0 25px 0;
	text-align:left;
	padding:0 0 0 40px;
}



/* RIGHT SIDE ELEMENTS
===========================================================================*/


#rightcol{
	margin:0 0 0 235px;
	min-height:350px;
	width:415px;
	position:relative;
	padding:25px 25px 25px 25px;
}
*html #rightcol{
	margin:0 0 0 245px;
	padding:20px;
	width:400px;
}
#rightcol ul{
	padding-top:5px;
}
#rightcol li{
	list-style-image:url(http://www.valleymachine.net/images/grafx_navbullet.gif);
	margin:2px 0 3px 0;
}
#managment{
	width:380px;
	padding:0 0 25px 0;
}
#managment img{
	margin-right:25px;
	margin-bottom:40px;
	float:left;
}
#managment p{
	margin:5px 0 0 0;
}



/* MAIN BANNERS (3)
===========================================================================*/



#bannerHome{
	background-image:url(http://www.valleymachine.net/images/grafx_bannerHome.jpg);
	width:700px;
	height:200px;
	position:relative;
}
#bannerAboutUs{
	background-image:url(http://www.valleymachine.net/images/grafx_bannerAbout.jpg);
	width:700px;
	height:200px;
	position:relative;
}
#bannerCababilities{
	background-image:url(http://www.valleymachine.net/images/grafx_bannerCapabilities.jpg);
	width:700px;
	height:200px;
	position:relative;
}
#bannerContact{
	background-image:url(http://www.valleymachine.net/images/grafx_bannerContact.jpg);
	width:700px;
	height:200px;
	position:relative;
}
#bannerQuality{
	background-image:url(http://www.valleymachine.net/images/grafx_bannerQuality.jpg);
	width:700px;
	height:200px;
	position:relative;
}


/* TYPE STYLES
===========================================================================*/


.headlines{
	font-size:14px;
	color:#890700;
	font-weight:bold;
}
.footer{
	font-size:12 px;
	color:#ffffff;
}

a:link{
	color: #890700;
	text-decoration:none;
}
a:visited{
	color: #890700;
	text-decoration:none;
}
#footer a:link{
	color:#ffffff;
	text-decoration:underline;
}
#footer a:visited{
	color:#ffffff;
	text-decoration:underline;
}
#footer a:hover, a:active{
	color:#ffffff;
	text-decoration:none;
}
#nav a:link {
	color: #34352f;
	text-decoration:none;	
}
#nav a:active {
	color: #34352f;
	text-decoration:none;	
}
#nav a:visited {
	color: #34352f;
	text-decoration:none;	
}
#nav a:hover {
	color: #890700;
	text-decoration:none;	
}
#leftcol a:link{
	color: #34352f;
	text-decoration:none;
}
#leftcol a:active{
	color: #34352f;
	text-decoration:none;
}
#leftcol a:visited{
	color: #34352f;
	text-decoration:none;
}
#leftcol a:hover{
	color: #890700;
	text-decoration:none;
}
subp{
	line-height:26px;
}


