/*
CSS - Gorgina Moore Edu Art
*/

/* layout styles */


* {
	padding: 0;
	margin: 0;
}/* this will reset all elements to margin/padding = 0 */

body {
	margin: 0;
	padding: 0;
	background: #940101 url(../images/core/body-background.gif) top left repeat-x;
}

#container {
	margin: 50px auto 0 auto;
	padding: 0;
	width: 800px;
	background: #fff url(../images/core/content-background.gif) top center repeat-y;
}


.clearfix:after {
    content: "."; 
    clear: both; 
    display: block; 
    height: 0; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

img {border: none;}
a {color: #6a0404; text-decoration: underline;}
a:hover {text-decoration: none;}

/*---------------------------
	HEADER
---------------------------*/
div#header {
	width: 800px;
	height: 165px;
	background: url(../images/core/header-background.jpg) top right no-repeat;
}

div#header img.logo {margin: 103px 0 0 3px;}



/*---------------------------
	NAVIGATION
---------------------------*/
div#navigation {
	width: 800px;
	height: 41px;
	clear: both;
	background: url(../images/core/navigation-background.gif) top left repeat-x;
}

#nav {
	margin: 0 7px 0 0;
	padding: 0;
	height: 41px;
	list-style: none;
	display: inline;
	overflow: hidden;
	float: right;
	}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 41px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:41px; /* for IE5/Win only */
	}
	
#nav a:hover {background-position: 0 -41px;}

#nav-home a {width: 47px; background: url(../images/nav/nav-home.gif) top left no-repeat;}
#nav-why a {width: 101px; background: url(../images/nav/nav-why.gif) top left no-repeat;}
#nav-consultation a {width: 100px; background: url(../images/nav/nav-consultation.gif) top left no-repeat;}
#nav-about a {width: 68px; background: url(../images/nav/nav-about.gif) top left no-repeat;}
#nav-contact a {width: 90px; background: url(../images/nav/nav-contact.gif) top left no-repeat;}


/*---------------------------
	CONTENT
---------------------------*/
div#content {
	width: 568px;
	float: left;
	display: inline;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

div#text {
	width: 537px;
	margin: 28px 0 28px 13px;
}

div#text h1 {
	font-size: 20px;
	color: #292828;
}

div#text h2 {
	color: #690404;
	margin: 14px 0 2px 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
}

div#text h3 {
	color: #690404;
	margin: 14px 0 2px 0;
	font-size: 16px;
	font-weight: strong;
	line-height: 14px;
}

div#text p {
	line-height: 23px;
	margin: 9px 0 9px 0;
	color: #5e5c5c;
}

div#text img.grid {margin-left: 42px;}
div#text img.float-left {float: left; margin: 10px 10px 10px 0;}
div#text img.float-right {float: right; margin: 10px 0 10px 10px;}

div#text hr {
	margin: 10px;
	clear: both;
	border: none;
	border-top: 1px solid #ccc;
	height: 0;
}

div#text ul {
	color: #5e5c5c;
	margin-left: 20px;
}

div#text ul li {
	list-style: none;
	background: url(../images/core/bullet.gif) 0 5px no-repeat;
	padding-left: 15px;
	margin: 5px 0 5px 0;
}

/*---------------------------
	RIGHTBAR
---------------------------*/
div#rightbar {
	width: 230px;
	float: right;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}

div#rightbar div.tip {
	width: 156px;
	margin: 11px auto;
}

div#rightbar div.tip h2 {
	font-size: 12px;
	font-weight: bold;
}

div#rightbar div.tip p {
	text-align: justify;
	margin: 0;
	font-size: 11px;
	line-height: 15px;
}

div#rightbar p {
	margin: 50px 8px 0 28px;
	color: #5e5c5c;
	font-size: 11px;
	line-height: 22px;
}

div#rightbar img.webbasic {
	float: right;
	margin: 50px 8px 10px 0;
}



/*---------------------------
	FOOTER
---------------------------*/
div#footer {
	background: url(../images/core/footer-background.gif) top left repeat-x;
	width: 800px;
	margin: 0 auto 20px auto;
	height: 33px;
}

div#footer p {
	color: #2c2929;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 13px 0 0 10px;
}

div#footer a {color: #2c2929; text-decoration: none;}
div#footer a:hover {text-decoration: underline;}







