/* @group DEFAULTS */

a img,:link img,:visited img {
	border: none
}

a,a:link {
	outline: none !important;
}

ul,ol {
	list-style: none
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0
}

address {
	font-style: normal
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* @end */

/* @group BASICS */

html,body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #555;
	margin: 0;
	padding: 0;
	width: 100%;
}

body {
	background: #fff url(../images/main/bg.jpg) repeat-x center top;
}

a,a:link,a:active,a:visited {
	color: #000;
}

a:hover {
	color: #cb0000;
}

/* @end */

/* @group MESSAGES */

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url(../images/messages/info.png);
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/messages/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/messages/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/messages/error.png');
}

.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('../images/messages/validation.png');
}

/* @end */

/* @group HEADER */

#header {
	background-image: url(../images/main/header.jpg);
	width: 901px;
	height: 169px;
	overflow: hidden;
	margin: 0 auto 10px auto;
}

#header h1 {
	display: none
}

#header ul {
	width: 861px;
	height: 30px;
	margin-left: 40px;
	margin-top: 128px;
	overflow: hidden;
	text-transform: uppercase;
}

#header ul li {
	float: left;
	height: 30px;
	text-align: center;
}

#header ul li a,#header ul li a:link,#header ul li a:active,#header ul li a:visited {
	background: url(../images/main/nav.jpg) repeat-x;
	line-height: 30px;
	display: block;
	height: 100%;
	width: 100px;
	padding: 0 7px;
	color: #fff !important;
	text-decoration: none !important;
	text-align: center;
	margin-right: 3px !important;
}
#header ul li a:hover {
	background: url(../images/main/nav.jpg) repeat-x 0 bottom;
}

#header #head_address{
	position:relative;
	top:60px;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	width:300px;
	float:right;
	text-align:left;
}

#buy_now_button{
	position:relative;
	background-image: url(../images/main/buyflowersnow.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	float:right;
	width:199px;
	height:32px;
	top:-35px;
	left:-150px;
	padding-top:2px;
	text-align:center;
}

/* @end */

/* @group CONTENT */

#content {
	width: 850px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(../images/main/body.gif) no-repeat right top;
}

#content h2 {
	font-size: 2.4em;
	border-bottom: 2px solid #ccc;
	font-weight: normal;
	margin-bottom: 20px;
	color: #E41746;
}

#content h3 {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 20px;
}

#content #buyNowContainer { height:35px; padding-bottom:20px;}

#content p {
	margin-bottom: 15px;
}

#content #photos .photo,#content #photos_no .photo {
	float: left;
	width: 100px;
	height: 150px;
	margin: 0 15px 15px 0;
	text-align: center;
}

#content #photos .photo img,#content #photos_no .photo img {
	border: 2px solid #ccc;
}


/* @end */

/* @group FOOTER */

#footer {
	position: relative;
	left: 1px;
	width: 871px;
	background-color: #E41746;
	padding: 15px;
	color: #fff;
	margin: 0 auto;
}

#footer a,#footer a:link {
	color: #fff !important;
}

#footer ul li {
	float: left;
	margin-right: 10px;
}

.facebook { padding:20px;}
.twitter { }
.bow { float:left;}
.slides { float:right;}

/* @end */
