/* CSS Document */

body
{
	background:#000000;
	margin-top:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}

a:active { outline: none; }
a:focus { -moz-outline-style: none; }

img 
{
	border:0px none;
	display:compact;
}

img a
{
	border:0px none;
}

#main-wrapper
{
	width:860px;
	margin:0 auto;
}

#menu
{
	margin-top:20px;
	
}

#menu ul
{
	margin:0;
	padding:0;
}

#menu ul li
{
	margin: 39px 0;
}

#menu ul li a
{
	background-color:#1b1b1b;
	border:1px solid #b5b5b5;
	text-align:center;
	color:#e5e5e5;
	text-decoration:none;
	font-weight:bold;
}

#menu li a:hover
{
	background-color:#b5b5b5;
	color:#1b1b1b;
}

#menu li a.active
{
	background-color:#b5b5b5;
	color:#1b1b1b;
}

a.garden-stakes
{
	padding:6px 20px 6px 21px;
	width:179px;
}
a.wall-art
{
	padding: 6px 45px 6px 46px;
	width:144px;
}
a.inspirational-signs
{
	padding: 6px 7px;
	width:144px;
}
a.miscellaneous-art
{
	padding: 6px 9px;
	width:144px;
}


.left-sidebar
{
	width:170px;
	float:left;
	text-align:center;
}

.content
{
	float:left;
	clear:right;
	padding-top:50px;
	padding-bottom:20px;
	padding-left:60px;
}

#film-strip
{
	width:860px;
	height:128px;
	float:left;
	margin-bottom:30px;
}

.stepcarousel{
position: relative; /*leave this value alone*/
border-left: 0px solid #6f6f6f;
/*border-bottom: 10px solid #6f6f6f;*/
background-color:#6f6f6f;
overflow: scroll; /*leave this value alone*/
width: 620px; /*Width of Carousel Viewer itself*/
height: 120px; /*Height should enough to fit largest content's height*/
margin-left:115px;
padding-left:5px;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow:visible; /*clip content that go outside dimensions of holding panel DIV*/
/*margin around each panel*/
width:77px;/*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}


a.filmstrip
{
	padding:120px 0;
}
a.filmstrip:hover
{
	background-color:#dedede;
}

img.filmstrip
{
	padding:10px 10px;
}

#footer
{
	width:625px;
	margin-left:115px;
}

#footer .contact
{
	float:right;
	font-size:.8em;
}

#footer .design
{
	float:left;
	color:#B5B5B5;
	font-size:.72em;
}

#footer .design a
{
	color:#B5B5B5;
	text-decoration:none;
}

#footer .contact a
{
	color:#DEDEDE;
}

#footer .contact a:hover
{
	color:#B5B5B5;
	text-decoration:none;
}
