/* Very basic stylesheet to show you the layout sections */

/* Yahoo Stuff */
/* Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2 - Reset */

html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

/* Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2 - Fonts */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {font:13px/1.231 verdana,arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}


/* Mercologia CSS basic file */
*{ margin: 0; padding: 0; }
body { 
	font: .74em Verdana, Tahoma, "Trebuchet MS", sans-serif, Arial; 
	line-height: 1.6em;
	background: #fff url(http://www.mercologia.com/assets/templates/mercologia/images/bg.png) repeat; 
	color: #000;

}

/* Global Links */
a { color: #8800cf; ; text-decoration: none; }
a:visited {}
a:hover { color: #808080; }
a:active {}

p { margin: 0 0 15px 0; }
h1 { font: bold 1.7em Verdana, Sans-Serif;  margin: 20px 0 0; }
h1 a { color: #fff; }
h1 a:hover { color: #E4FFD3; }
h2 { font: bold 1.6em Verdana, Sans-Serif; margin: 0 0 12px; }
h3 { font: bold 1.6em Verdana, Sans-Serif; text-align: center; vertical-align: middle; background: #d7cfa1; }
h4 { color: #808080; background: inherit; font-weight: normal; font-size: .9em; }
h5 { font: bold .9em Verdana, Sans-Serif;}

strong {font-style:normal; font-weight:bold;}
#wrapper1 { width: 900px; margin: 0 auto; background-color: #fffdee; 	min-height: 850px;}
.wrapper {
	width: 900px;
	border: 0px;
	padding: 0;
	border-collapse: collapse;
	background-color: #fffdee;
	margin: 0 auto; 
}


#content {
	margin: 0 15px 20px 0;
	padding: 0 0 0 35px;
	width: 840px;
	text-align: justify;
	}

#logo {padding: 0 0 10px 15px; float: left;}

#menu { float: right; padding: 60px 0 0; margin: 0 0 18px; }
#menu li {font: bold 1.1em Verdana; display: inline; }
#menu li a {padding: 30px 15px 0px 0; margin: 0 0 0 20px; color: #000;}
#menu li a:hover {color: #9e7f2d; }

#intro { 
	clear: both;
	background: #fff url(http://www.mercologia.com/assets/templates/mercologia/images/intro.jpg) no-repeat;
	color: #4C8734;
	margin: 0 0 10px;
	padding: 45px 40px 10px 0px;
	text-align: right;
}
	#intro h1 { margin: 0; font: bold 1.7em "Trebuchet MS"; color: #ffffff;}
	#intro h2 { margin: 0; font: bold 1.3em "Trebuchet MS"; color: #ffffff;}
	#intro p { margin: 0; font-weight: bold; color: #ffffff;}

	#login { font-size: 1em; margin: 82px 0 0; }
	#login a { color: #fff; background: #9E7F2D; padding: 8px 15px;}
	#login a:hover { color: #9e7f2d; background: #D7CFA1 url(http://www.mercologia.com/assets/templates/mercologia/images/loginhover.gif) no-repeat; }

#footer { clear: both; border-top: 1px solid #ccc; padding: 10px 0 0 0; font-size: .9em; color: #808080; }
	#footer a { color: #4CA031; background: #fff; }
	#col1 { float: left; width: 274px; padding: 7px 0 0 15px; }
	#col2 { float: left; width: 250px; border-left: 1px solid #ccc; padding: 7px 0 0 40px; }
	#col3 { float: right; width: 250px; border-left: 1px solid #ccc; padding: 7px 0 0 40px; }

/* Customise to your site */

/* Status Messages */
.alert,
.warn,
.error {
	clear: both;
	padding: 5px;
	color: #000;
}
#alertmsg {
	border: 1px solid #A5D768;
}
.alert {
	background: #DDF0BD;
}
.alert strong,
.alert label {
	color: green;
}
#warn {
	border: 1px solid #FF8000;
}
.warn {
	background: #FFF6E5;
}
.warn strong,
.warn label {
	color: #FF8000;
}
#error {
	border: 1px solid #F3D5D5;
}
.error {
	background: #FFF1F1;
}
.error strong,
.error label {
	color: red;
}
.error input,
.error textarea {
	background: #FFF;
}

.required {
	font-weight: bold;
}