@charset "utf-8";

* {
	margin:0px;
	padding:0px;	
}
ul, ol {
	list-style:none;
	font-size:0px;
}
input {
	font-family: Tahoma, sans-serif;
}
#bigImage {
	position:fixed;
	z-index:101;
	top:50%;
	left:50%;
	margin-top:-32px;
	margin-left:-32px;
	height:64px;
	width:64px;
	background: #40E0D0 url(../images/loader.gif) no-repeat center;
	display:none;
	padding:10px;
}
#overlay {
	position:fixed;
	height:100%;
	width:100%;
	z-index:100;
	margin-top:300px;
	margin-top:0px\0/;
	background-image:url(../images/white.png);
	display:none;
}
#menu li.active{
	color:#0ff;
}
#designby a{
	text-decoration:none;
	color:#008b8b;	
}
#phone {
	margin:0px 10px 10px;
	line-height:20px;
	font-size:18px;
	color:#e0ffff;	
}
#phone p{
	font-size:12px;	
}
#ContactForm #contact {
	height:150px;	
}
::-webkit-input-placeholder {
    color:#e0ffff;
}
:-moz-placeholder {
    color:#e0ffff;
}
::-moz-placeholder {
    color:#e0ffff;
}
:-ms-input-placeholder {
    color:#e0ffff;
}
#ContactForm fieldset {
	border:none;
}
#ContactForm input[type="text"] {
	background:none;
	border:none;
	outline:none;
	display:block;
	width:190px;
	padding:5px 0px;
	border-bottom:1px solid #00CED1;
	margin:0px 5px 5px;
	text-indent:5px;
	color:#e0ffff;
}
#ContactForm textarea {
	text-indent:5px;
	font-family: Tahoma, sans-serif;
	background:none;
	outline:none;
	border:none;
	width:190px;
	height:50px;
	line-height:25px;
	resize:none;
	border-bottom:1px solid #00CED1;
	margin:0px 5px 5px;
	color:#e0ffff;
}
#ContactForm input[type="submit"]{
	background:none;
	border:none;
	margin:5px;
	width:60px;
	height:20px;
	line-height:20px;
	color:#fff;
	background-color:#00CED1;
	cursor:pointer;
	float:left;
}
#ContactForm input[type="submit"]:hover{
	color:#ddd;
}
#ContactForm input[type="submit"]:active{
	background-color:#958675;
	margin:2px 0px 0px 2px;
	width:58px;
	height:18px;
	line-height:18px;
}
.success{
	color:#fff;
	width:190px;
	height:50px;
	margin:0px 5px;
	line-height:25px;
	display:none;
	font-size:14px;
}
#imagesContainer {
	font-size:0px;	
}
.thumb {
	min-width:200px;	
	text-align:center;
}
.thumb img {
	border-radius:5px;
	width:auto;
	height:186px;
}
.thumb:hover .thumb_info {
	bottom:0px;
}
.thumb_info p{
	color:#008080;
	padding:5px 10px 0px;
	line-height:20px;	
}
@media (min-width:600px){
html {
	height:100%;
}
body{
	overflow:auto;
	overflow-y:hidden\0/;
	font-family: Tahoma, sans-serif;
	background:url(../images/back.png);
	color:#40E0D0;
	font-size:16px;
	height:100%;
}
#wrapper{
	position:relative;
	top:50%;
	margin-top:-300px;
	height:600px;
	font-size:0;
	white-space:nowrap;
}
#logo{
	display:inline-block;
	vertical-align:top;
	width:200px;
	height:600px;
	background:url(../images/logo.png) no-repeat center;
}
#headefooterWrapper {
	display:inline-block;
	vertical-align:top;
	height:600px;
	background:url(../images/hfback.png) repeat-x;
}
#header{
	position:relative;
	width:200px;
	height:570px;;
}
#menu li{
	display:block;
	line-height:20px;
	padding:10px 0px;
	margin:0px 20px;
	font-size:18px;
	cursor:pointer;
	color:#e0ffff;
	border-bottom:1px solid #008080;
}
#footer{
	position:relative;
	width:200px;
	height:30px;
}
#credits {
	position:absolute;
	bottom:0px;
	right:20px;
	text-align:right;
	font-size:12px;
	line-height:20px;
	color:#004040;
	width:240px;
}
#contactme {
	position:absolute;
	bottom:10px;
	right:10px;
	font-size:16px;
	line-height:20px;
	color:#e0ffff;
	cursor:pointer;	
}
#ContactForm {
	position:absolute;
	bottom:40px;
	left:0px;
	width:200px;
	height:200px;
	z-index:100;
	display:none;
	padding:10px 0px;
	background:#004040;
}
#content{
	display:inline-block;
	vertical-align:top;
	position:relative;
	height:600px;
	min-width:300px;
	background-color:#E0FFFF;
	margin-right:20px;
}
.col {
	margin-top:10px;
	margin-left:10px;	
}
.thumb {
	height:186px;
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
	position:relative;
	border-radius:5px;
	overflow:hidden;
}
@-moz-document url-prefix() {
	.thumb:after {
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	height:186px;
	width:100%;
	pointer-events: none;
	-moz-border-radius:5px;
}
.thumb:hover:after {	
	-moz-box-shadow:inset 0px 0px 20px #000;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.thumb:after {
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	width:100%;
	height:186px;
	pointer-events: none;
	-webkit-border-radius:5px;
}
.thumb:hover:after {	
	-webkit-box-shadow:inset 0px 0px 20px #000;	
}
}
.thumb .thumb_info {
	position:absolute;
	bottom:-60px;
	left:0px;
	width:100%;
	height:60px;
	font-size:14px;
	background-image:url(../images/white.png);
	-webkit-transition:bottom 1s;
	-moz-transition:bottom 1s;
	-o-transition:bottom 1s;
	transition:bottom 1s;
}
#About_tab, #Home_tab {
	padding:20px;
	font-size:14px;
	line-height:28px;
	white-space:normal;
	color:#008080;
}
#Home_tab {
	background:url(../images/me_50.png) no-repeat center;
}
#About_tab {
	width:820px;	
}
#About_tab>div {
	width:620px;	
}
#About_tab img {
	position:absolute;
	bottom:20px;
	left:20px;	
}
#home_text {
	position:absolute;
	height:160px;
	width:360px;
	top:50%;
	left:50%;
	margin-top:-80px;
	margin-left:-180px;
	text-align:center;
	font-size:24px;
	line-height:40px;
	text-shadow: 1px 1px 2px #40E0D0;
	-moz-text-shadow: 1px 1px 2px #40E0D0;
	-webkit-text-shadow: 1px 1px 2px #40E0D0;
	z-index:100;
}
#home_images {
	height:580px;
	width:800px;	
}
.home_img {
	border-radius:300px;
	-moz-border-radius:300px;
	-webkit-border-radius:300px;
	background-position:center;
	position:absolute;
	border:5px solid #009090;
	float:left;
	height:140px;
	margin:18px;
	width:140px;
	padding:5px;
	transition: 1s ease-in;
	-o-transition: 1s ease-in;
	-moz-transition: 1s ease-in;
	-webkit-transition: 1s ease-in;
}
#login {
	width:200px;
	height:150px;
	margin:0 auto;
	padding-top:100px;	
}
#login h2 {
	font-size:14px;
	color:#666;
	display:inline-block;
	vertical-align:top;
	line-height:40px;
}
#login input[type="text"], #login input[type="password"] {
	width:160px;
	font-size:14px;
	height:16px;
	margin:7px 5px;
	display:inline-block;
	vertical-align:top;	
}
#loginbutton {
	border:none;
	background-color:#00CED1;
	color:#fff;
	padding:0px 5px;
	height:20px;
	margin:10px 5px;
	cursor:pointer;
	display:inline-block;
	vertical-align:top;
}
#loginbutton:hover {
	color:#008080;	
}
#loginbutton:active {
	background-color:#40E0D0;	
}	
}
@media (max-width:600px){
	body{
	font-family: Tahoma, sans-serif;
	background:url(../images/back.png);
	color:#40E0D0;
	font-size:16px;
}
#wrapper{
	position:relative;
	width:100%;
	font-size:0;
}
#logo{
	height:60px;
	background:url(../images/slogo.png) no-repeat left;
	position:relative;
}
#headefooterWrapper {
	height:40px;
	background: -moz-linear-gradient(left,  #00ced1 0%, #005050 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#00ced1), color-stop(100%,#005050)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #00ced1 0%,#005050 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #00ced1 0%,#005050 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #00ced1 0%,#005050 100%); /* IE10+ */
	background: linear-gradient(to right,  #00ced1 0%,#005050 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ced1', endColorstr='#005050',GradientType=1 ); /* IE6-9 */
	position:relative;
}
#header{
	position:relative;
	float:right;
	height:40px;
	display:inline-block;
	vertical-align:top;
}
#menu li{
	display:inline-block;
	vertical-align:top;
	line-height:40px;
	padding:0px 5px;
	font-size:11px;
	cursor:pointer;
	color:#e0ffff;
}
#menu li:hover{
	color:#afeeee;	
}
#footer{
	position:relative;
	float:left;
	width:50px;
	height:40px;
	display:inline-block;
	vertical-align:top;
}
#credits {
	position:absolute;
	bottom:10px;
	right:10px;
	text-align:right;
	font-size:12px;
	line-height:20px;
	color:#004040;
	width:120px;
}
#contactme {
	font-size:10px;
	line-height:40px;
	color:#e0ffff;
	cursor:pointer;
	text-align:center;	
}
#ContactForm {
	position:absolute;
	background-color:#005050;
	bottom:-220px;
	left:0px;
	width:200px;
	height:200px;
	padding:10px 0px;
	z-index:100;
	display:none;
}
#content{
	position:relative;
	width:100%;
	background-color:#E0FFFF;
}
.col {
	margin-top:10px;
	padding:10px 0px;	
}
.thumb {
	height:186px;
	margin:10px auto;
	position:relative;
	border-radius:5px;
	max-width:320px;
	overflow:hidden;
	text-align:center;
}
.thumb img {
	border-radius:5px;
	width:auto;
	height:186px;
}
.thumb .thumb_info {
	position:absolute;
	bottom:-60px;
	left:0px;
	width:100%;
	height:60px;
	font-size:14px;
	background-image:url(../images/white.png);
	-webkit-transition:bottom 1s;
	-moz-transition:bottom 1s;
	-o-transition:bottom 1s;
	transition:bottom 1s;
	text-align:right;
}
#About_tab, #Home_tab {
	padding:20px;
	font-size:12px;
	line-height:20px;
	white-space:normal;
	color:#008080;
	position:relative;
}
#Home_tab {
	min-height:440px;
	background:url(../images/me_50.png) no-repeat center;
}
#About_tab img {
	margin:20px 0px 0px;	
}
#home_text {
	height:80px;
	text-align:center;
	font-size:14px;
	line-height:20px;
	text-shadow: 1px 1px 2px #40E0D0;
	-moz-text-shadow: 1px 1px 2px #40E0D0;
	-webkit-text-shadow: 1px 1px 2px #40E0D0;
	padding-bottom:20px;
}
#home_images {
	width:270px;
	margin:0 auto;	
}
.home_img {
	border-radius:300px;
	-moz-border-radius:300px;
	-webkit-border-radius:300px;
	background-position:center;
	border:5px solid #009090;
	display:inline-block;
	vertical-align:top;
	height:70px;
	margin:5px;
	width:70px;
	transition: 1s ease-in;
	-o-transition: 1s ease-in;
	-moz-transition: 1s ease-in;
	-webkit-transition: 1s ease-in;
}

}