@charset "utf-8";
/* developed by Colin Bradshaw */

/* Default styles */
body, html {
	text-align: center;
	margin: 0; padding: 0;
	background-color: #f2f2f2;
	font-family: Tahoma, Verdana, sans-serif;
	color: #000;
}

h1 { font-size: 20px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-weight: normal; font-size: .85em }
p {
	font-size: 12px;
	margin: 10px auto;
}
td { text-align: left; font-size: 12px; }
th { text-align: center; font-size: 14px; }
li { font-size: 12px; }
label {
	width: 7em;
	padding-top:4px;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
}
a { color: #f00; text-decoration: none; outline:none }
a:hover { color: #d00; }
a:active { color: #f00; text-decoration: underline; }
img { border: none; margin: 0 auto; }


/* Divs IDs */

#bodybox {
	width: 1024px;
	height: 805px;
	height:auto;
	min-height: 805px;
	margin: 10px auto;
	text-align: left;
	position: relative;
	background: #fff;
}
#mastbox {
	padding:0px; margin:0px;
	height: 160px;
}
#menu {
	height: 34px;
	margin: 0px auto; padding: 0px;
}
#bodycontent {
	text-align:left;
	margin:0; padding:0;
	padding-bottom: 40px;
	position:relative;
}
#bodycontent p {
	margin: 1em 30px;
	color: #4D4D4D
}
#bodycontent h5 {
	margin: 1em 30px;
}
#footer {
	text-align:center; 
	padding:0; margin:0 ;
	clear: both;
	position: absolute;
	bottom:0;
	background-color: #f39833;
	color: #fff; width: 100%;
}
#footer p {
	margin: 12px 15px;
}
#footer a {
	color: #fff;
}
/* Custom Tags */
.right { text-align: right; }
.red { color: #E5352D; }
.center { text-align: center; }
.movie { margin: 13px 5px; float:left;}
.orange { color: #F39833}
.pad { padding-left: 10px; padding-top: 10px }
.green { color: #2F9D2D }
.form p { margin: 0.6em 30px !important}
.form input[type=text] { width: 200px }
.quote {float:left; margin: 20px 10px; width:330px;color:#000!important}
.link { width: 220px; height:120px; float:left; text-align: center; margin:15px 30px; font-size:12px; }
.link img{ margin-bottom:5px;}
.link a { color: #000 }
.link a:hover { color: #333 }
.foot a { color: #666 }

/* Menu CSS */

#menu a {
	display: block;
	float: left;
 	text-decoration: none;
	height: 34px;
	margin: 0px; padding: 0px;
}
#menu a:hover, #menu a.active { background-position: 0 -34px; }


#menu .home {background:url(../img/menu/home.png); width: 69px;}
#menu .testi {background:url(../img/menu/testimonials.png); width: 92px;}
#menu .contact {background:url(../img/menu/contact.png); width: 68px;}
#menu .download {background:url(../img/menu/download.png); width: 175px;}
#menu .design_services{background:url(../img/menu/design.png); width: 114px;}
#menu .websites{background:url(../img/menu/websites.png); width: 73px;}
#menu .printing{background:url(../img/menu/printing.png); width: 64px;}
#menu .links {background:url(../img/menu/links.png); width: 107px;}
#menu .email {background:url(../img/menu/email.png); width: 262px;}