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

div,h1,h2,h3,h4,h5,h6,p,pre,address,blockquote,span,ul,ol,li,dl,dd,dt,img {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #FFF;
	font-weight: normal;
	text-align: justify;
	line-height: 14px;
}
#wrapper {
	height: 670px;
	width: 900px;
	margin: 6% auto
}#header {
	height: 100px;
	position: relative;
	border-bottom-width: 3.5px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#header #nav{
	height: 11px;
	width: 220px;
	position: absolute;
	left: 0px;
	top: 81px;
}
#header #nav #homeNav {
	width: 36px;
	float: left;
	background-image: url(images/navHome.jpg);
	height: 11px;
}
#header #nav #homeNav:hover {
	background-position: top;
}

#header #nav #aboutNav {
	height: 11px;
	width: 63px;
	float: left;
	margin: 0 22px;
	background-image: url(images/navAbout.jpg);
}
#header #nav #aboutNav:hover {
	background-position: top;
}
#header #nav #contactNav {
	width: 77px;
	float: left;
	background-image: url(images/navContact.jpg);
	height: 11px;
}
#header #nav #contactNav:hover {
	background-position: top;
}
#header img {
	float: right;
	margin: 8px 0 0 0;
	width: 120px;
	height: 91px;
	border: none;
}

#mainContent {
	height: 545px;
	border-bottom-width: 3.5px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#mainContent p {
	margin-bottom: 10px;
}
#mainContent ul {
	padding-left: 15px;
}
#mainContent ul li {
	margin-bottom: 5px;
}
#mainContent #homecolumnOne {
	float: left;
	height: auto;
	width: 330px;
	margin-top: 30px;
	margin-right: 22.5px;
}
#mainContent #homecolumnTwo {
	float: left;
	height: auto;
	width: 525px;
	margin-top: 30px;
	margin-left: 22.4px;
}
#mainContent #columnThree {
	float: left;
	height: auto;
	width: 270px;
	margin-top: 30px;
	margin-left: 22.5px;
}
#mainContent #aboutcolumnOne {
	float: left;
	width: 270px;
	margin-top: 30px;
	margin-right: 22.5px;
}
#mainContent #aboutcolumnTwo {
	float: left;
	height: auto;
	width: 270px;
	margin-top: 30px;
	margin-left: 22.4px;
	margin-right: 22.4px;
}
#mainContent #aboutcolumnThree {
	float: left;
	height: 485px;
	width: 585px;
	margin-top: 30px;
	margin-left: 22.4px;
	background-image: url(images/Filka_Dress_026.jpg);
	background-position: 0px -100px;
}
#mainContent #contactcolumnOne {
	float: left;
	height: auto;
	width: 270px;
	margin-top: 30px;
	margin-right: 22.5px;
	font-size: 1.1em;
}
#mainContent #contactcolumnOne h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}
#mainContent #contactcolumnTwo {
	float: left;
	height: auto;
	width: 585px;
	margin-top: 30px;
	margin-left: 22.4px;
}
#mainContent #contactcolumnOne a, #mainContent #contactcolumnOne a:visited {
	text-decoration: none;
	color: #333;
}
#mainContent #contactcolumnOne a:hover {
	text-decoration: none;
	color: #92BD0C;
}
#mainContent #contactcolumnOne #oldLogo {
	margin-top: 140px;
}
.green {
	color: #92BD0C;
}
#footer {
	height: auto;
	text-align: center;
	font-size: 0.7em;
	margin: 7px 0 0 0;
}
.navOff {
	background-position: bottom;
}
.navOn {
	background-position: top;
}
.margintop10px {
	margin-top: 10px;
}
