/* CSS Document */

/* Normalizes margin, padding */
body, div, ul, li, h1, h2, h3, p, img, form, fieldset {
	margin: 0;
	padding: 0;
}
/* Normalizes font-size for headers */
h1, h2, h3 {
	font-size: 100%;
	font-weight: normal;
}
/* Removes list-styles from lists */
ul {
	list-style: none;
}
/* Removes border from img and fieldset */
img, fieldset {
	border: 0;
}

/* Start main styles */
html {
	text-align: center;
	font-size: 62.5%;  /* set font size for pixel to em conversion */
}
body {
	font: 1.2em/1.7 Geneva, Arial, Helvetica, san-serif;
	color: #585858;
	background: #FFFFFF url(../images/siteBG.jpg) no-repeat center top;	
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#header {
	background: #FFFFFF url(../images/header.jpg) no-repeat;
	height: 200px;
}
#header h1 {
	text-indent: -9999px;
}

/* Main Navigation Style */
#nav {
	position: absolute;
	top: 190px;
	left: 598px;
}
.dropdown {
	display: none;
}
.dropdown li {
	background-color: #fff;
}
.dropdown li a span { /* Needed to address IE6 & IE7 issues - Negative text indent causes the menu to break - Do not know why */
	display: none;
}
.dropdown li.mainBtn a {
	width: 202px;
	cursor: pointer;
	background: url(../images/mainBtn.jpg) no-repeat 0px 0px;
	height: 42px;
	display: block;
}
.dropdown li.mainBtn a:hover {
	background-position: 0 -42px;
}
.dropdown ul li.about a {
	background: url(../images/aboutBtn.gif) no-repeat 0px 0px;
	height: 35px;
	width: 202px;
}
.dropdown ul li.tailor a {
	background: url(../images/tailorBtn.gif) no-repeat 0px 0px;
	height: 35px;
	width: 202px;
}
.dropdown ul li.sew a {
	background: url(../images/sewBtn.gif) no-repeat 0px 0px;
	height: 35px;
	width: 202px;
}
.dropdown ul li.slip a {
	background: url(../images/slipBtn.gif) no-repeat 0px 0px;
	height: 35px;
	width: 202px;
}
.dropdown ul li.upholster a {
	background: url(../images/upholsterBtn.gif) no-repeat 0px 0px;
	height: 35px;
	width: 202px;
}
.dropdown ul li.web a {
	background: url(../images/webBtn.gif) no-repeat 0px 0px;
	height: 35px;
	width: 202px;
}
.dropdown ul li.contact a {
	background: url(../images/contactBtn.gif) no-repeat 0px 0px;
	height: 35px;
	width: 202px;
}
.dropdown ul li.about a:hover, .dropdown ul li.tailor a:hover, .dropdown ul li.sew a:hover, .dropdown ul li.slip a:hover, .dropdown ul li.upholster a:hover, .dropdown ul li.web a:hover, .dropdown ul li.contact a:hover {
	background-position: 0 -35px;
}

/* index & contact styles */
#home {
	padding: 40px 10px 20px;
}
#homeHeader {
	margin-bottom: 40px;
}
#homeHeader h2.home {
	background: #FFFFFF url(../images/welcomeTitle.gif) no-repeat;
	margin: 0px 0 30px 15px;
	height: 30px;
}
#homeHeader h2.contact {
	background: #FFFFFF url(../images/contactTitle.gif) no-repeat;
	margin: 0px 0 30px 15px;
	height: 30px;
}
#homeHeader h2.fourOhFour {
	background: #FFFFFF url(../images/404Title.gif) no-repeat;
	margin: 0px 0 30px 15px;
	height: 30px;
}
#homeHeader h2 {
	text-indent: -9999px;
}
#home img {
	padding: 10px;
	border: 1px solid #d4e1e4;
}
#home img.right {
	float: right;
	margin: 20px 0;
}
#home img.left {
	float: left;
	margin: 20px 0;
}
.copy {
	margin-left: 555px;
	padding-top: 30px;
}
.copyLeft {
	padding-top: 30px;
	margin-right: 555px;
}
.copyForm {
	margin-right: 555px;
}
.copy h3, .copyLeft h3, .copyForm h3, #contactForm h3 {
	font-size: 1.6em;
	color: #f7a700;
	padding: 10px 0 8px 20px;
}
.copy p, .copyLeft p, .copyForm p {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	
}
.address {
	font-size: 1.1em;
	font-weight: bold;
}
.topButton {
	padding-top: 10px;
}
.topButton a {
	background: url(../images/topButton.jpg) no-repeat;
	width: 82px;
	height: 28px;
	text-indent: -9999px;
	display: block;
}

/* portfolio content styles */
#content {
	padding: 30px 10px 20px;
}
#contentHeader {
	margin-bottom: 20px;
}
#contentHeader h2.upholstery {
	background: #FFFFFF url(../images/upholsteryTitle.gif) no-repeat;
	margin: 0px 0 30px 15px;
	height: 30px;
}
#contentHeader h2.slip {
	background: #FFFFFF url(../images/slipTitle.gif) no-repeat;
	margin: 0px 0 30px 15px;
	height: 30px;
}
#contentHeader h2.tailor{
	background: #FFFFFF url(../images/tailorTitle.gif) no-repeat;
	margin: 0px 0 30px 15px;
	height: 30px;
}
#contentHeader h2.sew{
	background: #FFFFFF url(../images/sewTitle.gif) no-repeat;
	margin: 0px 0 30px 15px;
	height: 30px;
}
#contentHeader h2 {
	text-indent: -9999px;
}
#pageThumbs {
	border-top: 1px solid #d4e1e4;
	border-bottom: 1px solid #d4e1e4;
	padding: 5px 0 5px 6px;
}
#contentHeader img {
	margin:6px;
	border: 2px solid #d4e1e4;
}
#contentHeader a img { 
	height: 75px;
	width: 100px;
	border: 2px solid #d4e1e4;
}
#contentHeader a img:hover {
	border-color: #f7a700;
}
	
/* image veiwer styles */
.container {
	padding-top: 10px;
}
.slideShow {
	float: left;
	margin: 20px 0;
}
.slideShowRight {
	float: right;
	margin: 20px 0;
}
.imageBox div {
	position:absolute;
	background:#fff;
	width:500px;
	height:375px;
}
.imageBox img {
	position: static;
	width: 500px;
	height: 375px;
}
.mask {
	position: relative;
	width: 500px;
	height: 375px;
	overflow: hidden;
	padding: 10px;
	border: 1px solid #d4e1e4;
	background-color: #fff;
}
.thumbs {
	padding: 5px 0 0 1px;
}
.thumbs span img {
	cursor: pointer;
	height: 93px;
	width: 123px;
	border: 2px solid #d4e1e4;
}
.thumbs span img:hover {
	border-color: #f7a700;
}


/* form styles */
#contactForm {
	float: right;
	width: 520px;
}
form {
	padding: 0 20px;
	border-right: 1px solid #d4e1e4;
	border-left: 1px solid #d4e1e4;
}
.warning {
	font-weight: bold;
	color: #f00;
}
form p {
	margin: 0 0 5px 0;
	font-weight: bold;
	color: #6f9dbe;
}
.formbox {
	padding: 5px 2px;
	width: 300px;
	border: 1px solid #d4e1e4;
	background-color: #f2f2e8;
	margin-bottom: 10px;
}
.formboxWide {
	width: 470px;
	padding: 5px 2px;
	border: 1px solid #d4e1e4;
	background-color: #f2f2e8;
}
label {
	font-weight: bold;
	color: #6f9dbe;
	display: block;
}
#name, #email, #comments {   /* Override browser default styling */
	font: 1.1em Geneva, Arial, Helvetica, san-serif;
	color: #585858;
}
fieldset {
	padding: 15px 0;
}
#interests label {
	display: inline;
	padding: 0 20px 0 3px;
}
.formFieldSubmit {
	padding: 3px 7px;
	border: 2px solid #6f9dbe;
	background-color: #6f9dbe;
	color: #f2f2e8;
	font-size: 1.2em;
}

/* float clear */
.clear {
	clear: both;
	height: 0; /* IE6 Again! */
}

/* footer */
#footer {
	padding: 20px;
	border-top: 1px solid #d4e1e4;
	border-bottom: 1px solid #d4e1e4;
	margin-top: 25px;
}
#footer h3 {
	text-indent: -9999px;
	background: #FFFFFF url(../images/footerGraphics.jpg) no-repeat;
	height: 100px;
	width: 400px;
	float: left;
}
#footerCopy {
	margin-left: 420px;
}
#footerCopy p {
	font-size: .9em;
	padding-bottom: 10px;
	text-align: right;
}
#footerCopy a, .copyForm a, .copyLeft a, .copy a {
	text-decoration: none;
	color: #6f9dbe;
}
#footerCopy a:hover, .copyForm a:hover, .copyLeft a:hover, .copy a:hover {
	color: #f7a700;
}
	