/* CSS Document */

* {
	margin: 0 auto;
	padding: 0;
}

/******* LAYOUT *******/

body {
	background-image: url(../images/bgr.jpg);
	background-repeat: repeat-x;
	background-color: #bc3872;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: /*#be3975*/#bf3976;
}
#wrapper {
	width: 950px;
	margin: auto;
	position:relative;
}
#header_cap {
	position: relative;
	float: left;
	width: 950px;
	height: 98px;
}
#header {
	height: 105px;
	width: 950px;
	background: #3c1024;
	float: left;
	position:relative;
}
#navigation {
	float:left;
	position:relative;
	width:488px;
	height: 32px;
}
#boxes {
	float:left;
	position:relative;
	background: #bf3976;
	height: 443px;
	width: 950px;
}
.craft {
	float:left;
	position:relative;
	width: 950px;
}
#box1 {
	width: 338px;
	float: left;
	position:relative;
}

#box23 {
	float: right;
	position:relative;
}

#intro {
	float:left;
	position:relative;
	background-color: #3b1023;
	padding-bottom: 5px;
	width: 950px;
}
#main {
	float:left;
	position:relative;
	background-image: url(../images/main_bgr_leaves.jpg);
	background-color: #3b1023;
	padding-bottom: 5px;
	width: 950px;
}
#main p {
	padding-top: 20px;
	padding-left: 20px;
}
#main ul {
	text-align: center;
	list-style-type: circle;
	padding-top: 20px;
	padding-left: 20px;
}
#intro_txt {
	float:left;
	position:relative;
	background: #3b1023;
	width: 643px;
}
#intro_box {
	float:right;
	position:relative;
	width: 307px;
}

#pink {
	position:relative;
	float:left;
	clear: both;
	background-color: #bf3976;
	background-image:url(../images/pink_craft_bgr.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 950px;
	min-height: 450px;
}
#dark {
	position:relative;
	float: left;
	background-color: #3b1023;
	background-image:url(../images/dark_craft_bgr.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 950px;
	min-height: 130px;
}
#footer {
	background-image:url(../images/footer_bgr.jpg);
	clear:both;
	height: 51px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 950px;
}

/******* TEXT & FONTS *******/
#intro_txt p {
	padding-left: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#footer p {
	padding-top: 10px;
	padding-left: 15px;
}
.small_note {
	/*float:right;
	position:relative;*/
	font-size: 12px;
	font-style:italic;
}
a {
	color: #bf3976 ;
	text-decoration: none;
}


a.whitelink{
	color: #fff ;
	text-decoration: underline;
}


#footer a {
	/*color: #fff;*/
}
/*********COLUMNS***********/

.prices_col {
	position:relative;
	float:left;
	width: 280px;
	padding-top: 30px;
	padding-left: 30px;
	font-size: 16px;
}

.contact_col2 {
	position:relative;
	float:left;
	width: 300px;
	padding-top: 50px;
	padding-left: 20px;
}
/******* LISTS *******/

.prices_col ul {
	list-style: inside;
	list-style-image:url(../images/leaf_small.jpg);
}
.prices_col li {
font-style: italic;
}
.prices_col a:hover {
color: #fff;
}
ul {
	list-style:none;
}
#navigation li {
	display: inline;
	float: left;
}

/******* IMAGES *******/
img {
	border: 0;
	font-size: small;
}
#header_craft {
	float:right;
	position:relative;
	width:488px;
	height: 73px;
}
#craft img {
	float:right;
	position:relative;
}
#navigation img {
	float:left;
	position:relative;
}
#images img{
	float:left;
	position:relative;
}
#box1 img {
	margin-left: 45px;
}
/*******FORM*******/
.mailFormBtn {
	color: #bf3976;
	background-color: #3b1023;
	border: groove;
}


/******* SPECIALS *******/
.left {
	float: left;
}
.relative {
	position:relative;
}
.hidden {
	visibility: hidden;
}
.right {
	float:right;
}
.clear_b {
	clear: both;
}

.whiteLarge{
	color:#FFF;
	font-weight:bold;
	font-size:22px;
}

