body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF url(media/b01.gif) repeat-x;
	}

h1, h2, h3, h4, h5, h6, p, blockquote, a, em, font, img, strong, ol, ul, li, form, label, table, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-align: left!important;
	}

:active {
	outline:0;
}

@font-face {
    font-family: 'EgyptienneStd';
    src: url('media/fonts/egyptienne_std-regular-webfont.eot');
    src: url('media/fonts/egyptienne_std-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('media/fonts/egyptienne_std-regular-webfont.woff') format('woff'),
         url('media/fonts/egyptienne_std-regular-webfont.ttf') format('truetype'),
         url('media/fonts/egyptienne_std-regular-webfont.svg#EgyptienneStdRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EgyptienneStd';
    src: url('media/fonts/egyptienne_std-bold-webfont.eot');
    src: url('media/fonts/egyptienne_std-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('media/fonts/egyptienne_std-bold-webfont.woff') format('woff'),
         url('media/fonts/egyptienne_std-bold-webfont.ttf') format('truetype'),
         url('media/fonts/egyptienne_std-bold-webfont.svg#EgyptienneStdBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/* --------------------------------------------------
----------------------------------------------------

Main Container 

----------------------------------------------------
----------------------------------------------------*/


#wrapper {
	width:910px;
	margin:0 auto;
	padding: 0 25px;
}


/* --------------------------------------------------
----------------------------------------------------

Header 

----------------------------------------------------
----------------------------------------------------*/

#headerservice {
	height:30px;
	width:910px;
	float:left;
	text-align: right!important;

}

#service {
	font: normal 12px/30px 'EgyptienneStd';
	color: #FF0;
	letter-spacing: 0.025em;
}

#service a:link,
#service a:visited, 
#service a:active {
	color: #FFF;
	text-decoration: none;
}

#service a:hover {
	color: #F00;
}

#headerlogo {
	height:80px;
	width:910px;
	float:left;
}

.logo {
	padding: 18px 0 0 0;
}

#headernav {
	height:65px;
	width:500px;
	float:left;
	padding: 20px 0 0 410px;
}

#topnav {
	font: normal 14px/30px 'EgyptienneStd';
	color: #D6911E;
	letter-spacing: 0.025em;
}

#topnav a:link,
#topnav a:visited, 
#topnav a:active {
	color: #666;
	text-decoration: none;
}

#topnav a:hover {
	color: #F00;
}


#topline {
	background: url(media/topline.gif) repeat-x;
	float: left;
	height: 40px;
	width: 910px;
}


/* --------------------------------------------------
----------------------------------------------------

Navigation

----------------------------------------------------
----------------------------------------------------*/

#navcontainer {
	width:210px;
	min-height:319px;
	float:left;
	padding:41px 25px 25px 150px;
	background: url(media/jacques-kiewning.jpg) no-repeat 0px 58px;
}


#navcontainer ul {
	display: block;
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer ul a {
	font: normal 18px/23px 'EgyptienneStd';
	text-decoration: none;
	display: block;
	background: #FFFFFF url(media/list-nav-l.gif) no-repeat 1px;
	list-style: url(none) none;
	padding-left: 20px;
	border-bottom: 1px solid #dadada;
	color: #242424;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navcontainer ul a:hover {
	background: #FFFFFF url(media/list-nav-h.gif) no-repeat 1px;
	text-decoration: none;
	color: #d6901b;
}

.navcontainer-on {
	font: normal 18px/23px 'EgyptienneStd';
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	list-style: url(none) none;
	background: #FFFFFF url(media/list-nav-h.gif) no-repeat 1px;
	border-bottom: 1px solid #dadada;
	color: #d6901b;
}

#navcontainer ul ul {
	display: block;
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0 0 0 17px;
}

#navcontainer ul ul a {
	font: normal 14px/18px 'EgyptienneStd';
	text-decoration: none;
	display: block;
	background: #FFFFFF url(media/list-nav-l.gif) no-repeat 1px;
	list-style: url(none) none;
	padding-left: 20px;
	border-bottom: 1px solid #dadada;
	color: #242424;
	padding-top: 5px;
	padding-bottom: 5px;
}

#navcontainer ul ul a:hover {
	background: #FFFFFF url(media/list-nav-h.gif) no-repeat 1px;
	text-decoration: none;
	color: #d6901b;
}


/* --------------------------------------------------
----------------------------------------------------

Content

----------------------------------------------------
----------------------------------------------------*/

#content {
	width:500px;
	min-height:360px;
	float:left;
	padding:0 0 25px 25px;
}

#content a:link,
#content a:visited, 
#content a:active {
	color: #d6901b;
	text-decoration: underline;
}


#content a:hover {
	color: #F00;
}


#content h1 {
	font: normal 24px/24px 'EgyptienneStd';
	color: #d6901b;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-bottom: 20px;
}

#content h3 {
	font: normal 18px/24px 'EgyptienneStd';
	color: #d6901b;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
	padding-top: 10px;
}

#content p {
	padding: 10px 0 10px 0;
	font-size: 14px;
	line-height: 20px;
}

#content ul {
	list-style: none;
	padding: 0 0 0 5px;
}

#content ul li {
	padding: 5px 0px 5px 20px;
	margin:0px;
	letter-spacing: 0.025em;
	font-size: 14px;
	line-height: 20px;
	font-weight:normal;
	background: url(media/list-style.gif) no-repeat 0px 12px;
}

#content ol {
	padding: 0 0 0 15px;
	margin-left: 10px;
	list-style: decimal;
}

#content ol li {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.025em;
	padding: 5px 0px 5px 20px;
	margin: 0px;
}


/* --------------------------------------------------
----------------------------------------------------

Footer

----------------------------------------------------
----------------------------------------------------*/

#footer {
	background: url(media/topline.gif) repeat-x;
	float: left;
	height: 60px;
	width:500px;
	padding: 10px 0 0 410px;
}

#footertype {
	font: normal 12px/30px 'EgyptienneStd';
	color: #666;
	letter-spacing: 0.025em;
}

#footertype a:link,
#footertype a:visited, 
#footertype a:active {
	color: #D6911E;
	text-decoration: none;
}

#footertype a:hover {
	color: #F00;
}
