@charset "utf-8";
/* CSS Document */

/* -------------------------------------------
	BASIC
------------------------------------------- */
body {
	margin: 0 0 20px 0;
	padding: 0;
	background: #EBEBEA url(../images/back.jpg) repeat-x;
}
/* -------------------------------------------
	LAYOUT
------------------------------------------- */
#wrapper {
	width: 1090px;
	margin: 0 auto;
	background: url(../images/wrapperback.jpg) repeat-y;
}
#header {
	width: 1090px;
	height: 270px;
}
#contents {
	width: 1090px;

}
#footer {
	width: 1090px;
	height: 120px;
	background: url(../images/footerback.jpg) no-repeat;
}
/* -------------------------------------------
	HEADER
------------------------------------------- */
#logo {
	float: left;
	width: 226px;
	height: 165px;
}
#topright {
	background: url(../images/topright.jpg) no-repeat;
	width: 864px;
	height: 165px;
	margin-left: 226px;
}
#topright p {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0.2px;
	word-spacing: 1.8px;
	color: #523316;
	position: relative;
	top: 49px;
	left: 10px;
	float: left;
}
#topright ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	top: 45px;
	left: 180px;
}
#topright ul li {
	display: inline;
}
#topright ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #523316;
}
#topright ul li a:hover {
	text-decoration: underline;
}
#topmenu {
	background: url(../images/menuback.jpg) no-repeat;
	width: 827px;
	height: 103px;
	float: left;
}
#telephone {
	background: url(../images/telephoneback.jpg) no-repeat;
	width: 263px;
	height: 103px;
	margin-left: 827px;
}
#telephone h3 {
	color: #523316;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	position: relative;
	top: 56px;
	left: 38px;
}

/* -------------------------------------------
	CONTENTS
------------------------------------------- */

#contents table.main {
    width: 900px;
    margin: 0 auto;
    font-family: Verdana, Arial, Helvetica, sans-serif; /*you can define the normal text here*/
    font-size: 12px;
    color: #402625;
}
#contents table.main a {
    color: #B66C08;
    font-weight: bold;
}
#contents table.main a:hover {
    color: #064581;
}
#contents table.main td {
    vertical-align: top;
}

#contents h1 {
	color: #064581;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	background-position: left;
	left: auto;
	height: auto;
	border: none;
	background-image: url(/images_stylecraft/back_h1.jpg);
	line-height: normal;
}

#contents h2 {
    font-size: 16pt;
	color: #064581;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	height: auto;
}
#contents h3 {
    font-size: 14pt;
	color: #064581;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
	height: 20px;
}



/* -------------------------------------------
	FOOTER
------------------------------------------- */
#footer ul {
	margin: 0;
	padding: 30px 0 6px 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #523316;
	text-align: center;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	text-decoration: none;
	color: #523316;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #523316;
}
