/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

html {
	background: url(../images/general_images/footerbg.jpg) bottom left repeat-x;
}

body {
	background: url(../images/general_images/bg.jpg) top left repeat-x;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
    color: #787878;
	}

#warning {
    background: #DFFFE6;
    border: 1px solid #007F1D;
    color: #333;
    margin: 10px 0 5px 0;
    padding: 10px;
}
	    
p {
	margin: 0 0 3px 0;
	text-align: justify;
}	

label, legend {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif; /* Not Sure I Need This? */
}

h1, h2, h3, h4, h5 {
    font-family: Arial, Helvetica, sans-serif;
    color: #D455B3;
    font-weight: bolder; 
}

h1 {
    margin: 5px 0 0 0;
	padding: 1px 0 1px 0;
	font-size: 18px;
}

h2 {
	padding: 1px 0 1px 0;
	font-size: 17px;
}

h3 {
	font-size: 16px;
}
	
h4 {
	font-size: 14px;
}
	
h5 {
	margin: 0 0 3px 0;
	font-size: 13px;
}

.pink{
    color: #D455B3;
}

.blue{
    color: #3165CE;
}

.buttonSubmit, .buttonSubmitc, .buttonSubmitd{
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	cursor:pointer;
	border:none;
}

.buttonSubmit{
	width:69px;
	height:26px;
	background:url(../images/general_images/button.gif) no-repeat left top;
}

.buttonSubmitc{
	width:115px;
	height:26px;
	background:url(../images/general_images/buttonc.gif) no-repeat left top;
}

.buttonSubmitd{
	width:172px;
	height:38px;
	background:url(../images/general_images/buttond.gif) no-repeat left top;
}

.thickbox img{
    border: none;
    margin: 10px 5px 5px 5px;
}

#container {
	width: 980px;
	margin: 0px auto;
	text-align: left;
	padding: 0 0 5px 0;
	height: 100%
	}

#maincontentcontainer {
	border-top: 13px solid #B500B4;
	margin: 30px 0 0 0;
	padding: 0 0 5px 0;
}

#topbanner {
	width: 980px;
	height: 114px;
	padding: 0;
	margin: 0;
	}

#topbanner img {
	display: block;
	} 

#leftnav {
    width: 76%;
    float: left;
	padding: 8px 0 0 0;
	margin: 0 0 10px 0;
	}
	                                                                 
#rightnav{
	margin: 5px 0 10px 0;
	float: right;
	width: 23%;
	}

/* top navigation */

#nav {
	list-style: none;
	height: 30px;
	display: inline;
	overflow: hidden;
	}
		
#nav li {
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px;
	}
	
#nav a:hover {
	background-position: 0 -30px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -30px;
	}
	
#thome a  {
	width: 61px;
	background: url(../images/general_images/hometab.jpg) top left no-repeat;
	}

#tcontact a  {
	width: 61px;
	background: url(../images/general_images/contacttab.jpg) top left no-repeat;
	}

#tdelivery a  {
	width: 61px;
	background: url(../images/general_images/deliverytab.jpg) top left no-repeat;
	}

#tfaqs a  {
	width: 61px;
	background: url(../images/general_images/faqstab.jpg) top left no-repeat;
	}

#tbasket a  {
	width: 61px;
	background: url(../images/general_images/baskettab.jpg) top left no-repeat;
	margin-left: 442px;
	}

/*specific to right menu*/

#rightmenu_head1{
    width: 218px;
    height: 0px;
    padding: 37px 0 0 0;
    clear: both;
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    background: url(../images/general_images/rightmenu_ballooncategories.jpg) top left no-repeat;
	overflow: hidden;
	margin-top: 8px;
}

#rightmenu_head2{
    width: 218px;
    padding: 37px 0 0 0;
    height: 0px;
    clear: both;
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    background: url(../images/general_images/rightmenu_birthdayballoons.jpg) top left no-repeat;
	overflow: hidden;
	margin-top: 8px;
}

#rightmenu_securepayments{
    margin: 20px 0 0 0;
}

.categories {
	font-size: 9px;
	list-style: none;
	margin: 0;
	padding: 0;
	}

.categories li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
.categories a {
	float: left;
	text-align: center;
	height: 15px;
	width: 106px;
	padding: 4px 0 0 0;
	margin: 1px;
	border: 1px solid #FF00FF;
	background-color: #FFF0FF;
	text-decoration: none;
	color: #666666;
	}

.categories a:active, .categories a:hover, .categories a.selected {
	background-color: #FFFFFF;
	color: #FF00FF;
	}

/*specific to home page*/

#homepage_main_display_image{
    width: 250px;
    height: 400px;
    float: left;
}

#homepage_display_text_top{
    width: 480px;
    height: 400px;
    float: right;
}

#homepage_h1, #single_balloons_h1, #giant_balloons_h1, #special_bouquets_h1{
    font-size: 26px;
    width: 435px;
    height: 0px;
    margin: 25px 0 0 20px;
    padding-top: 98px;
    text-align: center;
    overflow: hidden;
}

#homepage_h1{
    background: url(../images/general_images/homepage_h1.jpg) top left no-repeat;
}

#single_balloons_h1{
    background: url(../images/general_images/singleballoons_h1.jpg) top left no-repeat;
}

#giant_balloons_h1{
    background: url(../images/general_images/giantballoons_h1.jpg) top left no-repeat;
}

#special_bouquets_h1{
    background: url(../images/general_images/specialbouquets_h1.jpg) top left no-repeat;
}

#homepage_display_text_top p{
    width: 388px;
    margin: 10px 0 0 55px;
    line-height: 15px;
}

#homepage_display_text_top h2{
    font-size: 18px;
    width: 309px;
    height: 0px;
    padding-top: 25px;
    margin: 30px 0 0 90px;
    background: url(../images/general_images/homepage_h2.jpg) top left no-repeat;
    overflow: hidden;     
}

#homepage_display_text_top ul{
    margin: 10px 0 0 45px;
    width: 400px;
}

#homepage_display_text_top li{
    display: inline;
    text-align: center;
}

#homepage_display_text_top a{
    text-decoration: none;  
}

#homepage_display_options {
	list-style: none;
	height: 90px;
	display: inline;
	overflow: hidden;
	}
		
#homepage_display_options li {
	display: inline;
	list-style-type: none;
	}

#homepage_display_options a {
	float: left;
	padding: 90px 0 0 0;
	overflow: hidden;
	height: 0px;
	}

#homepage_singleballoonoption a{
    width: 110px;
    background: url(../images/general_images/homepage_singleballoons.jpg) top left no-repeat;      
    margin: 10px 0 0 50px;
}

#homepage_giantballoonoption a{
    width: 110px;
    background: url(../images/general_images/homepage_giantballoons.jpg) top left no-repeat;      
    margin: 10px 0 0 28px;
}

#homepage_bouquetballoonoption a{
    width: 110px;
    background: url(../images/general_images/homepage_specialbouquets.jpg) top left no-repeat;
    margin: 10px 0 0 29px;      
}

#love_us_head{
    width: 263px;
    height: 0px;
    clear: both;
    text-align: center;
    font-size: 23px;
    padding-top: 50px;
    background: url(../images/general_images/homepage_whyloveus.jpg) top left no-repeat;
    overflow: hidden;
    margin: 0 0 18px 0;
}

#love_us_box1{
    width: 225px;
    height: 0px;
    float: right;
    text-align: center;
    padding-top: 82px;
    overflow: hidden;
    background: url(../images/general_images/homepage_satisfiedcustomers.jpg) top left no-repeat;
    margin: 0 14px 0 0;  
}

#love_us_box1 p{
    text-align: center;
}

#love_us_box2{
    width: 225px;
    height: 0px;
    padding-top: 82px;
    float: right;
    margin: 0 20px 0 20px;
    text-align: center;
    overflow: hidden;
    background: url(../images/general_images/homepage_personaltouch.jpg) top left no-repeat;  
}

#love_us_box2 p{
    text-align: center;
}

#love_us_box3{
    width: 225px;
    height: 0px;
    float: right;
    text-align: center;
    padding-top: 82px;
    overflow: hidden;
    background: url(../images/general_images/homepage_widedelivery.jpg) top left no-repeat;
    margin: 0px;  
}

#love_us_box3 p{
    text-align: center;
}

#love_us_box4{
    width: 225px;
    height: 0px;
    padding-top: 82px;
    float: right;
    text-align: center;
    overflow: hidden;
    background: url(../images/general_images/homepage_everyoccassion.jpg) top left no-repeat;
    margin: 30px 14px 0 0;     
}

#love_us_box4 p{
    text-align: center;
}

#love_us_box5{
    width: 225px;
    height: 0px;
    padding-top: 82px;
    float: right;
    margin: 30px 20px 0 20px;
    text-align: center;
    overflow: hidden;
    background: url(../images/general_images/homepage_greatvalue.jpg) top left no-repeat; 
}

#love_us_box5 p{
    text-align: center;
}

#love_us_box6{
    width: 225px;
    height: 0px;
    padding-top: 82px;
    float: right;
    margin: 30px 0 0 0;
    text-align: center;
    overflow: hidden;
    background: url(../images/general_images/homepage_bestextras.jpg) top left no-repeat;
}

#love_us_box6 p{
    text-align: center;
}

/* Specific to contact us page */

#contact_h1{
	height: 0px;
    width: 152px;
	background:url(../images/general_images/contact_h1.jpg) top left no-repeat;
	padding-top: 44px;
	overflow: hidden;
	margin: 10px 0 10px 0;
}

input, textarea {
    font-size: 13px;
    font-weight:normal;
    background:#FFFFFF none repeat scroll 0 0;
    border:2px solid #DDDDDD;
    padding:6px;
    margin: 2px 0 2px 0;
}

input:hover, textarea:hover {
    border-color:#CF00CF;
}

input:focus, textarea:focus {
    border-color:#CF00CF;
}

#contactdetails {
    margin: 10px 0 10px 0;
    padding: 0;
}

#contactdetails li {
    list-style: none;
}

#openhrs {
    float: right;
    background: url(../images/general_images/clock.jpg) top left no-repeat;
    margin: 20px 20px 0 10px;
    padding: 0 0 10px 60px;
}

#openhrs li {
    list-style: none;
}

#contactform{
    margin-top: 20px;
}

/* Specific to Delivery Page */

#delivery_h1 {
	background: url(../images/general_images/delivery_h1.jpg) top left no-repeat;
	padding-top: 44px;
	height: 0px;
	width: 180px;
	overflow: hidden;
    margin: 10px 0 10px 0;
}

#thickboxdeliveryoptions img {
    padding: 0 8px 0 0;   
}

#thickboxdeliveryoptions a {
    text-decoration: none; 
}


/* Specific to Faq Page */

#faq_h1 {
	background: url(../images/general_images/faq_h1.jpg) top left no-repeat;
	padding-top: 44px;
	height: 0px;
	width: 300px;
	overflow: hidden;
    margin: 10px 0 10px 0;
}

#faqlist{
    list-style: none;
    background-color:  #FFF0FF;
    border-top: solid #FF00FF;
    padding: 10px 0 10px 0;
}

#faqlist li{
	padding: 6px 0 4px 28px;
	background-image: url(../images/general_images/faqquestions.gif);
	background-repeat: no-repeat;
	color: #363636;
}

#faqlist div{
  margin: 5px 5px 5px 25px;
  color: #3165CE;

}

#faqlist li:hover{
	color: #FF00FF;
	cursor: pointer;
	}

/* Specific to product pages */

#product_boxextras {
	background: url(../images/general_images/product_boxextras.jpg) top left no-repeat;
	padding-top: 44px;
	height: 0px;
	width: 252px;
	overflow: hidden;
    margin: 10px 0 10px 0;
}

#productprice{
    margin-top: 110px;
    font-size: 25px;
    text-align: center;
    color: #3165CE;
    font-family: Arial, Helvetica, sans-serif;   
}

.pricepagepara
{
    color: #FF00FF;
    font-size: 12px;
    text-align: center;
}

#product_single_bigballoonimg{
    float: left;
    width: 200px;
    height: 300px;
    margin: 10px 0 0 33px;
}

#product_single_bouquetoptions{
    float: right;
    width: 455px;
    height: 300px;
    margin-top: 10px;    
}

#product_single_whatsinthebox{
    float: left;
    width: 275px;
    height: 150px;
    margin-top: 10px;
}

#product_single_basketbuttonrefnum{
    float: right;
    width: 455px;
    height: 150px;
    margin-top: 10px;   
}

#product_single_boxextras{
	background: url(../images/general_images/product_boxextras.jpg) top left no-repeat;
	padding-top: 44px;
	height: 0px;
	width: 252px;
	overflow: hidden;
    margin: 10px 0 10px 0;
    clear: both;
}

#bouquetoption1, #bouquetoption2, #bouquetoption3{
    font-size: 12px;
    width: 106px;
    text-align: center;
    float: left;
    padding:15px 0 0 34px;
    margin-top: 30px
}

#product_single_basketbuttonrefnum .buttonSubmitc{
    margin: 5px 0 0 170px;
}

#product_single_basketbuttonrefnum .pricepagepara{
    margin-top: 45px;
}

.bouquet_img{
    width: 100px;
    height: 180px;
}

#product_box {
    float: left;
    width: 460px;
    height: 400px;
    border: 1px solid #EFEFEF;
    margin-top: 10px;
}

#product_right_nav{
    float: right;
    width: 280px;
    height: 400px;
    margin-top: 10px;
}

#product_right_nav img{
    margin: 40px 0 0 15px;
}

#product_right_nav .buttonSubmitc{
    margin: 10px 0 0 82px;
} 

#product_boxL {
    width: 247px;
    height: 400px;
    border-right: 1px solid #EFEFEF;
    float: left;
}

#product_boxL img{
    padding: 3px 0 0 3px;
}

#product_boxR1 {
    width: 199px;
    height: 200px;
    border-bottom: 1px solid #EFEFEF;
    float: right;
}

#product_boxR1 img{
    width: 199px;
    height: 199px;
    margin: 0px;
    padding: 0px;
}

#product_boxR2 {
    width: 100px;
    height: 100px;
    border-right: 1px solid #EFEFEF;
    float: left;
}

#product_boxR3 {
    width: 99px;
    height: 100px;
    float: right;
}

#product_boxR4 {
    width: 100px;
    height: 100px;
    float: left;
    border-top: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
}

#product_boxR5 {
    width: 99px;
    height: 100px;
    float: right;
    border-top: 1px solid #EFEFEF;
}

#addon_table{
    margin: 10px 0 0 0;
    width: 745px;
    float: left;
    clear: both;
}

#addons_table{
    font-size: 12px;
}

#rotatefeatures{
    width: 95px;
    height: 95px;
    overflow: hidden;
}

#addon_table table{
    width: 745px;
}

#delpic {
	margin: 4px 0 4px 2px;
	height: 162px;
	width: 213px;
}

#bouquetthumb1{
    position: absolute;
    margin: -141px 0 0 -53px;
    width: 60px;
    height: 60px;
}
#bouquetthumb2{
    position: absolute;
    margin: -146px 0 0 -46px;
    width: 60px;
    height: 60px;
}
#bouquetthumb3 {
    position: absolute;
    margin: -151px 0 0 -53px;
    width: 60px;
    height: 60px;
}

#bigballoonimg {
  width: 200px;
  height: 200px;
  margin: 30px 0 0 0;
  padding: 0;
}

/* Specific to basket page */

#baskettable {
    padding: 5px;
    margin: 0;
    text-align: center;
}

#baskettable p{
    text-align: center;
}

#baskettable tr{
    background: #FDDFFF;
}

#baskettable img{
    border: 0;
    padding: 3px 0 3px 0;
}    

#baskettable p{
    color: #FF00FF;
}

#basketform{
	margin: 20px 0 0 280px;
}

#basket_h1 {
	background: url(../images/general_images/basket_h1.jpg) top left no-repeat;
	padding-top: 44px;
	height: 0px;
	width: 157px;
	overflow: hidden;
    margin: 10px 0 10px 0;
}
                                                                                   
/* Specific to Category Page */

#balloondisplay {
	border: 1px solid #FF00FF;
	clear: both;
	background: #FFDFFF;
	padding-top: 2em;
	padding: 12px 0px 8px 15px;
}

#categorypics img {
	padding: 0 3px 2px 0;
	border: 0px;
	margin: 0px;
	}
            
#balloontype {
	position: relative;
	width: 100%;
	height: 3em;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#balloontype ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#balloontype ul#primary li  {
	display: inline;
	list-style: none;
}

#balloontype ul#primary a,#balloontype ul#primary span,#balloontype ul#primary a.selected {
	width: 130px;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-decoration: none;
	color: #333;
}

#balloontype ul#primary span,#balloontype ul#primary a.selected,#balloontype ul#primary a.selected:hover {
	border: 1px solid #FF00FF;
	border-bottom: none;
	background: #FFDFFF;
	padding-bottom: 6px;
	margin-top: 0;
	color: #FF00FF;
}

#balloontype ul#primary a {
	background: #FFFFFF;
	border: 1px solid #FF00FF;
	border-bottom: none;
}

#balloontype ul#primary a:hover {
	margin-top: 0;
	border-color: #FF00FF;
	background: #FFDFFF;
	padding-bottom: 5px;
	color: #FF00FF;
}

/* Specific to terms and conditions */

#terms_h1 {
	background: url(../images/general_images/terms_h1.jpg) top left no-repeat;
	padding-top: 44px;
	height: 0px;
	width: 228px;
	overflow: hidden;
    margin: 10px 0 10px 0;    
}

/* Specific to sitemap */

#sitemap_h1 {
	background: url(../images/general_images/sitemap_h1.jpg) top left no-repeat;
	padding-top: 44px;
	height: 0px;
	width: 228px;
	overflow: hidden;
    margin: 10px 0 10px 0;
}
    
#sitemap_mainpages li{
    display: inline;
    margin: 0 18px 0 0;
}

#sitemap_mainpages{
    margin: 10px 0 10px 0;
}        

#sitemap_gencat li{
    display: inline;
    margin: 0 18px 0 0;
}        

#sitemap_gencat{
    margin: 10px 0 10px 0;
}        

#sitemap_birthcat li{
    display: inline;
    margin: 0 18px 0 0;
} 

#sitemap_birthcat{
    margin: 10px 0 10px 0;
}        

.sitemap_products li{
    display: inline;
    margin: 0 18px 0 0;
} 

.sitemap_products{
    margin: 10px 0 10px 0;
}        


/* Specific to privacy policy */

#privacy_h1 {
	background: url(../images/general_images/privacy_h1.jpg) top left no-repeat;
	padding-top: 44px;
	height: 0px;
	width: 162px;
	overflow: hidden;
    margin: 10px 0 10px 0;    
}

/* Specific to thank you email */

#thankyouemail_h1 {
	background: url(../images/general_images/thankyouemail_h1.jpg) top left no-repeat;
	padding-top: 44px;
	height: 0px;
	width: 106px;
	overflow: hidden;
    margin: 10px 0 10px 0;    
}

/* Specific to footer page */

#footer {
    height: 172px;
    clear: both;
	width: 980px;
	margin: 10px 0 0 0;
	text-align: left;
	border-top: 13px solid #B500B4;
	background-color: #EFEBEF;
	font-size: 10px;
	}

#footer ul{
    margin: 10px 16px 0 10px;
    padding: 0;
    list-style: none;
    width: 130px;
    float: right;
}

#footer li{
    text-align: center;
    color: #ff00ff;
    display: block;
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 1.3em;
}

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

#footer li a{
  display:block;
}

#footerbadge{
    float: right;
    margin: 5px 35px 0 15px;
}

#footerbadge img{
    width: 110px;
    height: 118px;
}