/* reset */
@import url("reset.css");
/* clearfix */
@import url("clearfix.css");

body {
	font-family: ArialRegular, Helvetica, sans-serif;
}
#mainContainer {
	width: 1024px;
	height: 768px;
}
#header {
	height: 124px;
	background: url(/img/template/hdr_main.jpg) 0 0 no-repeat;
	position:relative;
}
#header .link-home {
	position:absolute;
	top:35px;
	left:10px;
	height:55px;
	width:380px;
}
#nav {
	width: 230px;
	float: left;
}
#nav .wrap {
	padding: 42px 40px 0 21px;
}
#nav li {
	margin-bottom: 17px;
}
#nav li a {
	font-size: 15px;
	text-decoration: none;
	display: block;
	text-transform:lowercase;
}
#nav li a span {
	background:url(/img/template/nav_arrow.gif) right 5px no-repeat;
	padding-right:13px;
}
#nav li a.selected span,
#nav li a:hover span {
	background-position:right -15px;
}
#nav li a:link, #nav li a:visited {
	color: #444444;
}
#nav li a:hover, 
#nav li a.selected {
	text-decoration: none;
	color: #b2b1b1;
}
#nav li.nav-spacer {
	height:35px;
}
#nav li.ext a:link, #nav li.ext a:visited {
	color: #b2b1b1;	
}
#nav li.ext a span {
	color: #b2b1b1;
	background-position:right -15px;
}
#nav li.ext a:hover, 
#nav li.ext a.selected {
	text-decoration: none;
	color: #444444;
}
#nav li.ext a:hover span, 
#nav li.ext a.selected span {
	background-position:right 5px;
}


#content {
	width: 794px;
	float: right;
}
#content .wrap {
	padding:40px 10px 0 0;
  	height:536px;	
}


#footer {
	padding:25px 0 0 230px;
	text-align:center;
	font-size:13px;
	color:#444444
}
#footer a:link, #footer a:visited {
	color:#444444;
	text-decoration:none;
}

/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	body.ipad-webapp {
		padding-top: 20px;
	}
	#mainContainer {
		height: 748px;
	}
}

.ipad body { }


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