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

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,
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;
}
body {
	background: #eeeeee;
}
html {
	overflow-y: scroll;
}
span.plus {
	color: #FF0066;
}
span#soon {
	color: #FF0066;
	font:14px georgia;
}
a:link{
	color: #FF0066;
	text-decoration: none;
}
a:visited {
	color: #FF0066;
	text-decoration: none;
}
a:hover {
	color: #484848;
	text-decoration: none;
}
/* START INDEX PAGE */
h1 {
	color: #333; 
	outline: none;
	font-family: Cambria, serif;
	font-size: 32px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	padding-top: 17px;
}
#wrapper {
	background: #eeeeee;
	width: 980px;
	height: 80px;
	margin: auto;
	border-bottom: 1px solid #807873;
}
#logo {
	background: #eeeeee;
	width: 300px;
	height: 80px;
	float: left;
}
#navigation {
	background: #eeeeee;
	width: 542px;
	height: 60px;
	float: right;
}
#menu{
	margin-top: 35px; 
	padding: 0px; 
	list-style: none;

}
#menu li{ 
	display:inline; 
}
#menu li a{
	text-decoration:none;
	padding-top: 40px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px; 
	margin-right: -3px;
	background: #eeeeee;
	color: #333; 
	outline: none;
	font-family: Cambria, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
}
#menu li a:hover{
	background: #484848; 
	color: #f0f0f0;
}
#menu li.current a{
	background: #484848;
	color: #f0f0f0;
}
#gallery {
	border:0 none;
	height:470px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	position:absolute;
	background: #f2f2f2;
	top:120px;
	width:100%;
	z-index:2;
}
div.sc_menu {
	height: 470px;
	overflow: auto;
  	position: relative;
  	width: 100%;
}
ul.sc_menu {
	display:block;
	height:470px;
	list-style:none outside none;
	margin:0;
	width:7288px;
}
.sc_menu li {
	display:block;
	float:left;
	text-decoration:none;
}
.sc_menu a {
	display:block;
	text-decoration:none;
}
#pages {
	background: #eee;
	width: 980px;
	height: 40px;
	margin: auto;
	margin-top: 510px;
	border-bottom: 1px solid #807873;
}
#numbers {
	float: right;
	padding-top: 5px;
	padding-right: 15px;
}
#numbers li {
	display: inline;
}
#numbers li a {
	text-decoration: none;
	color: #333;
	outline: none;
	font-family: Cambria, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	margin-top: 20px;
	padding-right: 0px;
	padding-left: 40px;
}
#numbers li a:hover {
	color: #FF0066;
}
/* END INDEX PAGE */
/* START DESIGN PAGE */
#container {
	background: #eee;
	width: 980px;
	height: 500px;
	margin: auto;
	border-bottom: 1px solid #807873;
}
/* END DESIGN PAGE */
/* START FIND ME PAGE */
#places {
	background: #eeeeee;
	width: 980px;
	height: 80px;
	margin: auto;
	margin-top: 140px;
}
#media {
	text-align: center;
	color: #333;
	font:24px georgia;
}
#media a {
	color: #333333;
	text-decoration: none;
}
#media :hover {
	color: #FF0066;
	text-decoration: none;
}
#design {
	text-decoration: none;
	font:41px/41px georgia;
	padding: auto;
	padding-top: 200px;
	padding-left: 240px;
}
#design a {
	color: #333;
	text-decoration: none;
	font:41px/41px georgia;
}
#design :hover {
	color: #FF0066;
	text-decoration: none;
	font:41px/41px georgia;
}
/* END FIND ME PAGE */
/* START ABOUT PAGE */
#container-about {
	background: #eee;
	width: 980px;
	height: 900px;
	margin: auto;
	border-bottom: 1px solid #807873;
}
#col-left {
	background: #eee;
	width: 490px;
	height: 500px;
	float: left;	
}
#col-right {
	background: #eee;
	width: 490px;
	height: 500px;
	float: right;
}
.about-head {
	color: #333;
	font: 24px georgia;
	padding-top: 40px;
	padding-left: 10px;
}
.about-text {
	color: #333;
	font:13px/20px arial;
	padding-top: 5px;
	padding-right: 30px;
	padding-left: 10px;
}
#picture {
	background:url(../img/mypict.png);
	width: 320px;
	height: 460px;
	margin: auto;
	margin-top: 75px;
}
/* END ABOUT PAGE */
/* START CONTACT PAGE */
#findme {
	color: #333;
	text-decoration: none;
	font:41px/41px georgia;
	padding-top: 20px;
	padding-left: 75px;
}
#mailto {
	text-align: center;
	color: #333;
	font:24px georgia;
}
#mailto a {
	color: #333333;
	text-decoration: none;
}
#mailto :hover {
	color: #FF0066;
	text-decoration: none;
}
/* END CONTACT PAGE */
/* START COPYRIGHT PAGE */
#copyright {
	background: #eeeeee;
	width: 980px;
	height: 80px;
	margin: auto;
	margin-top: 80px;
}
#copy {
	color: #333;
	text-decoration: none;
	font:41px/41px georgia;
	padding-top: 20px;
	padding-left: 75px;
}
#copy-head {
	color: #333;
	font: 24px georgia;
	padding-top: 0px;
	padding-left: 250px;
}
.copy-text {
	color: #333;
	font:13px/20px arial;
	padding-top: 5px;
	padding-right: 250px;
	padding-left: 250px;
}
/* END COPY RIGHT PAGE */
#footer {
	background: #eee;
	width: 980px;
	height: 30px;
	margin: auto;
	color:#333333;
	font:13px/20px arial;
	text-align: center;
	padding-top: 5px;
}
#footer-about {
	background: #eee;
	width: 980px;
	height: 30px;
	margin: auto;
	margin-bottom: 50px;
	color:#333333;
	font:13px/20px arial;
	text-align: center;
	padding-top: 5px;
}
#footer-web {
	background: #eee;
	width: 980px;
	height: 30px;
	margin: auto;
	margin-top: 250px;
	margin-bottom: 50px;
	color:#333333;
	font:13px/20px arial;
	text-align: center;
	padding-top: 5px;
}
#container-web {
	background: #eee;
	width: 980px;
	height: 850px;
	margin: auto;
	border-bottom: 1px solid #807873;
}
.holder {
	background: #eee;
	width: 980px;
	height: 310px;
	margin: auto;
	margin-top: 20px;
}
.images {
	list-style: none;
}
.images li {
	color:#373431;
	float: left;
	width: 300px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 14px;
}
.title {
	list-style: none;
}
.title li {
	float: left;
	width: 300px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 14px;
	color: #333;
	font: 20px georgia;
}
.content {
	list-style: none;
}
.content li {
	float: left;
	width: 300px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 14px;
	color: #333;
	font:13px/20px arial;
}

#container-graphic {
	background: #eee;
	width: 980px;
	height: 600px;
	margin: auto;
	border-bottom: 1px solid #807873;
}
#coming {
	color: #FF0066;
	text-decoration: none;
	font:52px/41px georgia;
	padding-left: 350px;
	padding-top: 150px;
}






















