/***************************** RESET *****************************/

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/***************************** COMMON STYLES *********************************/

body{
	background: url(../images/paper.jpg) #eee;
}

p, a, h2, li, a{
	font-family: calibri, verdana, helvetica, sans-serif;
	font-size: 12px !important;
	color: #000;
	text-decoration: none;
}

ul
{
	list-style-type: disc;
	list-style-position: ;
}

li{
	margin: 5px 0;
}

h1{
	height: 0;
	overflow: hidden;
	position: relative;
}

span.red{
	color: darkred;
}

/***************************** STRUCTURE *********************************/

#cards{
	width: 891px;
	margin:0px auto;
	position: relative;
	height: 320px;
}

#wren{
	position: relative;
	left: 620px;
	top: 30px;
	z-index: -2;
}

#take{
	position: relative;
	left: 435px;
	top: 120px;
	z-index: -1;
}

img#title{
	margin-top: 40px;
	margin-bottom: 30px;
}

#container{
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 891px;
	margin-bottom: 30px;
	position: relative;
	z-index: -10;
}

.card{
	width: 380px;
	height: 240px;
	background: url(../images/card.gif) no-repeat;
	position: absolute;
	text-align: center;
}

.card h2{
	margin-bottom: 40px;
	font-size: 14px !important;
	color: darkred;
}

.card h2, .card p{
	margin-left: 0px;
	
}

.card p{
	margin-bottom: 40px;
	font-size: 11px;
	color: darkred;
}

.card a{
	color: darkred;
	text-decoration: none;
}

.card a:hover{
	color: black;
}

#swirltop{
	width: 846px;
	margin: 0px auto -2px auto;
	position: relative;
	height: 45px;
	z-index: 4000;
	background: url(../images/swirltop.gif) no-repeat;
}

#content{
	width: 800px;
	margin: 0px auto;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	position: relative;
	overflow: hidden;
	background: #fff/*url(../images/bg.gif) repeat-y*/;
}

.clear{
	float: left;
	height: 10px;
	clear: both;
}

#content img{
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#swirlbottom{
	width: 851px;
	margin:-3px auto 0px auto;
	position: relative;
	height: 49px;
	z-index: 4000;
	background: url(../images/swirlbottom.gif) no-repeat;
}

#content p, #content ul{
	margin: 0px 20px 20px 20px;
}

#footer{
	float:left;
	width: 800px;
	height: 20px;
	margin: -20px auto 0 auto;
}

#footer p{
	text-align: center;
	margin-left: 50px;
}

#footer a{
	color: darkred;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

.third{
	float: left;
	width: 240px;
	overflow: hidden;
	margin-left: 10px;
	background: #fff;
	margin-top: 20px;
}

.start{
	margin-left: 40px !important;
}

/* ******************* ROSE COTTAGE ************************* */

#swirltop.rose_cottage{
	background: url(../images/swirltoprose.gif) no-repeat;
}

.rose_cottage h2{
	font-size: 18px !important;
	font-weight: bold;
	color: #CC0000;
	margin: 20px 0 10px 20px;
}

.rose_cottage ul li{
	margin-left: 20px;
}

#pic_container{
	width: 891px;
	height: 650px;
	margin:0px auto;
	position: relative;
	overflow: hidden;
}

#pic_container.rose_cottage #main_pic{
	width: 428px;
	height: 285px;
	border: 1px solid #777;
	float: left;
	display: inline;
	margin: 20px 20px 0px 75px;
	text-align: center;
	background: #EEE;
}

#pic_container.rose_cottage #main_pic img{
	max-width: 428px;
	max-height: 285px;
	
}

#pic_container.rose_cottage #gallery{
	width: 288px;
	height: 230px;
	border: 1px solid #777;
	float: left;
	margin: 20px 0px 20px 0px;
	list-style: none;
}

#pic_container.rose_cottage #gallery li{
	float: left;
	width: 60px;
	height: 60px;
	border: 1px solid #777;
	margin-left: 8px;
	margin-top: 8px;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	background: #EEE;
}

#pic_container.rose_cottage #gallery li img{
	min-width: 60px;
	max-height: 60px;
}

