@charset "utf-8";
/* CSS Document */

/*--Basic Layout Proporties--*/


/*normalization of margin, padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin : 0; padding: 0;}

/*normalize font size headers*/
h1, h2, h3, h4, h5, h6
{font-size : 100%;}

/* remove list styles*/
ol, ul, dl
{list-style: none;}

/*normalize font style and weight*/
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal;}

/*removes list style*/
table
{ border-collapse: collapse; }

/*removes border from feildset and img*/
feildset, img
{border:0;}

/*left aligns text in caption and th*/
caption, th
{ text-align:left;}

body{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image: url(/images/back.jpg);
	background-repeat: repeat;
	background-color:#cbbfa0;
	}
#top{
	height:28px;
	background-image:url(/images/top.png);
	width:100%;
	background-repeat:repeat-x;
	}
#head{
	height:318px;
	background-image:url(/images/head.png);
	width:100%;
	background-repeat:no repeat;
	}
#add{
	text-align:left;
	width:120px;
	position:absolute;
	top:230px;
	left:320px;
	}
#phone{
	text-align:right;
	width:120px;
	position:absolute;
	top:280px;
	left:800px;
	}
#content{
	padding-left:100px;
	padding-right:100px;
	text-align:left;
	}		
	
ul#serv{
	padding:20px;
	text-align:left;
	}
#serv li p{
	padding-left:10px;
	}	

#add h2{
	padding-bottom:5px;
	}
ul#prod{
	padding:20px;
	}
#prod li h2{
	padding-top:10px;
	padding-left:5px;
	}
#prod li p{
	padding-left:10px;
	}
ul#events{
	padding:20px;
	}
#events li p{
	padding-left:10px;
	}
#events li h2{
	padding-top:10px;
	padding-left:5px;
	}
ul#dudes{
	padding:20px;
	}
#dudes li h2{
	padding-top:10px;
	padding-left:5px;
	}
#dudes li p{
	padding-left:10px;
	}					
h1{
	font-size:26px;
	font-weight:bold;
	}
	
h2{
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
	}
h3{
	font-size:22px;
	font-weight:bold;
	padding-bottom:10px;
	}
.center{
	text-align:center;
	}				
			