/* @override http://linux.zimcommunications.com/eng-kennedy/styles/default.css */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #3f3f3f url(../images/side_stripe.gif) repeat-y;
}

#top_logo {
	background: url(../images/logo_small.gif) no-repeat;
	width: 200px;
	height: 114px;
	text-indent: -99999px;
}

#top_contact {
	background: url(../images/top_contact.gif) no-repeat;
	width: 475px;
	height: 114px;
	text-indent: -99999px;
}

#top_services {
	background: url(../images/top_services.gif) no-repeat;
	width: 475px;
	height: 114px;
	text-indent: -99999px;
}

#top_order {
	background: url(../images/top_order.gif) no-repeat;
	width: 475px;
	height: 114px;
	text-indent: -99999px;
}

#top_payment {
	background: url(../images/top_payment.gif) no-repeat;
	width: 475px;
	height: 114px;
	text-indent: -99999px;
}

#top_privacy {
	background: url(../images/top_privacy.gif) no-repeat;
	width: 475px;
	height: 114px;
	text-indent: -99999px;
}

h1 {
	
}

h2 {
	
}

h3 {
	text-transform: uppercase;
	color: #000000;
	text-align: center;
	width: 640px;
	height: 30px;
	background: url(../images/h3-bg.gif) no-repeat;
	font: bold 16pt/24pt Arial, Helvetica, sans-serif;
	margin: 0 auto .5em;
}

h3.name {
	width: 305px;
	height: 30px;
	background: url(../images/h3-name-bg.gif) no-repeat;
}

em.job_title {
	width: 305px;
	height: 20px;
	display: block;
	color: #000;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	text-transform: uppercase;
	background: url(../images/em-job_title-bg.gif) no-repeat;
	line-height: 15pt;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	background-color: #CCCCCC;
	text-align: center;
	margin: 3px;
	width: 100%;
}

a, a:link, a:visited {
	text-transform: none;
	color: #fff;
	border-bottom: 1px dotted #fff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a:hover {
	color: #bfbfbf;
	border-bottom: 1px dotted #bfbfbf;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.content {
	margin: 2em;
}

#nav {
	margin: 2em 0;
	padding: 0;
	background: #222222;
	list-style-type: none;
	width: 198px;
	float: left; /* IE fix: contain floated list item */
}

#nav li {
	padding: 0;
	margin: 0;
	float: left; /* IE fix: whitespace bug */
	width: 100%; /* IE fix: whitespace bug */
}

#nav a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 0 15px;
	line-height: 2.5;
	font-size: 10pt;
	border-bottom: 1px solid #ffffff;
	font-weight: bold;
}

#nav #nav_priv a {
	border: none;
}

#nav a:hover {
	background: #888888;
}

#body_home #nav_home a, #body_cont #nav_cont a, #body_serv #nav_serv a, #body_orde #nav_orde a, #body_priv #nav_priv a, #body_paym #nav_paym a {
	background: #8b011b;
	font-weight: bolder;
}

.fees {
	  font-size: 12pt;
	  line-height: 18pt;
	  border-collapse: collapse;
}

.fees tr.odd {
	background: #656565;
}

.fees td {
	border: 1px solid #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}

fieldset {
	float: left;
	clear: left;
	width: 100%;
	margin:  0 0 1.5em 0;
	padding: 0;
	border: 1px solid #bfbfbf;
	background: #333333 url(../images/fieldset-bg.gif) repeat-x;
}
legend {
	margin-left: 1em;
	color: #ffffff;
	font-weight: bold;
	padding: 0;
}
legend span {
	position: absolute;
	margin-top: 0.5em;
	font-size: 10pt;
	text-transform: uppercase;
}
fieldset ol {
	padding: 2em 1em 0  1em;
	list-style: none;
	zoom: 1;
}
fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
	font-size: 10pt;
	line-height: 1.5;
}
fieldset input.text, fieldset textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width:  300px;
}
fieldset.submit {
	float: none;
	width: auto;
	padding-left: 12em;
	border-style: none;
	background-color: transparent;
	background-image: none;
}
fieldset.submit input, fieldset.submit textarea {
	width: auto;
}
label{
	float: left;
	width: 12em;
	margin-right: 1em;
	text-align: right;

}
a.img, a.img:link, a.img:visited {
	text-transform: none;
	color: #fff;
	border-bottom: none;
	font-weight: normal;
	font-style: normal;
}
a.img:hover {
	color: #bfbfbf;
	border-bottom: none;
	font-weight: normal;
	font-style: normal;
}  
em.paypal {
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
