@charset "utf-8";

/*	CSS Document -- 
	Markville Mall
	Site design : http://www.pylon.ca
	Copyright 2009
*/
	
/* --- Neutralize styling: Elements with a vertical margin --- */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}

li, dd { 
	margin-left: 0;  
	padding: 0;
}
	
/* --- global styles --- */

html, body {
	margin: 0;
	height: 100%;
}
img, a { 
	border: 0;
	outline: none;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

* html hr { /* IE6 automaticall adds 6px to the border -- let's offset it */
	margin: -1px 0 -2px 0;
	height: 100%;
}
*+html hr { /* ditto IE7 */
	margin: -1px 0 -2px 0;
}

body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #6a747c;
	background: #fff;
	height: 100%;
}

a:link, a:visited{
	color: #74411a;
	text-decoration: none;
	outline: none;
	border: none;
}
a:hover {
	color: #c49a6c;
	text-decoration: none;
	outline: none;
	border: none;
}

/* --- page wrapper styles --- */

#wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

#image {
	position: relative;
	margin: 0 auto;
	height: 238px;
}

#image.news {
	background: url('../img/bg/bg-news.jpg') no-repeat bottom;
}

#footer {
	position: relative;
	display: block;
	margin: 0 auto;
	height: 26px;
	background: url('../img/bg/logo-cadillac.gif') no-repeat 38px;
}
#footer p {
	margin: 0;
	padding: 2px 0 0 135px;
	font-size: 10px;
	color: #000;
}
#footer a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}

#container {
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 303px;
}

#container h1 {
	position: relative;
	display: block;
	padding: 0;
}

#container h1#news {
	width: 268px;
	height: 22px;
	background: url('../img/titles/h-news.gif') no-repeat;
	text-indent: -999em;
}
#container h1#login {
	width: 226px;
	height: 29px;
	background: url('../img/titles/h-login.gif') no-repeat;
	text-indent: -999em;
}
#container h1#loggedin {
	width: 112px;
	height: 21px;
	background: url('../img/titles/h-loggedin.gif') no-repeat;
	text-indent: -999em;
}

#logo {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	width: 112px;
	height: 22px;
	top: 35px;
	left: 731px;
	background: url('../img/bg/logo-markville.gif') no-repeat;
	text-indent: -999em;
}

#loginpanel {
	position: relative;
	display: block;
	margin: 0;
	padding: 35px 0 0 38px;
	width: 263px;
	height: auto;
}
#loginpanel p {
	margin: 0;
	padding-top: 10px;
}
#newspanel {
	position: relative;
	display: block;
	margin: 0;
	padding: 35px 0 0 38px;
	width: 457px;
	height: auto;
}
#newspanel p {
	margin: 0;
	padding-top: 10px;
}

/* --- navigation styles --- */

#nav-container {
	position: relative;
	display: block;
	margin: 0; 
	padding: 16px 0 0 36px;
	background: #fff;
	height: 16px;
}
#nav ul, #nav ul li, #nav ul li a {
	height: 16px;
	outline: none;
}
#nav ul {
	height: 16px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	display: block;
	outline: none;
	text-indent: -999em;
}

/* -- button: Vision --*/
#nav ul li#nav-btn-vision {
	width: 36px;
	background: url('../img/bg/navigation-bg.gif') 0px -16px;
}
#nav ul li#nav-btn-vision a {
	background: url('../img/bg/navigation-bg.gif') 0px 0px;
}
#nav ul li#nav-btn-vision a:hover, 
#nav ul li#nav-btn-vision  a.current {
	background-image: none;
}

/* -- button: Experience --*/
#nav ul li#nav-btn-experience {
	width: 64px;
	margin-left: 40px;
	background: url('../img/bg/navigation-bg.gif') -76px -16px;
}
#nav ul li#nav-btn-experience a {
	background: url('../img/bg/navigation-bg.gif') -76px 0px;
}
#nav ul li#nav-btn-experience a:hover,
#nav ul li#nav-btn-experience a.current {
	background-image: none;
}

/* -- button: Facts --*/
#nav ul li#nav-btn-facts {
	width: 32px;
	margin-left: 43px;
	background: url('../img/bg/navigation-bg.gif') -183px -16px;
}
#nav ul li#nav-btn-facts a {
	background: url('../img/bg/navigation-bg.gif') -183px 0px;
}
#nav ul li#nav-btn-facts a:hover,
#nav ul li#nav-btn-facts a.current {
	background-image: none;
}

/* -- button: News --*/
#nav ul li#nav-btn-news {
	width: 32px;
	margin-left: 42px;
	background: url('../img/bg/navigation-bg.gif') -257px -16px;
}
#nav ul li#nav-btn-news a {
	background: url('../img/bg/navigation-bg.gif') -257px 0px;
}
#nav ul li#nav-btn-news a:hover,
#nav ul li#nav-btn-news a.current {
	background-image: none;
}

/* -- button: Contact --*/
#nav ul li#nav-btn-contact {
	width: 47px;
	margin-left: 38px;
	background: url('../img/bg/navigation-bg.gif') -327px -16px;
}
#nav ul li#nav-btn-contact a {
	background: url('../img/bg/navigation-bg.gif') -327px 0px;
}
#nav ul li#nav-btn-contact a:hover,
#nav ul li#nav-btn-contact a.current {
	background-image: none;
}

/* -- button: Client Login --*/
#nav ul li#nav-btn-login {
	width: 69px;
	margin-left: 153px;
	background: url('../img/bg/navigation-bg.gif') -527px -16px;
}
#nav ul li#nav-btn-login a {
	background: url('../img/bg/navigation-bg.gif') -527px 0px;
}
#nav ul li#nav-btn-login a:hover,
#nav ul li#nav-btn-login a.current {
	background-image: none;
}


input.field {
	color: #787878;
	background: #ebebeb;
	border: 0 #fff;
	width: 90%;
	font-size: 11px;
	padding: 10px;
}

label {
	width: 140px;
	display: block;
	padding-top: 15px;
	text-align: left;
	font-weight: bold;
}

#imageField {
	display: block;
	margin-top: 15px;
	outline: none;
	border: none;
}

#imageField:hover {
	filter:alpha(opacity=60);-moz-opacity:.60;opacity:.60;
}

