/* + RESET ALL CSS ATTRIBUTES ################################ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* - RESET ALL CSS ATTRIBUTES ################################ */


body {
	background-color: #EBEBEB;
	font-size: 14px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}


#nav_top {
	margin:0 auto;
	width: 1139px;
	background-color: #000000;
	border: 0 0 1px 0;
	border-color: #EBEBEB;
	padding: 12px 0 14px 15px;
	height: 16px;
	margin-bottom: 1px;
}

#nav_top a {
	float: left;
}

#goHome {
	margin-left: 2px;
}

#nav_top ul {
	list-style-type: none;
	display: inline;
	float: left;
	padding-top: 2px;
	height: 14px;

}

#nav_top ul li {
	float: left;
	margin-left: 40px;
}

#nav_top ul li a {
	float: left;
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	color: #ccc;
	text-decoration: none;
}

#nav_top ul li a:hover {
	color: #999;
}

#nav_top ul li .active_nav {
	color: #E72733;
}

#nav_top ul li .active_nav:hover {
	color: #E72733;
}


#content {
	margin:0 auto;
	width: 1154px;
	clear: both;
}



/* + BOTTOM ################################ */
#bottom_container {
	width: 100%;
	height: 550px;
	position: relative;
	clear: both;
}
#bottom {
	margin:0 auto;
	width: 1154px;
	padding-top: 30px;
}


#bottom hr {
	width: 1154px;
	height: 1px;
	position: relative;
	color: #ccc;
	background-color: #ccc;
	border-width: 1px;
	margin: 30px 0 20px 0;
}

#bottom_info {
	float: left;
	width: 923px;
	height: 461px;
	background-image: url(../gfx/footer_bg.png);
}

/*

#info_wrapper {
	float: right;
	margin: 170px 70px 0 0;
}

#info_wrapper p {
	font: 21px/21px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

#info_wrapper #place {
	color: #CCFFFF;
	margin: 4px 0 4px 0;
}

#info_wrapper #contact {
	text-transform: lowercase;
}

#info_wrapper #contact a {
	color: #fff;
	text-decoration: underline;
}
#info_wrapper #contact a:hover {
	text-decoration: none;
}

*/

#menu_bottom {
	margin: 11px 0 0 11px;
	padding: 55px 0 0 50px;
	height: 153px;
	width: 158px;
	float: left;
	background-image: url(../gfx/menu_circle_bg.png);
}

#menu_bottom ul li {
	margin-top: 5px;
}

#menu_bottom ul li a {
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-decoration: none;
}

#menu_bottom ul li a:hover {
	color: #999;
}

#menu_bottom ul li .active_nav {
	color: #E72733;
	text-decoration: none;
}

#menu_bottom ul li .active_nav:hover {
	color: #E72733;
}

/* - BOTTOM ################################ */


/* + GENERIC ATTRIBUTES ################################ */
h1 {
	color: #89B87B;
	font: 47px/53px Georgia, "Times New Roman", Times, serif;
}

#contactmebtn {
	width:177px;
	height: 47px;
	background-image: url(../gfx/contact_btn.png);
	display: block;
}

#contactmebtn:hover {
	color: #E72733;
	background-image: url(../gfx/contact_btn_over.png);
}

#portfoliobtn {
	width:177px;
	height: 47px;
	background-image: url(../gfx/portfolio_btn.png);
	display: block;
}

#portfoliobtn:hover {
	color: #E72733;
	background-image: url(../gfx/portfolio_btn_over.png);
}


/* - GENERIC ATTRIBUTES ################################ */










