@charset "utf-8";
/* CSS Document */
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background: -webkit-gradient(linear, 0 0, left bottom, from(#222), to(#232323), color-stop(50%, #42413C)) no-repeat;
	background: -moz-linear-gradient(top, #222 0%, #42413C 50%, #232323 100%);
	background-color: #232323;
}
a img {
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	background: url(images/paper_ball.png) no-repeat 102% 103%, url(images/body_bg.png) repeat-y;
	background-color:#fff;
	width: 900px;
	margin: 0 auto;
	margin-bottom:60px;
	border:solid thin #232323;
	border-bottom-left-radius: 15px 15px;
	border-bottom-right-radius: 15px 15px;
    -moz-box-shadow: 10px 10px 30px #232323;
    -webkit-box-shadow: 10px 10px 30px #232323;
	-moz-border-radius:15px;
}
.banner {
	padding: 0 0;
	margin:0;
	-webkit-box-reflect: below -35px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 0.1)));
}
.content {
	min-height:400px;
	margin-top:-60px;
	padding:40px;
	border-bottom-left-radius: 15px 15px;
	border-bottom-right-radius: 15px 15px;
	-moz-border-radius:15px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bolder;
	color:#66ccff;
	margin-left:-10px;
	-webkit-box-reflect: below -10px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 0.3)));
	-moz-box-reflect: below -10px -moz-linear-gradient(top left, rgba(255,0,0,0), (rgba(255, 255, 255, 0.3)));
}
.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666;
	margin-left:10px;
}
.paragraph input {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666;
	margin-left:10px;
}
#signin {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#666; 
}
.page_indicator_area {
	height:4px;
	width:900px;
	background-color:#232323;	
}
#page_indicator {
	height:4px;
	width:50px;
	background-color:#232323;
	-webkit-transition: margin-left 0.5s ease-in-out;
	-o-transition: margin-left 0.5s ease-in-out;
	-moz-transition: margin-left 0.5s;
}
#page_indicator.home {
	height:4px;
	width:50px;
	background-color:#66ccff;	
	margin-left:270px;
}
#page_indicator.pricing {
	height:4px;
	width:58px;
	background-color:#090;
	margin-left:350px;
}
#page_indicator.portfolio {
	height:4px;
	width:68px;
	background-color:#F00;
	margin-left:445px;
}
#page_indicator.services {
	height:4px;
	width:68px;
	background-color:#CF0;
	margin-left:558px;
}
#page_indicator.contact {
	height:4px;
	width:85px;
	background-color:#F06;
	margin-left:670px;
}
#page_indicator.client {
	height:4px;
	width:85px;
	background-color:#F60;
	margin-left:798px;
}
#page_indicator.mouseout {
	height:4px;
	width:20px;
	background-color:#60F;
	margin-left:0;
	-webkit-transition: margin-left 2s ease-in-out;
	-o-transition: margin-left 2s ease-in-out;
	-moz-transition: margin-left 2s;
}
footer .paragraph {
	font-size:10px;
}
img.portfolio {
	border:10px rgba(20, 20, 20, 0.8) solid;
	margin:-140px;
    -webkit-box-shadow: 3px 3px 10px #232323;
	-webkit-transition: -webkit-transform .5s ease-in-out;
	-webkit-transform:scale(.3);
	-moz-transform:scale(.3);
	-o-transform:scale(.3);
    -moz-box-shadow: 3px 3px 10px #232323;
    -o-box-shadow: 3px 3px 10px #232323;
}
img.portfolio:hover { 
	border:10px rgba(20, 20, 20, 0.8) solid;
	margin:-140px;
	-webkit-transition: -webkit-transform .5s ease-in-out;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	position:relative;
	z-index:2;
}
.button {
	padding:10px; 
	font-weight:bolder; 
	color:#666;	
}
.button_signinout {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	font-weight:bolder;
	font-size:9px;
	color:#FFF;
	border-radius:7px;
	-moz-border-radius:7px;
	border: none;
	background: -webkit-gradient(linear, 0 0, left bottom, from(#0CF), to(#069)) no-repeat;
	background: -moz-linear-gradient(top, #0CF 0%, #069 100%);
	background-color:#0CF;
    -webkit-box-shadow: 2px 2px 5px #999;
    -moz-box-shadow: 2px 2px 5px #999;
    -o-box-shadow: 2px 2px 5px #999;
}
.button_signinout:hover {
	color:#DDD;
	background: -webkit-gradient(linear, 0 0, left bottom, from(#069), to(#0CF)) no-repeat;
	background: -moz-linear-gradient(top, #069 0%, #0CF 100%);
	background-color: #069;
    -webkit-box-shadow: 2px 2px 5px #999;
    -moz-box-shadow: 2px 2px 5px #999;
    -o-box-shadow: 2px 2px 5px #999;
	cursor:pointer;
}
