/* Reset v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
:focus {outline: 0;}/* remember to define focus styles! */
ins {text-decoration: none;}/* remember to highlight inserts somehow! */
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}/* tables still need 'cellspacing="0"' in the markup */
/* end of Reset */

body {font-family: Arial}

a {text-decoration: none}
a:hover {text-decoration: underline}

#container {
	width: 1024px;
	height: 720px;
	margin: 10px auto 0 auto;
	background: #9a9 url(images/backgrounds/01.jpg) no-repeat;
	border: 1px solid #999;
	border-bottom: none;
	}


/* left side ############################## */
#side-left {
	width: 195px;
	height: 720px;
	float: left;
	background: url(images/sidebar-bg.png);
	color: #fff;
	}
#side-left a {
	color: #fff;
	}

#nav-main {
	margin: 50px 0 0 35px;
	font-size: 13px;
	height: 150px;
	}
#nav-main li:before {
	content: "//";
	padding-right: 5px;
	}
#nav-main li {line-height: 20px}

#page-tools {
	margin: 0 0 0 35px;
	font-size: 10px;
	height: 150px;	
	}
#page-tools li {line-height: 20px}

#side-left span {
	display: block;
	font-size: 20px;
	margin: 100px 0 0 35px;
	height: 160px;
	line-height: 25px;
	}


/* main section ############################## */
#page {
	width: 505px;
	height: 645px;
	padding: 75px 35px 0 34px;
	background: #fff;
	float: left;
	}
#page h1 {
	font-size: 16px;
	/* font-size: 22px; */
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 26px;
	}
#page h2, #page h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	}
#page p {
	font-size: 14px;
	color: #666;
	line-height: 18px;
	margin-bottom: 10px;
	}
#page a {
	font-weight: bold;
	text-decoration: underline;
	color: #666;
	}
#page blockquote {
	font-style: italic;
	margin-top: 30px;
	}


/* right side ############################## */
#side-right {
	width: 255px;
	height: 720px;
	background: #fff;
	float: left;
	}
#eddolls-logo {
	width: 220px;
	height: 117px;
	margin: 20px 0 30px 5px;
	float: left;
	}
.side-box {
	width: 210px;
	margin-top: 20px;
	padding: 10px;
	float: left;
	background: #eff0f0;
	}
.side-box h2 {
	font-size: 22px;
	font-weight: bold;
	color: #b88a17;
	margin-bottom: 10px;
	}
.side-box p {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
	}


/* side slideshow ############################## */
.slideshow {
	width: 220px;
	height: 135px;
	padding: 4px;
	border: 1px solid #999;
	position: relative;
	margin-top: 30px;
	clear: both;
	}
.slideshow img {
    position:absolute;
    z-index:8;
    opacity:0.0;
	}
.slideshow img.active {
    z-index:10;
    opacity:1.0;
	}
.slideshow img.last-active {z-index:9}



/* footer ############################## */
#footer {
	width: 956px;
	margin: 0 auto 10px auto;
	padding: 20px 34px 20px 34px;
	background: #000;
	border: 1px solid #000;
	color: #fff;
	font-size: 9px;
	line-height: 12px;
	}
#footer a {
	color: #fff;
	text-decoration: underline;
	}
#footer div.col1, #footer .col2,
#footer .col3, #footer .col4 {
	float: left;
	margin-bottom: 10px;
	}
#footer .col1 {width: 260px}
#footer .col2 {width: 220px}
#footer .col3 {width: 220px}
#footer .col3 img {
	float: left;
	margin-right: 5px;
	}
#footer .col4 {
	width: 200px;
	float: right;
	text-align: right;
	}
#footer .col4 img {vertical-align: middle}
#footer .col4 a {text-decoration: none}


/* home page ############################## */
#fun-with-flooring {
	width: 459px;
	height: 332px;
	background: url(images/fun-with-flooring.png) no-repeat;
	text-indent: -9999px;
	float: left;
	margin: 125px 0 0 70px;
	}


/* news page ############################## */
.news-thumb {
	width: 85px;
	height: 110px;
	padding: 4px;
	margin: 0  20px 40px 0;
	border: 1px solid #ccc;
	float: left;
	clear: both;
	}
.news-block {
	float: left;
	width: 380px;
	}
#page .news-block h2 {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 10px 0;
	}


/* gallery page ############################## */
.gal-img {
	padding: 4px;
	border: 1px solid #ccc;
	}


/* contact page ############################## */
#form-contact {margin: 40px 0}
#form-contact label {
	display: block;
	width: 90px;
	float: left;
	margin-bottom: 15px;
	clear: left;
	font-size: 14px;
	color: #666;
	line-height: 16px;
	}
#form-contact input, #form-contact textarea {
	float: left;
	width: 340px;
	}
#form-contact textarea {
	height: 100px;
	margin-bottom: 10px;
	}
#form-contact select {margin-left: 90px}
#form-contact button {
	float: right;
	margin-right: 70px;
	}
