@charset "utf-8";
/* CSS Document */

/* Generic Styles */
body, html {
	height: 100%;
}

body {
	margin:10px 0px 0px 0px; padding:0px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#site_content {
	width:850px;
	float:left;
	background-image:url(images/bg_middle.png);
	background-repeat:no-repeat;
	margin-bottom: 15px;
}
div, p, img, h3 {
    margin:0; padding:0;
}

/* Global Navigation Styles */
#left {
    float:left;
	width:116px;
}
#global_nav {
    width:116px;
	height:145px;
	margin-left:5px;
	margin-top:260px;
}
ul#nav {
    position:relative;
	width:116px; height:24px;
	list-style:none;
	padding:0;
	margin-left:0px;
}
ul#nav li {
    list-style:none;
	cursor:pointer;
	margin-top:9px;
}
ul#nav li:hover {
    background-position:right top;
}
ul#nav li.current {
    background-position:right top;
}
ul#nav li a:visited {
    color:#005AAD;
}
.div_link {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	text-decoration:none;
}
#nav_home {
    float:left;
    margin-top:0px;
    height:24px;
    width:116px;
    background-image:url(images/home.png);
    position: relative;
}
#nav_home_current {
    float:left;
    margin-top:0px;
    height:24px;
    width:116px;
    background-image:url(images/home_current.png);
    position: relative;
}
#nav_about {
    float:left;
    margin-top:0px;
    height:24px;
    width:116px;
    background-image:url(images/about.png);
    position: relative;
}
#nav_about_current {
    float:left;
    margin-top:0px;
    height:24px;
    width:116px;
    background-image:url(images/about_current.png);
    position: relative;
}
#nav_contact {
    float:left;
    margin-top:0px;
    height:24px;
    width:116px;
    background-image:url(images/contact.png);
    position: relative;
}
#nav_contact_current {
    float:left;
    margin-top:0px;
    height:24px;
    width:116px;
    background-image:url(images/contact_current.png);
    position: relative;
}
#nav_brochure {
    float:left;
    margin-top:0px;
    height:24px;
    width:116px;
    background-image:url(images/e_brochure.png);
    position: relative;
}
#nav_brochure_current {
    float:left;
    margin-top:0px;
    height:24px;
    width:116px;
    background-image:url(images/e_brochure_current.png);
    position: relative;
}
#nav_catalogue {
    float:left;
    margin-top:0px;
    height:24px;
    width:116px;
    background-image:url(images/catalogue_pdf.png);
    position: relative;
}
#nav_catalogue_current {
    float:left;
    margin-top:0px;
    height:24px;
    width:116px;
    background-image:url(images/e_brochure_current.png);
    position: relative;
}


/* Main Content Styles */
#main_home {
    width:500px;
	margin-top:90px;
	float:right;
}
#certified {
    float:right;
	margin-right:10px;
	margin-top:10px;
}
#main_home_chair {
}
#main_contact {
    width:500px;
	height:500px;
	margin-left:300px;
	margin-top:268px;
}
#main_contact p {
    text-align:center
}
#main_contact h3 {
    text-align:center;
	padding-bottom:16px;
	font-size:18px;
}
#main_contact p.small {
    text-align:center;
	font-size:9px;
	padding-top:3px;
}
#main_contact a {
    color:#005AAD;
	text-decoration:none;
}
#main_contact a:hover {
    color:#519620;
	text-decoration:underline;
}

#form {
	width:500px;
	height:210px;
	margin-bottom: 10px;
}

#main_about {
    width:450px;
	height:560px;
	margin-left:330px;
	margin-top:200px;
}
#main_about h3 {
    font-size:18px;
	padding-left:80px;
	font:Arial, Helvetica, sans-serif;
}
#main_about li {
    padding-bottom:5px;
}
#main_catalogue {
     width:500px;
	height:540px;
	margin-left:300px;
	margin-top:220px;
}
#main_catalogue h3 {
    text-align:center;
	padding-bottom:16px;
}
#main_catalogue p {
    text-align:center
}
#brochure {
}
#brochure p {
    text-align:left;
}
#brochure a {
    color:#005AAD;
	text-decoration:none;
}
#brochure a:hover {
    color:#519620;
}
#brochure a:visited {
}

.img_hover a {
    border-color:#CCCCCC;
}
#flash_player {
	text-align:left;
	margin-left:86px;
	font-size:12px;
}
#flash_player a {
    color:#333333;
	text-decoration:underline;
}
#flash_player a:hover {
    color:#999999;
	text-decoration:underline;
}
#catalogue {
    margin-top:70px;
}
#catalogue p {
    text-align:left;
}
#catalogue a {
    color:#E42132;
	text-decoration:none;
}
#catalogue a:hover {
    color:#CCCCCC;
}

/* Extra Classes */
.mar {
    margin-right:30px;
}
.mar_pdf {
    margin-right:30px;
}

#footer {
	width: 100%;
	text-align: center;
	clear: both;
	}
	
#footer p {
	font-size: 11px;
	}

.clearit {
clear: both;
display: block;
}

