/* LAYOUT */
#wrapper {
	width: 830px;
	margin: 0px auto;
	height: auto;
	overflow: hidden;
}

#content_wrap {
	width: 511px;
	position: relative;
	float: left;
	margin-top: 10px;
	overflow: hidden;
}

#content {
	font-size: 1em;
	float: left;
	padding: 0;
	margin: 0;
	width: 511px;
}

#content .content {
	width: 100%;
	float: left;
	text-align: left;
}

/* END LAYOUT */

/* HEADER */
#header {
	width: 300px;
	position: relative;
	float: left;
	margin-right: 19px;
	margin-top: 10px;
}

#header a#logo {
	position: relative;
	float: left;
	display: block;
}

#tagline {
	width: 300px;
	height: 66px;
	position: relative;
	float: left;
	text-align: right;
	color:#3B7DE1;
	font-family:"Century Gothic", "Trebuchet MS", Verdana, sans-serif;
	font-size:20px;
	line-height: 66px;
}
/* END HEADER */

/* TOP MENU */
#tools {
	width: 300px;
	position: relative;
	float: left;
	text-align: left;
	margin-top: 4px;
}

#tools a {
	position: relative;
	float: left;
	width: 300px;
	display: block;
	margin-bottom: 2px;
}
/* END TOP MENU */

/* MAIN MENU */
div#menu {
	width: 300px;
	position: relative;
	float: left;
}

#menu a {
	position: relative;
	float: left;
	width: 300px;
	background-position: 0 0;
	background-repeat: no-repeat; 
}

#menu a:hover,
#menu a.selected,
#menu a.selected:hover {
	background-position: 0 100%;
}

#m_home {
	height: 57px;
	background-image: url(images/nav_home.gif);
}

#m_products {
	height: 48px;
	background-image: url(images/nav_products.gif);
}

#m_process {
	height: 54px;
	background-image: url(images/nav_process.gif);
}

#m_about {
	height: 48px;
	background-image: url(images/nav_about.gif);
}

#m_contact {
	height: 51px;
	background-image: url(images/nav_contact.gif);
}

#m_sitemap {
	height: 53px;
	background-image: url(images/nav_sitemap.gif);
}

/* END MAIN MENU */

/* FOOTER */
#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	width: 830px;
	height: auto;
	overflow: hidden;
	font-size: 0.833em;
	text-align: center;
	line-height: 1.5em;
}

#footer a {
	color: #3B7DE1;
	text-decoration: underline;
}

#footer a:hover {
	color: #003399;
	text-decoration: underline;
}

#footer #twitter-colors {
	width: 100%;
	height: 60px;
	overflow: hidden;
	background-image: url(images/footer_bg_twitter.gif);
	background-repeat: repeat-x;
}

#footer #twitter {
	position: relative;
	float: left;
	width: 185px;
	text-align: right;
}

#footer #colors {
	position: relative;
	float: right;
	width: 352px;
	text-align: right;
}

#footer #colors a {
	display: block;
}

#footer-tag {
	font-size: 1.3em;
	text-transform: uppercase;
}

#footer-tag strong {
	color: #003399;
	font-weight: bold;
}

#footer-menu {
	line-height: 2.33em;
}

#footer-menu a {
	text-transform: uppercase;
}


/* END FOOTER */