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

body {
	margin:auto;
	background:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:a0a0a0;
	text-align:left;
}

.clear {
	clear:both;
}

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

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

#wrapper {
	width:100%;
	position:relative;
	padding:20px 0 20px 0;
	margin:70px auto 70px auto;
	text-align:left;
	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 {
	display:none;
}

#main-container {
	margin:0 20px 0 150px;
	width:100%;
}

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

#navigation {
	padding:18px 20px 17px 20px;
	line-height:20px;
	width:100%;
}

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

#navigation ul {
	display:none;
}
/*
#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:100%;
	height:auto;
}

#content-container {
	position:relative;
	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:transparent;
	padding:10px 20px 10px 20px;
	line-height:20px;
	height:20px;
	margin-top:35px;
}

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

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