@charset "utf-8";
/* developed by Colin Bradshaw */
/* Zoostyle */
/* Default styles */
body, html {
	text-align: center; height: 100%;
	margin: 0px; padding: 0px;
	background: #F2F2F2;
	font-family: Tahoma, Helvetica, sans-serif;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h1, h2, h3, h4, h5, p, td, th {
	color: #fff;
	font-weight: bold;
}
label {
	width: 10px;
	float: left;
	text-align: right;
	margin-right: 5px;
	display: block;
}
h1, h2 {
	font-weight: bolder;
}
ol { padding-left:30px; }
li { margin-top:5px; font-size: 12px; color: #fff; }
p {
	font-size: 13px;
	color: #fff;
	margin: 20px auto;
	font-weight: normal;
}
td { text-align: left; font-size: 12px; }
th { text-align: center; font-size: 14px; }
li { font-size: 12px; }
a { color: #fff; text-decoration: none; }
a:hover { color: #eee; }
a:active { color: #ddd; text-decoration: underline; }
img { border: none; margin: 5px; }


/* Divs IDs */

#bodybox {
	width: 1024px;
	margin: 10px auto;
	clear: left;
	overflow: hidden;
	background: #000 url(../images/bg_left.png) left bottom repeat-y;
}
	
#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;			/* Bump div #bodybox down half the height of the screen. */
	margin-top: -400px; 		/* Half the height of div #bodybox. */
	float: left;
}
#mastbox {
	height: 158px;
	padding:0px; margin:0px;
	background: url(../images/mast.png) no-repeat;
}
#menu {
	height: 37px; text-align: left;
	padding: 0; margin: 0 auto;
	width: 970px;
	background: url(../images/menu_bg.png) repeat-x;
	font-family: "Courier New", Courier, monospace;
	font-size: 15px; font-weight:bolder;
}#menu img { margin: 0;float:left; }
.bodycontent {
	text-align:left;
	margin: 25px 40px; padding:0px;	
}

#footer {
	width: 1024px;
	margin:auto; padding-bottom:10px;
}#footer p {text-align:left;font-weight:bold;font-size:11px;margin:0;
	padding-left: 60px;}
#footer a { text-decoration:underline; color:#000;}
#footer a:hover { color: #aaa; }

/* Custom Tags */
.right { text-align: right; }
.red { color: #f00; }
.center { text-align: center; }
.copyright { font-size: 10px; font-weight: normal; color:#000;margin:5px;}
.pink { color: #EC008C; font-weight: bold; }
.arial { font-family: Arial, Helvetica, sans-serif; }
.extend { height: 1020px !important; }
.imgpump { width:650px;overflow:hidden;}.imgpump img { border: #bbb 1px solid;margin-left:0;margin-right:20px; }
.workbox { border: 1px solid #EC008C; padding: 15px; float:left; width: 220px; height:110px; margin-right: 15px;}
.workbox p { margin: 0; } 
.beauty {background: url(../images/beauty.png) bottom no-repeat; float:right; width:400px; height:361px;padding-top:17px;}
.emaillink { margin-top:86px; display:block; float:right; margin-right: 90px; width: 190px; height:22px;}

/* Left column CSS */
#leftcol {
	width:213px;
	float: left;
	padding: 0 27px;
	padding-right: 50px;}
#leftcol img{ margin:0;border:none;padding:0;}
#leftdetails {
	background: #fff url(../images/left_logo.png) no-repeat;
	text-align: left;
	padding: 0 30px;
	width: 153px; height: 119px;
	padding-top: 95px;
	margin:0px;}
#leftdetails p {color: #000;margin-top:0;}
#leftcopy {
	background: #EC008C;
	padding: 15px 10px;
	width: 193px;}
#leftcopy p { margin: 0; color:#fff; font-weight: bold;}

/* Menu CSS */
#menu a {
	display: block;
	float: left;
 	text-decoration: none;
	margin: 10px 10px; padding: 0px;
	margin-top: 12px;
}
#menu .colon {
	float:left;
	margin-top:14px;	
}
#menu .current {
	display: block;
	float: left;
	height: 15px;
	margin: 10px 10px; padding: 0px;
	margin-top: 12px;
	color: #000;
}
#menu .restore {	
	float:left;
	margin-right: 80px;
	font-size: 14px; font-weight: bolder;
	padding-top: 12px;
	color: #fff;
}
#menuWrap {
	padding: 0 10px;
	width: 926px;
	float:left;
}
#spacer {
	height:8px;
	background: #666;
	border-bottom:#aaa 1px solid;
	border-top: #fff 1px solid;
}

