@charset "UTF-8";
html {
	background-color:#989898;
}
body {
}
/****** INITIAL STYLES ******/
#centeredContent {
	position: relative;
	float: left;
	width: 100%;
	height: 50%;
	margin-bottom: -252px;
}
#content {
	width:932px;
	height:470px;
	margin:0 auto 0;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .25);
	   -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .25);
	        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .25);
	border: 10px solid white;
	clear: both;
	float: none;
}


.text_box{margin:34px 28px 0;  }
.text_box p {margin: 0 0 14px; font-size:11px;line-height:14px;text-shadow: 1px 1px 1px #333;}
.text_box p a{font-size:11px; text-decoration:none; font-style:italic;text-shadow: 1px 1px 1px #333;}
.text_box h2{margin:0 0 14px;text-shadow: 1px 1px 1px #333;}

.text_box ul{list-style:disc; padding-left:9px}
.text_box li {
font-size: 11px;
line-height: 14px;
margin: 0 0 4px;
text-shadow: 1px 1px 1px #333;
}
.aclove_studio_page .text_box li{font-size:10px;line-height:12px;margin:0 0 4px;}

footer {
	position:absolute;
	bottom:-38px;	
}


footer .copyright {
	color:#c1c1c1;
	margin-left:-10px;
}

footer ul.navbar {
	list-style: none outside none;
	position:absolute;
	top:0px;
	left:312px;
	width:420px;
}

footer .navbar li {
	float: left;
	margin-right:5px;
}


footer .navbar li a {
	text-decoration:none;
}

footer .navbar li a:hover{
	color:#000}
.header{
	display:block;
	position: absolute;
	right: 73px;
	bottom: -47px;
	text-decoration:none;
}

.header h1, .header span{
	font-size:22px;
}
	
.header span{
	color:#000;
}

.left-content{
	float:left;
	width:687px;
	height:450px;
}

#scrollable{
	width:687px;
	height:450px;
	position:relative;
  	overflow:hidden;
}
  
#scrollable .items {
  /* this cannot be too large */
  width:6870px;
  position:absolute;
}
#scrollable .items img,
#scrollable .items div{
	width:687px;
	height:450px;
	float:left;
	display: block;
}


a.browse {

display: block;
width: 30px;
height: 70px;
cursor: pointer;
font-size: 1px;
z-index:10;
position:absolute;
top:200px;
}

a.left{
	left:30px;
	background: url(../images/arrow-left.png) no-repeat;
}
a.right{
	right:30px;
	background: url(../images/arrow-right.png) no-repeat;
}
.right-content{
	float:right;
	width:225px;
	background:#787878;
	height:450px;
}


.show {
	display:block;
}
.hide {
	display:none;
}

.contact_page .text_box{margin-top:12px;}
.contact_page .text_box h2{margin-bottom:30px;}
.contact_page .text_box a{display:block;
height:39px;
width:39px;
margin:0 0 20px;
overflow:hidden;
text-indent:-5000px;
background:url(../images/contact_icons.png) no-repeat;
}
.contact_page .text_box     .email_button{background-position: 0px    0px;}
.contact_page .text_box  .facebook_button{background-position: 0px  -47px;}
.contact_page .text_box   .twitter_button{background-position: 0px  -96px;}
.contact_page .text_box    .tumblr_button{background-position: 0px -143px;}

.contact_page .left-content{background-color:#bdbbb8;}

.contact_page .left-content textarea, .contact_page .left-content input{width:388px;height:24px;margin:10px 0 20px;}

.contact_page .left-content textarea{height:166px;}
.contact_page .left-content #contact_form{
	width:388px; 
	margin:34px auto 0;
}
