/* CSS Document */

.cat_items{ 
	float: left;
}
.cat_items img {
	width: 100px; 
	margin: 10px; 

}

body {
    margin: 0; 
	background: #34383B;
	font-family: tahoma; 
	font-size: 11px; 
	color: #35383b 
}
a { 
    color: #007edd; 
}
a:hover {
    text-decoration: none; 
} 
h2 { 
    margin: 0 auto 0 auto; 
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	width: 707px; 
} 
p { 
    margin: 0 0 13px 0; 
	line-height: 1.5em; 
} 

.gallery { 
    text-align: center; 
} 
.gallery img{
    margin-right: 10px; 
	margin-left: 10px;
	border: 3px solid #b9b9b9; 
} 
img#rapidstatscounter { 
    display: none; 
} 




/*main content n stuff*/
#leftcontact {
    margin: 14px 0 0 40px; 
}
#leftcontact h3{
    margin: 0 0 13px 0;
	font-weight: bold;
	color: #35383b;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 17px;  
}
#mainbody {
    margin: 14px 53px 0 15px;
	width: 391px; 
}
#mainbody h1{
    margin: 0 0 13px 0;
	font-weight: bold;
	color: #35383b;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 17px;  
}
#mainbody h4{
    margin: 0 0 13px 0;
	padding-bottom: 1px; 
	border-bottom: 1px dashed #5d6062; 
	font-weight: bold;
	color: #35383b;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 14px;
	text-indent: 5px; 
}
#mainbody ul{
    margin-bottom:13px;
	margin-top: 0; 
	line-height: 1.5em;
	list-style: none
} 
#mainbody li{
    background:url(images/bullet_blue.gif) no-repeat 0 50%;
	padding-left: 17px;  
} 
#footer { 
    text-align: center; 
	color: #fff;
	margin-top: 21px; 
}
#footer a {
    color: #fff; 
} 
#footer a:hover {
    text-decoration: none; 
}   



/* phone number footer shizzle */ 
.footerphonenumber { 
    font-size: 14px; 
	color: #fff;
} 
.footerphonenumberblue { 
    font-size: 14px; 
	color: #007edd;
} 

/*Forms defaults*/
input, textarea {
	font-family: tahoma; 
	font-size: 11px; 
 
}
label {
	color: #35383b;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color: #35383b;
}

/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}


.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}

 


