/*
	Sussex Internet
	
	Screen Styles for O Zone Weddings
	
	Created by James Martin	
	on: 11/01/06

*/

/* Start of tag styles */

body
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	word-spacing:0.15em;
	letter-spacing:0.01em;
	margin:0;
	padding:0;
	background-image:url(../images/side_bar.jpg);
	background-position:top right;
	background-repeat:repeat-y;
/*	padding-right:50px; */
	}
	
img
	{
	
	border:none
	}
ul
	{
	margin:0;
	padding-bottom:0
	}

li	
	{
	display:inline;
	}
/* End of tag styles */

/* Start of universal styles */

.bold
	{
	font-weight:bold
	}
	
.italic
	{
	font-style:italic
	}
	
.underline
	{
	text-decoration:underline
	}
	
.left
	{
	text-align:left
	}
	
.centre
	{
	text-align:center
	}

.right
	{
	text-align:right
	}
	
.justify
	{
	text-align:justify
	}
.cat_menu
	{
	line-height:24px;
	font-weight:bold;
	}
.cat_menu a
	{
	color:#606180;
	text-decoration:none;
	}
.cat_menu a:hover
	{
	border-bottom:dotted 1px #606180;
	}

.page_menu_1
	{
	display:inline
	}
	
.clear
	{
	clear:both;
	}
	
.product_content
	{
	width:auto;
	line-height:24px;
	font-weight:bold;
	color:#606180;
	text-decoration:none;
	}
	
.product_block
	{
	width:auto;
	display:inline
	}
	
.blue
	{
	color:#000099;
	font-weight:bolder;
	text-align:center;
	}
.blue a
	{
	color:#000099;
	font-weight:bolder;
	text-align:center;
	}
.range
	{
	font-size:20px;
	font-weight:bolder;
	color:#000000;
	text-align:center;
	}
.range a
	{
	font-size:20px;
	font-weight:bolder;
	color:#000000;
	text-align:center;
	}
	
.clear
	{
	clear:both;
	}

/* End of universal styles */


/* Start of site structure */
#logo
	{
	height:147px;
	padding:0px;
	margin:0px;	
	background-image:url(/images/logo.jpg);
	background-position:center;
	background-repeat:no-repeat
	}
	
#menubar
	{
	background-color:#bec0fd;
	padding-left:20px;
	padding-top:4px;
	padding-bottom:4px;
	}
	
#menubar a
	{
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	margin-right:20px;
	}	
	
#menubar a:hover
	{
	text-decoration:none;
	border-bottom:dotted 1px #ffffff;
	font-weight:bold;
	color:#FFffff;
	margin-right:20px;
	}
	
#heading	
	{
	width:500px;
	padding-left:30px;
	margin-top:15px;
	height:50px;
	background-image:url(../images/heading.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}
	
#main
	{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	float:left;
	width:auto;
	margin-top:25px;
	margin-left:60px;
	margin-right:45px;
	color:#606180;
	font-weight:bold;
	}
#main a
	{
	line-height:24px;
	font-weight:bold;
	text-decoration:none;
	}
#main a:hover
	{
	text-decoration:none
	}	
	
#video
	{
	float:left;
	margin-top:60px;
	}

#img
	{
	float:right;
	margin-right:50px;
	height:300px;
	width:200px;
	background-image:url(../images/Animation.gif);
	background-repeat:no-repeat;
	}
	
#footer
	{
	margin-top:35px;
	float:left;
	text-align:center;
	width:100%;
	}


/* End of site structure */

.product-block {
  clear:both;
  margin-bottom:20px
}

.product-image {
  float:left;
  width:150px
}

.product-text {
  float:left;
  width:500px
}

/* End of document */


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul
	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

/*Top level list items*/
.suckertreemenu ul li
	{
	position: relative;
	display: inline;
	float: left;
	}

/*Top level menu link items style*/
.suckertreemenu ul li a
	{
	display: inline;
	width: auto; /*Width of top level menu link items*/
	padding:10px;
	background:#CCCCCC;
	text-decoration: none;
	color: navy;
	font-size:14px;
	}
	
/*1st sub level menu*/
.suckertreemenu ul li ul
	{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li
	{
	display: list-item;
	float: none;
	}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul
	{ 
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
	}

/* Sub level menu links style */
.suckertreemenu ul li ul li a
	{
	display: block;
	width: 180px; /*width of sub menu levels*/
	color: navy;
	text-decoration: none;
	padding: 1px 5px;
	}

.suckertreemenu ul li a:hover
	{
	color: white;
	}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon
	{
	}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon
	{
	background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
	}

* html p#iepara
	{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
	}

.suckertreemenu
{
float:left;
width:845px;
}

#treemenu1 a
{
float:left;
width:188px;
position:relative;
}
	
/* Holy Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */