/* Author & Designer */
Redbox Design Default Stylesheet
Author and Designer: Graham Copestake
Email: graham@redboxdesignuk.com
/* ------ */


/* Reset Browser Default CSS Styles. Based on work by Eric Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* End of Browser Reset */




/* CSS DOCUMENT */


body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: "Verdana", Geneva, Lucida, Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(images/manna-flowers-bkgd.jpg) repeat-x;
}

#wrapper{ 
	width: 900px;
	margin: auto;
}


#banner{
	margin: 0;
	padding: 0;
}


#banner p {
	text-align: center;
}

.special-flash {
	position: relative;
	margin: -120px 0 0 500px;
	width: 160px;
}


.social {
	position: absolute;
	margin-left: 740px;
	width: 160px;
	margin-top: 50px;
	
}

.social ul {
	margin: 0;
	padding: 0;
	
}

.social ul li {
	margin-bottom: 10px;
	
}





#contentWrapper {
	position: relative;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin-top: 29px;
	padding-top: 0px;
	width: 896px;
	height: 400px;
	
}

#text{
	clear: none;
	float: left;
	width: 370px;
	margin-left: 10px;
}

#main{
	float: right;
	padding-top: 0px;
	margin: 0 10px 0 15px;
	width: 400px;
	height: 400px;
}
	

#sideimage{
	float: left;
	background: #000351;
	height: 400px;
	margin-bottom: -20px;
	border-right: 3px solid #E6E6E6;
}

#sideimage div{position:absolute;z-index:1;}
#sideimage div.active{z-index:3}
#sideimage img{display:block}
	




/* h1, h2, h3, h4, h5, h6, p */

h1{
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: -20px;
	font: 1.3em "Verdana", Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
}

h2 {
	font: bold 1.2em "Verdana", Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}

h3 {
	text-align: center;
	color: #FFFFFF;
	margin-top: -20px;
	margin-bottom: 20px;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

p {
	color: #555555;
	font-size: 1.1em;
	word-spacing: 2px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.4em;
}

/* End of h1, h2, h3, h4, h5, h6, p */



/* NAVIGATION BAR */		
		
		
#Nav {
	border: 1px solid #FFFFFF;
	background: #020633;
	margin-top: 10px;
	margin-bottom: 0px;
	width: 896px;
	float: left;
}

#Nav ul {
	list-style: none;
	margin-top: 3px;
	padding-left: 0px;
	margin-left: 0;
	display: inline;
	
}

#Nav li {
	list-style-type: none;
	float: left;
	margin: 0;
	background: #020633;
	padding-top: 3px; 
	padding-bottom: 3px;
}

#Nav li a, #mainNav li a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 12px 0px 12px;
	text-transform: uppercase;
	font: bold 7pt "Verdana", Geneva, Lucida, Arial, Helvetica, sans-serif;
	margin-top: 1px;
}

#Nav li a:hover {
	color: #FFFFFF;
	background: #27313d;
	padding-top: 3px;
	padding-bottom: 3px;

}


body#aboutus a#aboutuslink, 
body#bouquets a#bouquetslink, 
body#weddings a#weddingslink, 
body#corporate a#corporatelink, 
body#sympathy a#sympathylink, 
body#links a#linkslink, 
body#christmas a#christmaslink,
body#ordering a#orderinglink,
body#contactus a#contactuslink{
	color: #000066;
	background: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 3px;
}


/*#Nav #christmaslink
{
	color: #FFFFFF;
	background: #57849b;
	padding-top: 3px;
	padding-bottom: 3px;
}*/ 

/* IE 6 hack to make entire button clickable */
* html #mainNav a { width: px; }
/* End of IE 6 hack to make entire button clickable */


/* END OF NAVIGATION BAR */



/* MAIN BODY */


#main ul {
	list-style: none;
}

#main li {
	margin-bottom: 7px;
	list-style-type: none;
}

#main li a {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000351;
	font-weight: bold;
	font-size: 1.1em;
}

#main li a span {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
}

#main li a:hover{
	text-decoration: underline;
}
/* END OF MAIN BODY */
	
	
	

/* GALLERY PAGE */


.scrollable{
	margin-bottom: 5px;
	margin-left: 5px;
	position: relative;
	text-decoration: none;
	width: 380px;
	height: 260px;
	position:relative;
	overflow:hidden;
}

.scrollable p{
	margin-bottom: 2px;
}


.scrollable .items {
    /* this cannot be too large */
	width:20000em;
    position:absolute;
    clear:both;
}

.items div {
    float:left;
    width:680px;
}


a.next{
	width:20px;
	heigth: 20px; 
	float: right;
	margin-right: 25px;
	margin-top: 10px;
}

a.prev{
	width:20px;
	heigth: 20px;
	float: left;
	margin-top: 10px;
}

/* disabled navigational button */
a.disabled {
    visibility:hidden !important;
}

#gallerylink {
	margin-top: 10px;
	margin-bottom: 20px;
}

#gallerylink a{
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
}

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

img.gallerybow{
	float: left;
	margin-right: 3px;
	margin-top: -6px;
	margin-left: -3px;
}

/* END OF GALLERY PAGE */





/* CONTACTS PAGE */
	

.seperator li{
	color: #333333;
	list-style-type: none;
	margin-left: -38px;
}

.seperator li span{
	color: #000066;
	font-size: 1.5em;
	font-weight: bold;
}


.seperator ul{
	border-bottom: 1px dashed #999999;
	margin-bottom: 15px;
}

.seperator a{
	color: #000066;
	text-decoration: none;
	list-style-type: none;
}

.seperator a:hover{
	text-decoration: underline;
}

#subForm {
	font-size: 1em;
	padding-top: 5px;
	margin-bottom: -30px;
}

#subForm p{
	margin: 0 0 1em 0;
	padding: 0;
}

#subForm .label {
	float: left;
	width: 340px;
	margin-right: 50px;
	text-align: left;
	font: Century Gothic, Gill Sans, Arial, sans-serif;
	clear: both;
	color: #000066;
}

input#send {
	margin-left: 225px;
	background-color: #000066;
	border: 1px solid #000066;
	color: #FFFFFF;
	width: 100px;
	font-weight: bold;
	font: Century Gothic, Gill Sans, Arial, sans-serif;
	font-size: 1em;
}



input#realname, input#email, input#number, input#emailbox, input#phonebox, input#wedding, textarea#message {
	width: 340px;
	border: 1px solid #000066;
	background: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: .5px;
}

input#realname:focus,
input#email:focus,
input#number:focus,
input#emailbox:focus,
input#phonebox:focus,
input#wedding:focus,
textarea#message:focus,

}
/* END OF CONTACTS PAGE */




/* FADER BAR */


#fader{
	padding: 0 50px 30px 50px;
}
	
#fader span{
	color: #f0d6a3;
	font-size: 1.2em; 
}

#fader a{
	font-size: 1.25em;
	text-decoration: none;
	text-transform: uppercase;
}	

/* END OF FADER BAR */





/* FOOTER BAR */
#footer-home{
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-top: 120px;
}


#footer{
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#footer-nav{
	height: 10px;
	
}

#footer-nav ul {
	list-style: none;
	position: relative;
	margin: 5px auto;
	padding-left: 0;
	text-align: center;
}

#footer-nav li {
	list-style-type: none;
	
}

#footer-nav li a, #mainNav li a:link {
	color: #888888;
	text-decoration: none;
}

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

#footer-lower{
	margin: 50px auto;
}

#footer-lower ul {
	list-style: none;
	position: relative;
	margin: 20px auto;
	padding-left: 0;
	text-align: center;
}

#footer-lower li {
	list-style-type: none;
	padding-bottom: 15px;
	text-align: center;
}

#footer-lower li a, #mainNav li a:link {
	color: #888888;
	text-decoration: none;
}

#footer-lower li a:hover {
	text-decoration: underline;
}
/* END OF FOOTER BAR */


/* END OF CSS DOCUMENT */