@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
#wrapper {
	background-image: url(images/flower_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
	width: 100%;
}
#header {
	height: 160px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	
}
.clearer {
clear: both;
}

#logo {
	float: left;
	height: 160px;
	width: 430px;
}
#header_info {
	float: right;
	height: 52px;
	width: 505px;
	padding-top: 75px;
	font-family: Open Sans;
	font-size: 11px;
	color: #333;
	vertical-align: middle;
}
#icons {
	height: 25px;
	padding-top: 5px;
	padding-left: 5px;
	width: 180px;
	float: right;
}
#delivery_info {
	height: 20px;
	width: 240px;
	padding-top: 10px;
	float: left;
	padding-left: 5px;
}

#info_box {
	height: 40px;
	width: 500px;
	float: left;
	border: 1px solid #999999;
}
#menu {
	background-image: url(images/menu_bg1.png);
	background-repeat: repeat-x;
	height: 50px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	
}
#main_image {
	position:relative;
	height: 610px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	
	-webkit-box-shadow: 0px 0px 30px 3px #a3a3a3;
	-moz-box-shadow: 0px 0px 30px 3px #a3a3a3;
	box-shadow: 0px 0px 30px 3px #a3a3a3;
}
#main_image img {
	position:absolute;
	left:0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;	
	transition: opacity 1s ease-in-out;
}

	#main_image img.top:hover, #main_image img.hover_effect {
		opacity:0;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	}

#content {
	background-color: #FFF;
	height: 1100px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px 30px 3px #a3a3a3;
	-moz-box-shadow: 0px 0px 30px 3px #a3a3a3;
	box-shadow: 0px 0px 30px 3px #a3a3a3;
	margin-bottom: 10px;	 
}
#content_collections {
	background-color: #FFF;
	height: 100%;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px 30px 3px #a3a3a3;
	-moz-box-shadow: 0px 0px 30px 3px #a3a3a3;
	box-shadow: 0px 0px 30px 3px #a3a3a3;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#collection_header {
	background-color: #e0e0e2;
	height: 100px;
	width: 920px;
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#breadcrumbs {
	height: 25px;
	width: 375px;
	margin-top: 10px;
	margin-left: 20px;
	float: left;
}
#info_wrapper {
	height: 120px;
	width: 960px;
}
#collection_info {
	float: right;
	width: 540px;
	height: 100px;
	margin-top: 10px;
	padding-right: 20px;
}
#description {
	
	float: right;
	height: 380px;
	width: 420px;
	margin-top: 30px;
	margin-right: 10px;
	padding: 20px;
}
#description_text {
	font-family: Open Sans;
	font-weight: 300;
	width: 100%;
}
.box-fixed {
	width:55px;
	position:fixed;
	top:250px;
	right:0px;
	z-index:1000;
	}
.transparent_class {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
#collections_left {
	float: left;
	width: 48%;
	padding-top: 20px;
}
#collections_right {
	float: right;
	width: 48%;
	padding-top: 20px;
}
#intro {
	background-color: #FFF;
	height: 210px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#intro_left {
	float: left;
	height: 180px;
	width: 390px;
	padding-top: 20px;
}
#intro_right {
	float: right;
	height: 190px;
	width: 520px;
	padding-top: 20px;
	padding-right: 20px;
}
#collection_images {
	height: 240px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e0e0e2;
	padding: 20px 10px;
}
#collection1 {
	float: left;
	height: 230px;
	width: 220px;
	background-color: #c30301;
}
#collection2 {
	float: left;
	height: 230px;
	width: 220px;
	margin-left: 20px;
	background-color: #c30301;
}
#collection3 {
	float: left;
	height: 230px;
	width: 220px;
	margin-left: 20px;
	background-color: #c30301;
}
#collection4 {
	float: right;
	height: 230px;
	width: 220px;
	margin-left: 20px;
	background-color: #c30301;
}
#footer {
	height: 240px;
	width: 940px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	clear: both;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 30px 3px #a3a3a3;
	-moz-box-shadow: 0px 0px 30px 3px #a3a3a3;
	box-shadow: 0px 0px 30px 3px #a3a3a3;
	margin-bottom: 10px;
}
#bottom {
	height: 40px;
	width: 100%;
	margin-top: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	clear: both;
	margin-bottom: 20px;
}
#bottom_links {
	height: 33px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-top: 5px;
}
#footer1 {
	float: left;
	height: 100%;
	width: 219px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dedee0;
}
#footer2 {
	float: left;
	height: 100%;
	width: 219px;
	margin-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dedee0;
}
#footer3 {
	float: left;
	height: 100%;
	width: 219px;
	margin-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dedee0;
}
#footer4 {
	float: left;
	height: 100%;
	width: 219px;
	margin-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dedee0;
}
#next {
	height: 27px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

.next_page:hover {
	font-family: Open Sans;
	font-size: 11px;
	color: #c30301;
	text-decoration: underline;
	float: right;
	height: 18px;
	margin-left: 5px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #666666;
	text-align: center;
}
.next_page {
	font-family: Open Sans;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	float: right;
	height: 18px;
	margin-left: 5px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #666666;
	text-align: center;
}
.current_page {
	font-family: Open Sans;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	float: right;
	height: 18px;
	margin-left: 5px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #666666;
	text-align: center;
	background-color: #eaeaea;
}
