/* CSS - The Dressmaker Website */

body {
	text-align: left;
	margin: 0;
	background-image:url(images/bg_tile.jpg);
	background-position: center;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	width: 760px;
	margin:0 auto 0 auto;
}

/*  HEADINGS  */

h1 {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 125px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

h1 span {
	display: none;
}

h4 {
	font-size: 12px;
	margin: 0;
	padding: 0 25px 0 25px;
}

/*  HEADER ADDRESS & CONTACT INFORMTION  */

#headerContact {
	position: absolute;
	left: 495px;
	top: 57px;
	z-index: 1;
	width: 250px;
	font-size: 10px;
	color: #271B10;
}

#headerContact ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

.phoneNumber {
	font-size: 11px;
	font-weight: bold;
	color: #CA0D0D;
}

.imgMargin {
	margin: 25px;
}

/*  NAVIGATION  */

#navStrip {
	width: 760px;
	height: 30px;
	background-color: #ffffff;
	background-image: url(images/navstrip.jpg);
	background-position: right;
	background-repeat: no-repeat;
	vertical-align: middle;
	color: #E8E6D5;
} 






#navigation {
	width: 760px;
	height: 50px;
	background-color: #ffffff;
	background-image: url(images/index_picture.jpg);
	background-position: left;
	background-repeat: no-repeat;
	vertical-align: left;
	color: #E8E6D5;
} 






#navList {
	padding-top: 3px;
	width: 198px;
}

	

#nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
}
#nav a{
	color:#000000;
	text-decoration: none;
}

#nav a:hover{
	color:#FFFFFF;
}



/*  HEADER BAR  */

#header {
	height: 27px;
	background-color: #E8E6D5;
	margin-bottom: 25px;
}

/*  CONTENT  */

#content {
	width: 760px;
	color: #271B10;
	font-size: 12px;
	height: 100%px;
}

#rightCol {
	margin-bottom: 0px;
	float: right;
	width: 540px;
	color: #4C2F13;
	height: 100%px;
	background-color:#FFFFFF;
}
#leftBar {
	padding-right:2px;
	padding-left:2px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left:2px;
	margin-right: 2px;
	text-align:center;
	width:145px;
	height:100%;
}
	
#leftContent {
	margin-top:0px;
}
#leftCol {
    text-align: left;
	background-image:url(images/bg_tile_sidebar.jpg);
	background-repeat:repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right:0px;
	line-height: 100%;
	width: 215px;
	height: 100%px;
	
}
#midCol {
	margin-left:300px;
	width: 200px;
	height: 50px;
}
#mid-rightCol {
	margin-bottom: 0px;
	float: right;
	width: 157px;
	color: #4C2F13;
	height: 100%px;
	background-color:#FFFFFF;
}
#midRightText {
	padding-left:10px;
}

#content p {
	margin: 0;
	padding: 0 25px 0px 0px;
}

#content b, strong {
	color: #000000;
}

#content ul {
	list-style-image: url(images/arrow.gif);
	margin: 0;
	padding: 0 0 0 50px;
	line-height: 20px;
	font-size: 12px;
	font-family: "Ariel", Helvetica, sans-serif;
}

#rightCol-img {
	margin-right: 3px;
}

#product-text {
	padding:0 0px 0 0px;
	margin-left:2px;	
}

#prodright-text {
	padding:0 0px 0 0px;
	margin-left:7px;
	margin-right:0px;	
}

input, textarea, select {
	border: 1px solid #7CA4B0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
	margin: 0 0 10px 0;
}



/* FOOTER */

#footerImg {
	margin-bottom:0px;
	padding-bottom:0px;
	
}

#footer {
	margin-top: 0px;
	padding: 0px 0;
	clear: both;
	background-image:url(images/navstrip.jpg);
	background-repeat:no-repeat;
	font-size: 10px;
	line-height: 16px;
}

#footer a {
	padding: 0 2px 0 2px;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	margin-top: 0;
	list-style-type: none;
}



/*  CLASSES  */
.bodyText {
	font-family: "Trebuchet MS";
	color: #000000;
	font-size:14px;
}
.firstLetter {
	font-size: 16px;
	font-weight: bold;
}