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

body {
	margin:0;
	padding:0;
	text-align: center;
	background-color:#FFF;
	/*background:url(../images/bg-repeater.jpg) repeat-y center top;*/
	/*background above will appear as a backup*/
	/*in case browser window height is too much*/
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 1090px;
	text-align: left;
	background:url(../images/bg-repeater.jpg) repeat-y center top;
	/*background above is the main one*/
} 

.coming_soon {
	font: normal 10px Arial, Helvetica, sans-serif;
	color:#CCC;
}

.georgia_text {
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	color:#333333;
	letter-spacing:1px;
	text-align:left;
}

.georgia_text_lt {
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	color:#666666;
	letter-spacing:1px;
	text-align:left;
}

.arial_text {
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#666666;
	text-align:left;
}

.center_word {
	padding-top:3px;
	letter-spacing:normal;
	text-align:center;
}

.clearboth {
	clear:both;
	font-size:1px;
	line-height:1px;
}

a:link {
	color:#b9ab70;
	text-decoration:none;
}

a:visited {
	color:#b9ab70;
	text-decoration:none;
}

a:hover {
	color:#b9ab70;
	text-decoration: underline;
}

#social_links img {
	border:none;
	opacity:1.0;
	filter:alpha(opacity=100);	
}

#social_links img:hover {
	border:none;
	opacity:0.7;
	filter:alpha(opacity=70);	
}

#header_top {
	width:968px;
	height:110px;
	background:url(../images/header-repeater.gif) repeat-x center top;
}

#slide_show {
	width:968px;
	display:block;
	height:454px;
	border-top:1px #000000 solid;
	border-bottom:1px #000000 solid;	
}

#middle_line {
	width:968px;
	height:19px;
	background:url(../images/middle-line-repeater.jpg) repeat-x;
}

#bottom_line {
	background:url(../images/footer-bg-repeater.gif) repeat-x center bottom;
	width:968px;
}

#main_image {
	display:block;
	width:968px;
	height:454px;
	background:url(../images/sustainable-adult-toys.jpg) no-repeat center top;
}


