/* =General
-----------------------------------------------------------------------------*/

* { 
	margin: 0;	
	padding: 0; 
}

.clear { 
	clear: both;
}

.hide { 
	display: none;
}

body {
	font-size: small;
	background: #14192e url(../../images/bground.jpg) repeat-x;
	text-align: center;	
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #bcc2d4;
	margin: 30px 0 30px 0;
}

/* =Global Styles
-----------------------------------------------------------------------------*/

div.hr {
	height: 1px;
	background: #d3d3d3;
	clear: both;
	margin: 0 0 17px 0;
	clear: both;
}

div.hr hr {
	display: none;
}

div.inner {
	padding: 10px;
}

div.inner-copy {
	padding: 20px;
}

/* =Link Styles
-----------------------------------------------------------------------------*/

a {	
	outline: none;
	color: #45495c;
}

a:hover {
	color: #727892;
}

/* =Content
-----------------------------------------------------------------------------*/

#wrapper {
	width: 901px;
	margin: 0 auto;
	text-align: left;
	background: url(../../images/tile.gif) repeat-y;
}

#main {
	background: url(../../images/main.jpg) no-repeat top;
}

#copy {
	margin: 340px 0 0 0;
	float: left;
	color: #bcc2d4;
}

#copy h2 {
	margin: 0 0 0.8em 0;
}

#copy p {
	margin: 0 0 0.8em 0;
}

.box {
	width: 275px;
	float: left;
}

.box strong {
	color: #fff;
	font-size: 110%;
}

.box em {
	display: block;
	font-style: normal;
}

#box01 {
	margin: 0 18px 0 0;
}

#box02 {
    width: 750px;
	margin: 0 18px 0 0;
}

#box01 h2 {
	width: 275px;
	height: 26px;
	text-indent: -9999px;
	background: url(../../images/h2-welcome.png) no-repeat;
}

#box02 h2 {
	width: 750px;
	height: 26px;
	text-indent: -9999px;
	background: url(../../images/h2-welcome.png) no-repeat;
}

#box03 h2 {
	width: 275px;
	height: 26px;
	text-indent: -9999px;
	background: url(../../images/h2-soon.png) no-repeat;
}

#header h1, #header h3 {
	text-indent: -9999px;
}

input {
	color: #101325;
	padding: 2px;
	font-weight: normal;
	font-size: 85%;
}

input.text {
	margin-right: 4px;
}

input.btn {
	padding: 1px;
}

p.small {
	font-size: 85%;
}

#welovepuzzles {
	height: 59px;
	padding: 0 0 0 150px;
	background: url(../../images/cards.gif) no-repeat;
	margin: 0 0 0 20px;
	line-height: 40px;
}

/* =Footer
-----------------------------------------------------------------------------*/

#footer {
	background: #10101a;
	color: #45495c;
	font-size: 85%;
	border-left: 1px solid #292a2e;
	border-right: 1px solid #292a2e;
	border-bottom: 1px solid #292a2e;
}

#footer strong {
	color: #fff;
}

#footer em {
	font-weight: bold;
	font-style: normal;
	display: block;
}

#footer a {
	color: #45495c;
}

#footer a:hover {
	color: #727892;
}

#footer ul {
	list-style: none;
	float: left;
	width: 210px;
}

#footer ul li {
	margin: 0 0 0.5em 0;
}







