/* @override 
	http://lform.local/A%20-%20B/Axiom/Site/2011-09-22/_assets/css/style.css
	http://lform.local/A%20-%20B/Brenda%20Loew/Site/2011-09-29/_assets/css/style.css
	http://lform.local/A%20-%20B/Brenda%20Loew/Site/2011-09-29/css/style.css
*/

/* --- COLOR SCHEME ---

burgundy #611e27
yellow #cd9d1d

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


/* --- FONT --- */


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

}

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

}


/* --- # GLOBAL STYLES ---*/

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Arial";
	font-size: 13px;
	color: #333333;
	background: url('../images/bg.jpg');
}

a {
	color: #611e27;
}
  
a:hover {
	color: #cd9d1d;
	text-decoration: none;
} 

.red {
	color: #ed1c24;
}

#contactForm .error {
	font-size: 0.8em;
	margin-top: 8px;
	color: #cd9d1d;
}

p {
	margin: 15px 0;
	margin-top: 0;
	line-height: 1.5;
}

p._last-child, p:last-child {
	margin-bottom: 10px;
}


big {
	font-size: 1.1em;
}

small {
	font-size: 0.9em;
}

input, select, textarea {
	font-family: "Arial";
	background: #fff;
	xborder: 1px solid #a7a7a7;
	padding: 3px;
	color: #333;
}

input, textarea {
	padding: 3px;
	background: #fff;
	xoutline: 1px solid #f2f2f2;
	xborder: 1px solid #a7a7a7;
	border-right: 0;
	border-bottom: 0;
	color: #787878;
}


select {
	
}

textarea {
	
}

/* --- WRAPPER STYLES ---*/

#wrapper {
	text-align: left;
}

#topline {
	background-color: #611e26;
	position: fixed;
	top: 0;
	height: 8px;
	width: 100%;
	z-index: 999;
}

#headerBg {
	position: absolute;
	width: 100%;
	
}

#headerWrap {
	width: 970px;
	margin: 0 auto;
}

#header {
	position: fixed;
	top: 8px;
	width: 777px;
	margin-left: 190px;
	padding-left: 3px;
	padding-top: 45px;
	padding-bottom: 35px;
	z-index: 999;
	background: url('../images/bg-tagline.png') top left no-repeat;
}

#content {
	margin-bottom: 10px;
}

#main {
	color: #fff;
}

.main-content {
}


/* --- # HEADER STYLES ---*/

h1#logo {
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
	xposition: absolute;
	xtop: 25px;
	xheight: 46px;
	xmargin-left: 4px;
	width: 145px;
	height: 145px;
}

h1#logo a {
	display: block;
	height: 100%;
}

.social {
	position: relative;
	z-index: 999999;
}

.social img {
	float: right;
	margin-left: 5px;
}

.subTitle {
	font-size: 18px;
	color: #611e27;
	font-family: 'BellMTRegular';
	background: url('../images/bg-tag.jpg');
	padding: 5px 15px 8px 15px;
	position: relative;
	z-index: 999;
}

.subTitle b {
}

.subTitle span {
	font-family: 'FrutigerNormalRegular';
	font-size: 20px;
}

.tagline {
	font-family: 'FrutigerNormalRegular';
	font-size: 18px;
	line-height: 1.2;
	color: #333333;
	position: relative;
	top: 15px;
	background: url('../images/bg-tag.jpg');
	padding: 5px 15px;
	z-index: 999;
}

.tagline b {
	text-transform: uppercase;
}

/* --- # NAV STYLES ---*/

#navbar {
	width: 145px;
	float: left;
	display: inline;
	position: fixed;
	top: 30px;
	padding-bottom: 24px;
	background: url('../images/bg-nav.png') bottom no-repeat;
}

#nav {
	margin-top: 64px;
}

#navbar ul li {
	margin-bottom: 12px;
}

#nav li {
	margin: 0;
	list-style: none;
}

#nav li a {
	display: block;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'FrutigerNormalRegular';
	font-size: 14px;
	color: #333;
	padding-left: 15px;
}

#nav li a:hover {
	color: #cd9d1d;
	background: url('../images/icon-plus-yellow.png') 0% 45% no-repeat;
}

#nav li.current a {
	color: #611e27;
	background: url('../images/icon-plus.png') 0% 45% no-repeat;
}


/* --- # TITLE & CRUMBS---*/

.title {
	position: absolute;
	margin-top: -81px;
}

.title h2 {
	text-align: right;
	padding-right: 13px;
	padding-top: 18px;
}

h2 {
	color: #611e27;
	font-size: 24px;
	text-transform: uppercase;
	xfont-weight: bold;
	letter-spacing: 1px;
	font-family: 'FrutigerNormalRegular';
}

h3 {
	height: 36px;
	background: url('../images/test-title.png') left no-repeat;
	padding-left: 15px;
	font-size: 18px;
	color: #6d2332;
	text-transform: uppercase;
	padding-top: 18px;
}

h4 {
	font-family: 'FrutigerNormalRegular';
	font-size: 14px;
	color: #611e27;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1.2;
}

/* --- # FOOTER STYLES ---*/


#footerWrap {
	padding: 20px 0;
	min-height: 119px;
	margin-top: -100px;
	width: 100%;
	background: #6a2231 url('../images/bg-footer.png') top repeat-x;
}

#footer {
	width: 970px;
	margin: 0 auto;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#company {

}

#design a:hover {
	text-decoration: underline;
}

