@charset "UTF-8";



html, body {
	margin: 0px;
	margin-top: 12px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;

}

/*LINKS*/
a {
	text-decoration: none;
	color: #707070;
}

a:hover {
	color: #00aeef;
}
/*LINKS*/

/*MAIN CONTAINER*/
#Container {
	padding: 0px;
	height: auto;
	width: 960px;
	margin: auto;
}
/*MAIN CONTAINER*/

#Header {
	height: 80px;
	width: 940px;
	margin: 0px 10px 20px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #707070;
	padding-bottom: 5px;
}

	
#Content {
	height: auto;
	width: 960px;
	margin: 0px;
	color: #707070;
}

.Content_keyline {
	height: 20px;
	width: 940px;
	margin: 0px 10px 0px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #707070;
	clear: both;
}

/*FOOTER*/
#Footer {
	width: 940px;
	margin: auto;
	height: auto;
	padding: 0px;
}

#Footer_content {
	height:auto;
	width: 940px;
	margin: 0px;
	padding: 0px;
}

#Footer_text {
	height: 60px;
	margin: 0px;
	padding-top: 20px;
	text-align: center;
	color: #707070;
	font-size: 18px;
	font-weight: normal;
	line-height: 23px;
	border-top: 1px solid #707070;
}

#Footer_text h2 {
	letter-spacing: 0.1em;
}

#Footer_text b {
	font-weight: bold;
}

#Footer_text p {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

#Copyright {
	margin: 20px 0px 0px 0px;
	width: 100%;
	height: 60px;
	font-size: 12px;
	color: #707070;
	line-height: 16px;
	text-align: center;
}
/*FOOTER*/

/*NAVIGATION TOP*/	
#Nav {
	float: right;
	height: auto;
	width: 160px;
	text-align: right;
	font-size: 15px;
	color: #707070;
	list-style: none;
	margin: 12px,0px,0px,0px;
	padding: 0px;
}


#Nav li {
	float: left;
	margin: 0px 0px 0px 20px;
	width: 60px;
	height: 25px;
}


#Nav li a {
	display: block;
	width: 60px;
	height: 25px;
	text-decoration:none;
	color: #707070;
}

#Nav li a:visited {
	color: 00aeef;
}


#Nav li a:hover, #Nav li a.on {
	color: #00aeef;
}
/*NAVIGATION TOP*/

/*LOGO TOP*/
#Logo {
	float: left;
	height: auto;
	width: 300px;
	margin-top: 12px;
}

#Logo img {
	width: 140px;
	height: 55px;
	float: left;
}

#Logo h1 {
	float: right;
	height: auto;
	width: 140px;
	text-align:left;
	font-size: 16px;
	font-weight: normal;
	color: #707070;
	margin: 0px;
	padding:0px;
}
/*LOGO TOP*/

/*WORK THUMBNAILS*/
#Work_container {
	margin: 0px;
	padding: 0px;
	height: 724px;
	width: 960px;
}

.Work_Thumb {
	background-color: #FFF;
	padding: 0px;
	height: 342px;
	float: left;
	width: 300px;
	margin: 0px 10px 20px 10px;
	border-bottom: 1px solid #707070;
	
}
	
.Work_Thumb p {
	color: #707070;
	height: 42px;
	width: 300px;
	font-size: 14px;
	padding-top: 11px;
	margin: 0px;
	float: left;
}
	
.Work_Thumb img {
	float: left;
	height: 300px;
	width: 300px;
}

.Work_Thumb:hover img {
	opacity: 0.8;
}

.Work_Thumb:hover p {
	color: #00aeef;
}
/*WORK THUMBNAILS*/

/*BACK TO TOP*/
#Back_to_top_container {
	height: 21px;
	width: 940px;
	margin: 0px auto 20px auto;
	padding: 0px;

}

#Back_to_top_text  {
	font-size: 15px;
	font-weight: normal;
	color: #707070;
	padding-top: 1px;
	height: 21px;
	width: 160px;
	margin: 0px auto 0px auto;
	text-align: center;
}

#Back_to_top_text a {
	display: block;
	height: 21px;
	width: 160px;
	color: #707070;
	text-decoration: none;
}

#Back_to_top_text a:hover {
	color: #00aeef;
}
/*BACK TO TOP*/

/*PROJECT PAGES INFO*/
.Project_info {
	width: 480px;
	height: auto;
	padding: 0px;
	margin: 30px auto 30px auto;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	color: #707070;
}


.Project_info h1 {
	font-size: 21px;
	margin: 0px 0px 15px 0px;
}


.Project_info p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	line-height: 23px;
}

/*PROJECT IMAGES*/
.Project_CaseStudie {
	padding: 0px;
	height: 446px;
	width: 940px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	clear: both;
}

.Project_CaseStudie img {
	padding: 0px;
	margin: 0px;
	width: 940px;
	height: 446px;
}
/*PROJECT IMAGES*/

/*PROJECT KEYLINE*/
.Project_Keyline {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	height: 20px;
	width: 940px;
	border-top: 1px solid #707070;
	clear: both;
}
/*PROJECT PAGES INFO*/

/*PROJECT NAVIGATION*/
#Next_Project, #Prev_Project {
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	font-weight: normal;
	color: #707070;
	height: 21px;
	width: 160px;
}

#Next_Project {
	float: right;
	text-align: right;
}

#Prev_Project {
	float: left;
	text-align: left;
}

#Prev_Project a, #Next_Project a {
	height: 21px;
	width: 160px;
	display: block;
}
/*PROJECT NAVIGATION*/

/*MID SECTION*/
#Mid_section {
	background-image: url(../IMAGES/debut_light.png);
	background-repeat: repeat;
	color: #707070;
	text-align: center;
	margin: auto;
	padding: auto;
	margin-bottom: 20px;
	height: 521px;
	width: 100%;
	clear: both;
}

#Mid_section_content {
	margin: auto;
	padding: 30px 0px 0px 0px;
	height: auto;
	width: 960px;
}

.Mid_section_text {
	font-size: 21px;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}

.Mid_section_text h2 {
	margin: 0px 0px 15px 0px;
	font-size: 23px;
}

.Mid_section_text p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	line-height: 1.4em;
}
/*MID SECTION*/

/*HOMEPAGE ICONS*/
#HomePage_icons_container {
	height: 164px;
	width: 492px;
	margin: auto;
	padding: 0px;
}


.HomePage_icons_thumbnail {
	width: 134px;
	height: 164px;
	float: left;
	margin: 0px 15px 0px 15px;
}


.HomePage_icons_thumbnail p {
	height: 20px;
	width: 134px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	font-size: 14px;
}
/*HOMEPAGE ICONS*/

/*ABOUT ME BUTTON*/
#AboutMe_button {
	margin: 20px auto 20px auto;
	padding: 0px;
	width: 162px;
	height: 41px;
	background-color: #707070;
	border-radius: 5px;
	font-size: 15px;
	color: #FFF;
}


#AboutMe_button P {
	padding: 12px;
	margin: 0px;
}


#AboutMe_button a {
	text-decoration: none;
	color: #FFF;
	width: 162px;
	height: 41px;
	border-radius: 5px;
	display: block;
}


#AboutMe_button a:hover {
	background-color: #00aeef;
}
/*ABOUT ME BUTTON*/

/*ABOUT PAGE*/
.About_section {
	width: 940px;
	height: auto;
	margin: 10px 10px 30px 10px;
	padding: 0px;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	line-height: 23px;
}

.About_section h1 {
	font-weight: bold;
	font-size: 21px;
	letter-spacing: 1px;
	margin: 0px 0px 10px 0px;
	width: 100%;
}


.About_section h2 {
	width: 218px;
	height: 17px;
	padding: 0px;
	margin: 5px auto 13px auto;
	font-size: 17px;
	letter-spacing: 1px;
	font-weight: bold;
}
	

.About_section p {
	width: 450px;
	margin: 0px auto 11px auto;
}


.About_section img {
	width: 218px;
	height: 160px;
	margin: 5px auto 10px auto;
	padding: 0px;
}
/*ABOUT PAGE*/


/*ABOUT PAGE ICONS*/
#AboutPage_icons_container {
	width: 732px;
	height: 365px;
	padding: 0px;
	margin: 26px auto 0px auto;
}

.AboutPage_icons_thumbnail {
	float: left;
	width: 218px;
	height: 365px;
	padding: 0px;
	margin: 0px 13px 0px 13px;
}

.AboutPage_icons_thumbnail img {
	width: 218px;
	height: 160px;
	padding: 0px;
	margin: 0px;
}

.AboutPage_icons_thumbnail h2 {
	height: 20px;
	width: 218px;
	padding: 0px;
	margin: 15px 0px 13px 0px;
	font-weight: bold;
	font-size: 17px;
	letter-spacing: 0.1em;
}


.AboutPage_icons_thumbnail p {
	height: 280px;
	width: 218px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 16px;
	line-height: 23px;
}
/*ABOUT PAGE ICONS*/

