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

html, body { 
	margin: 0; 
	padding: 0;
	font-family: "Century Gothic", Arial;
	font-size: 13px;
	color: #464646;
	
}

body { 
	background: url(../images/background.jpg) repeat-x; 
}

/*STRUCTURE*/

p { 
	margin: 0; 
	padding: 0; 
}

img { 
	margin: 0; 
	padding: 0;
	border: 0px;
}

#page {
	background: url(../images/content_bg.jpg) no-repeat top left;
	width: 100%;
}

#wrapper {
	margin: auto;
	width: 900px;
}

.clear {
	clear: both;
}


/*HEADER*/

#header {
	padding: 140px 0 0px 0;
}

#logo {
	
}

#top_nav {
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}


#top_nav a {
	text-decoration: none;
	color: #464646;
}


#top_nav a:hover {
	text-decoration: none;
	color: #d60000;
}

#top_nav ul {
	list-style: none;
	margin: 0 0 0 -44px;
}

#top_nav ul li {
	display: inline;
	float: left;
	text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 0px;
}

/*CONTENT*/

#content {
	margin: 140px 0 40px 0;
	
}

#home {
	height: 15px;
	padding-bottom: 4px;
	border-bottom: #0096ff solid 2px;
	margin-bottom: 10px;
	
}

#home h2 {
	font-size: 20px;
	text-align: right;
	text-transform: uppercase;
	color: #0096ff;
	margin: 0px;
}

#home h2 a {
	text-decoration: none;
	color: #0096ff;
}

#content_home {
	margin-bottom: 10px;
}

#my_story {
	height: 15px;
	padding-bottom: 4px;
	border-bottom: #0ac354 solid 2px;
	margin-bottom: 10px;
}

#my_story h2 {
	font-size: 20px;
	text-align: right;
	text-transform: uppercase;
	color: #0ac354;
	margin: 0px;
}

#my_story h2 a {
	text-decoration: none;
	color: #0ac354;
}

#content_my_story {
	margin-bottom: 10px;
}

#portfolio {
	height: 15px;
	padding-bottom: 4px;
	border-bottom: #ff8400 solid 2px;
	margin-bottom: 10px;
}

#portfolio h2 {
	font-size: 20px;
	text-align: right;
	text-transform: uppercase;
	color: #ff8400;
	margin: 0px;
}

#portfolio h2 a {
	text-decoration: none;
	color: #ff8400;
}

#content_portfolio {
	margin-bottom: 10px;
}

#contacts {
	height: 15px;
	padding-bottom: 4px;
	border-bottom: #d60000 solid 2px;
	margin-bottom: 10px;
}

#contacts h2 {
	font-size: 20px;
	text-align: right;
	text-transform: uppercase;
	color: #d60000;
	margin: 0px;
}

#contacts h2 a {
	text-decoration: none;
	color: #d60000;
}

#content_contacts {
	margin-bottom: 10px;
}

#blog {
	height: 15px;
	padding-bottom: 4px;
	border-bottom: #464646 solid 2px;
	margin-bottom: 140px;
}

#blog h2 {
	font-size: 20px;
	text-align: right;
	text-transform: uppercase;
	color: #464646;
	margin: 0px;
}

#blog h2 a {
	text-decoration: none;
	color: #464646;
}

#content_blog {
	margin-bottom: 10px;
}

#footer-home {
	height: 15px;
	border-top: #22c7c9 solid 2px;
	margin-top: 10px;
}

#footer-home h2 {
	font-size: 20px;
	text-align: right;
	text-transform: uppercase;
	color: #22c7c9;
	margin: -5px 0 0 0;
}

#footer-home h2 a {
	text-decoration: none;
	color: #22c7c9;
}

#footer {
	height: 15px;
	border-top: #22c7c9 solid 2px;
	margin-top: 10px;
}

#footer h2 {
	font-size: 20px;
	text-align: right;
	text-transform: uppercase;
	color: #22c7c9;
	margin: -5px 0 0 0;
}

#footer h2 a {
	text-decoration: none;
	color: #22c7c9;
}


#footer_content-home {
	margin-top: 10px;	
}


#footer_content-home a {
	text-decoration: underline;
	color: #22c7c9;
}


#footer_content-home a:hover {
	text-decoration: none;
	color: #22c7c9;
}


#footer_content {
	margin-top: 10px;	
}


#footer_content a {
	text-decoration: underline;
	color: #22c7c9;
}


#footer_content a:hover {
	text-decoration: none;
	color: #22c7c9;
}

h3 {
	color: #464646;
	font-size: 15px;
	text-transform: uppercase;
}

.gray-line {
	margin: 13px 0px 10px 0px;
	height: 1px;
	background-color: #e3e3e3;
}




*,*:hover,*:focus,*:active { outline: 0px none; }