/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, div, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td  { 
	border: 0; margin: 0; padding: 0;
}

body {
	text-align: center;
	font:.9em Arial, Helvetica, sans-serif;
	color:#1f1f1f;
	background-image: url(images/bg.jpg);
}

a, a:link{
	font-weight:bold;
	color: #1f1f1f;
}
a:visited{
	text-decoration:underline;
	color: #1f1f1f;
}
a:active{
	text-decoration:none;
	color: #1f1f1f;
}
a:hover{
	text-decoration:none;
	color: #1f1f1f;
}
h1, h2, h3, h4, h5 {
	letter-spacing: 0.03em;
}
h1, h3, h5 {
	color: #1f1f1f;
}
h2, h4 {
	color: #1f1f1f;
}
h1 {
	font-size: 1.8em;
	padding-bottom: 15px;
}
h1.sectionSep {
	padding-top: 15px;
	margin-top: 20px !important;
	border-top: 1px solid #1f1f1f;
}
h2 {
	font-size:1.35em;
}
h3 {
	font-size:1.2em;
}
h4, h5 {
	font-size:1em;
}
h1, h2, h3, h4, h5 {
	margin-bottom: 2px;
}
p {
	line-height: 19px;
	margin-bottom: 10px;
}

.container {
	clear: both;
	margin: 0 auto 0 auto;
	position: relative;
	width: 930px;
	top: 0;
}
.header {
	height: 200px;
	z-index: 1;
}

*html .logoImg {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/logo.png',sizingMethod='scale');
	background:none;
}
*html .apple {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/apple.png',sizingMethod='scale');
	background:none;
}

.logoImg {
    background: transparent url(images/logo.png) no-repeat top center;
	height: 200px;
	width: 447px;
	position: absolute;
	top: 0px;
	left: 23%;
	display: block;
	z-index: 2;
}
.apple {
    background: transparent url(images/apple.png) no-repeat top center;
	height: 117px;
	width: 116px;
	position: absolute;
	top: 167px;
	left: 48%;
	z-index: 1;
}
.containerMain {
	background-image: url(images/bg_internal.jpg);
	width: 926px;
	margin: 0;
	padding-bottom: 1px;
}
.menu {
	width: 920px;
	background-color: #e9b93e;
	text-align: left;
	padding: 3px;
}
.menu ul {
	display: block;
	list-style: none;
	margin-left: 15px;
}
.menu ul li {
	display: inline;
	clear: none;
	text-align: center;
	border-left: 1px solid #1f1f1f;
	padding: 0 10px 0 15px;
}
.menu ul li.first {
	border-left: none;
	padding: 0 10px 0 0;
}
.menu ul li a {
	font-size: 0.95em;
	text-transform: lowercase;
	letter-spacing: 0.25em;
	text-decoration: none;
}
.menu ul li a:hover {
	color: #fff;
}

.contentContainer {
	margin: 15px;
	border: 2px solid #e9b93e;
	padding: 5px;
	width: 885px;
}

.content {
	width: 795px;
	border: 10px solid #e9b93e;
	text-align: left;
	padding: 50px 35px 20px 35px;
}
.leftRail {
	width: 68%;
}
.rightRail {
	width: 28%;
	float: right;
}
.footer {
	margin: 10px 0 15px 0;
	font-size: 0.9em;
}
.promo {
	font-size: 0.9em !important;
	border: 1px solid #e9b93e;
}
.promo h2 {
	background-color: #e9b93e;
	padding: 3px 8px 3px 8px;
	color: #fff;
}
.promo p {
	padding: 3px 8px 8px 8px;
	margin: 0;
}

.quickForm {
	font-size: 0.9em;
}
.quickForm th {
	vertical-align: top;
	width: 30%;
}
.quickForm .button {
	border: 2px solid #e9b93e;
	background-color: #ebd764;
	width: 150px;
	font-weight: bold;
	color: #3A2E10;
}
.quickForm input, .quickForm textarea {
	border: 1px solid #e9b93e;
	padding: 2px;
}

.error {
	color: #AF8B2F;
}

.secondImage {
	margin-top: 40px;
}
.serviceList {
	margin-left: 20px;
	margin-bottom: 7px;
	padding-right: 7px;
	list-style: circle;
	font-size: 0.9em;
}