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

body {
	margin:0;
	background:url(../images/furniture/bg-grad-944px.png) #a0a0a0 repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#a0a0a0;
	text-align:center;
}

.clear {
	clear:both;
}

a:link,
a:active,
a:visited {
	color:#a0a0a0;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.grey-light {color:#a0a0a0;}
.grey-mid {color:#bdbdbd;}
.grey-dark {color:#878787;}

#wrapper {
	min-height:610px;
	width:900px;
	position:relative;
	padding:20px 0 20px 0;
	margin:70px auto 70px auto;
	text-align:left;
	/*
	position:absolute;
	left: 50%; 
	top: 50%;
	
	margin-top: -325px; /* half of the height */
	/* margin-left: -450px; /* half of the width */
	background-color:#ffffff;
}

/* --- Start logo containers --- */
#logo-container01 { /* Spray */
	width:274px;
	height:252px;
	background:url(../images/furniture/logos/timandra-spray-trans.png) transparent no-repeat;
	position:absolute;
	top:-34px;
	left:-58px;
}

#logo-container02 { /* Paint */
	width:188px;
	height:188px;
	background:url(../images/furniture/logos/timandra-paint-trans.png) transparent no-repeat;
	position:absolute;
	top:27px;
	left:-17px;
}

#logo-container03 { /* Crayon */
	width:170px;
	height:191px;
	background:url(../images/furniture/logos/timandra-crayon-trans.png) transparent no-repeat;
	position:absolute;
	top:0px;
	left:-1px;
}

#logo-container04 { /* Marker */
	width:170px;
	height:191px;
	background:url(../images/furniture/logos/timandra-marker-trans.png) transparent no-repeat;
	position:absolute;
	top:0px;
	left:-1px;
}

#logo-container05 { /* Vector */
	width:170px;
	height:185px;
	background:url(../images/furniture/logos/timandra-vector-trans.png) transparent no-repeat;
	position:absolute;
	top:-25px;
	left:-28px;
}

#logo-container06 { /* Seal */
	width:135px;
	height:142px;
	background:url(../images/furniture/logos/timandra-seal-trans.png) transparent no-repeat;
	position:absolute;
	top:18px;
	left:32px;
}
/* --- End logo containers --- */

#logo-container01 a,
#logo-container02 a,
#logo-container03 a,
#logo-container04 a,
#logo-container05 a,
#logo-container06 a {
	width:100%;
	height:100%;
	display:block;
}

#main-container {
	margin:0 20px 0 150px;
	background-color:#ffffff;
}

#header {
	background-color:#f4f4f4;
	padding-top:100px;
}

#navigation {
	padding:18px 20px 17px 20px;
	line-height:20px;
	position:relative;
}

#navigation h1 {
	font-size:14px;
	font-weight:bold;
	margin:0;
	display:inline;
}

#navigation ul {
	list-style-type:none;
	display:inline;
	padding:0;
}

#navigation li {
	display:inline;
	margin-left:40px;
}

#image-container {
	height:220px;
}

#image-container img {
	border:none;
	width:730px;
	height:220px;
}

#content-container {
	position:relative;
	background-color:#ffffff;
	margin:35px 20px 0 20px;
}

#content-container h1 {
	font-size:15px;
	color:#878787;
	font-weight:normal;
}

#content-container h1 a,
#content-container h2 a {
	color:#878787;
}

#col1 h1,
#col2 h1,
#col3 h1,
#col4 h1 {
	font-size:14px;
	font-weight:normal;
}

#content-container h2 {
	font-size:14px;
	font-weight:normal;
	color:#878787;
}

#content-container p {
	line-height:19px;
	font-size:14px;
}

#content-container > p {
	margin-top:0;
}

#footer {
	background-color:#f4f4f4;
	padding:10px 20px 10px 20px;
	line-height:20px;
	height:20px;
	margin-top:35px;
}

#footer p {
	margin:0;
	padding:0;
	float:left;
}

#addthis {
	width:83px;
	height:16px;
	float:right;
	margin-top:2px;
}

#subscribe-wrapper {
	height:60px;
	position:absolute;
	top:28px;
	right:-20px;
	background:transparent url(../images/furniture/ribbon/fold-right-trans.png) right bottom no-repeat;
	padding-left:22px;
	width:105px;
	overflow:hidden;
	/*width:503px;*/
}

#button {
	height:40px;
	width:22px;
	position:absolute;
	left:0;
	top:0;
}

div.in {
	background:url(../images/furniture/ribbon/btn-l.png) left bottom no-repeat;
	/*background-color:#FF3300;*/
}

div.out {
	background:url(../images/furniture/ribbon/btn-r.png) left bottom no-repeat;
}

#subscribe-wrapper strong {
	color:#ffffff;
	background-color:#61468e;
	display:block;
	font-size:13px;
	padding:12px 15px 12px 15px;
	height:16px;
	width:75px;
	position:absolute;
	right:0;
	/*
	padding-top:12px;
	padding-left:15px;
	*/
}

#subscribe-wrapper strong:hover {
	text-decoration:underline;
}

#form-wrapper {
	color:#ffffff;
	background-color:#61468e;
	height:40px;
	margin-right:105px;
}


#form-wrapper form {
	width:400px;
	padding-top:9px;
	padding-left:10px;
}


#form-wrapper input[type="text"] {
	background-color:#ffffff;
	border:#462868 1px solid;
	width:120px;
	font-size:11px;
}

#form-wrapper input[type="image"] {
	margin-top:20px;
}

#form-wrapper label {
	font-size:13px;
}

#form-wrapper a {
	font-size:13px;
	color:#FFFFFF;
}