/* @override 
	http://lformxserve01.local/M%20-%20N/Merchant%20Management/Site/2010-05-24/_assets/css/style.css
	http://www.merchantmanagement.net/_assets/css/style.css
*/

/* --- COLOR SCHEME ---

red #620000, #d8c9c9
nav ahover #776b4b
nav a #e1dbca
light #f7f5ee
imageborder #546500
---------------------- */

/* --- # GLOBAL STYLES ---*/
html {}

body {
	font-family: Times, Serif;
	font-size: 10pt;
	background: url(../images/header-bg.jpg) repeat-x;
}

a {

}

a:hover {

}

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

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

/* --- WRAPPER STYLES ---*/
#wrapper {
	width: 970px;
	margin: 0px auto;
}

#header {
	height: 115px;
}


#content {
	width: 100%;
}

#main {
	float: right;
	width: 725px;
}

/* --- # HEADER STYLES ---*/
h1#logo {
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
	width: 211px;
	height: 88px;
	margin-top: 17px;
	margin-left: 20px;
}

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

#info {
	color: #fff;
	float: right;
	font-size: 1.6em;
	margin-top: 15px;
}

/* --- # NAV STYLES ---*/
#navbar {
	float: right;
	margin-top: 39px;
}

#nav {
}

#nav ul {
}

#nav li {
	width: auto;
	font-family: Arial;
	margin: 0 15px;
}

#nav li.last {
	margin-right: 0;
}

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

#navbar li.active a {
	color: #e1dbca;
}

#navbar li a:hover {
	color: #e1dbca;
}

#nav li ul {
}

#navbar .active ul {}

#nav li li {
}

#nav li li a {
}

#nav li li a:hover {	
}


/* --- # CONTENT PAGES ---*/
#title {
}

#title h2 {
	background: url(../images/subnav-bg.jpg) repeat-x;
	width: 210px;
	height: 33px;
	color: #fff;
	font-size: 1.6em;
	letter-spacing: 1px;
	padding: 9px 0 0 20px;
}

h3 {
	color: #620000;
	font-size: 1.2em;
	border-bottom: 1px solid #620000;
	padding-bottom: 10px;
}

h4 {
	color: #776b4b;
	background-color: #f7f5ee;
	padding: 9px 20px;
	font-size: 1.5em;
	letter-spacing: 1px;
}

h5 {
	background-color: #c9c6bd;
	padding: 10px 35px 10px 10px;
	text-transform: capitalize;
	display: inline;
}

/* --- # FOOTER STYLES ---*/
#footer {
	clear: both;
	margin: 40px 0;
	padding-bottom: 10px;
}

.resourceBtn {
	text-decoration: none;
	color: #999;
	text-transform: uppercase;
	font-size: 0.9em;
}

a:hover.resourceBtn {
	text-decoration: underline;
}

#company {
	float: left;
	font-size: 0.9em;
}

#company img {
}

#design {
	font-size: 0.8em;
	float: right;
}

#design a {
	color: #000;
	text-decoration: none;
}

#signup {
}

#signup input {
}


