/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 0px;
	padding: 0px;
	margin-left:auto;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: normal;
}

a:link, a:visited  {
	color: #006633;
	text-decoration: none;
}

a:hover, a:active{
	color:#660099;
	text-decoration: none;
}
/* overrides decoration from previous rule for hovered links */

h1{
	font-family: Baskerville, "Times New Roman", Times, serif;
	font-size:18pt;
	color: #006633;
	font-style: italic;
	letter-spacing: 0.5em;
	font-weight: normal;
}

h2{
	font-size: 11px;
	font-variant: normal;
	color: #666666;
	letter-spacing: 0.5em;
	line-height: 17pt;
	font-weight: normal;
}


h3{
	font-family: Baskerville, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #006633;
	font-variant: normal;
	font-style: italic;
	font-weight: normal;
}

h4{
	font-size: 100%;
	font-weight: bold;
 	color: #990000;
}

h5{
 font-size: 100%;
 color: #990000;
}

img{
	margin:0px;
	padding:0px;
	border: 0px;
}

form {
}

table {
	width:auto;
}
table table {
	width:100%;
}

th {
	color: #006633;
	background-image: url(../images/dgback.gif);
	vertical-align:top;
	text-align:left;
	padding:2px;
}

td {
	vertical-align:top;
}


ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: none;
}

label{
}

.smallcaps {
	font-size: 11px;
	font-variant: normal;
	color: #666666;
	letter-spacing: 0.5em;
	line-height: 17pt;
}
				
.red {
	color: #990000;
}
.green {
	color: #006600;
}
.blue {
	color: #003366;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0px;
	padding: 0px;
	border-bottom: 0px none #cccccc;
	width: 100%;
	white-space: nowrap;
	background-color: #FFFFFF;
}

#address {
	text-align: right;
	float: right;
	padding: 5px 10px 5px 0px;
	font-size: 11px;
}
#logo {
	text-align: left;
	padding-top: 0px;
}
#banner {
	width: 100%;
	height: 205px;
	clear: left;
}
#banner img {
	padding-right: 8px;
	padding-left: 0px;
}

#wrapper{
	width: 910px;
	margin: auto;
	margin-left: auto;
	padding-left:20px;
}


#content{
	margin: 0px;
	width: auto;
	height:auto;
}
#content strong {
	color: #006633;
}
#content.home {
	background-image: url(../images/home-back_08.jpg);
	background-repeat: no-repeat;
	padding: 100px 400px 0 10px;
}

.testimonial {
	background-image: url(../images/testimonials-back_06.jpg);
	background-repeat: no-repeat;
	padding: 150px 375px 0 10px;
}

.christmas {
	background-image: url(../images/christmas-back_08.jpg);
	background-repeat: no-repeat;
	padding: 175px 375px 0 10px;
}

.gallery {
	background-image: url(../images/gallery-back_06.jpg);
	background-repeat: no-repeat;
	padding: 100px 350px 0 10px;
}

.weddings {
	background-image: url(../images/weddings-back_08.jpg);
	background-repeat: no-repeat;
	padding: 100px 350px 0 10px;
}

.events {
	background-image: url(../images/events-back_08.jpg);
	background-repeat: no-repeat;
	padding: 120px 375px 0 10px;
}
.contact {
	background-image: url(../images/contact-back_08.jpg);
	background-repeat: no-repeat;
	padding: 150px 350px 0 10px;
}
.basket {
	background-image: url(../images/logo-back_06.gif);
	background-repeat: no-repeat;
	padding: 20px 10px 0 10px;
}
.shop {
	background-image: url(../images/logo-back_06.gif);
	background-repeat: no-repeat;
	padding: 10px 10px 0 10px;
}
.default {
	background-image: url(../images/port-back_05.jpg);
	background-repeat: no-repeat;
	padding: 40px 50px 0 10px;
}


#mainarea {

}

#mainarea table {
	width:auto;
	border: 1px solid #999999;
}
#mainarea table table {
	width:100%;
	border: 1px none #999999;
}

#mainarea th {
	background-color: #006633;
	background-image:none;
	color: #FFFFFF; 
	vertical-align:top;
	text-align:left;
	padding:2px;
}

#mainarea td {
	border: 1px solid #999999;
	vertical-align:top;
}



/***********************************************/
/*Component Divs                               */
/***********************************************/

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


/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px 0px 10px;
	border-bottom: 1px none #000099;
}


/************* #globalNav styles **************/

#navBar{
	margin: 0px;
	padding: 0px;
	width: auto;
	background-image: url(../images/nav-back_02.gif);
	background-repeat: no-repeat;
	white-space: nowrap;
	height: 76px;
}
#navBar img {
	float: left;
}

#navlinks{
	color: #333333;
	font-size:12px;
	margin-left:50px;
	white-space: nowrap;
	}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#navlinks ul {
	list-style:none;
	display: inline;
	margin:0;
	padding:0;
}

#navlinks li {
	list-style:none;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align: center;
	width: auto ;
}

#navlinks a, #navlinks a:visited{
	color:#006633;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

#navlinks a:hover{
	color:#990000;
	text-decoration: underline;
	padding: 0px;
}

#navlinkx{
	font-family: Baskerville, "Times New Roman", Times, serif;
	font-size:20px;
	font-style:italic;
	font-weight: 600;
	color: #669966;
	margin-left:50px;
	padding-top:40px;
	letter-spacing: normal;
	white-space: nowrap;
	}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#navlinkx ul {
	list-style:none;
	display: inline;
	margin:0;
}

#navlinkx li {
	list-style:none;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding:0px 20px 0px 20px;
	text-align: center;
	width:100px;
}

#navlinkx a, #navlinkx a:visited{
	color:#669966;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

#navlinkx a:hover{
	color:#336633;
	text-decoration: none;
	padding: 0px;
}

#adminlinks{
	color: #333333;
	background-color:#CCFFCC;
	display: block;
	font-size:small;
	margin:5px;
	white-space: nowrap;
	}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#adminlinks ul {
	list-style:none;
	display: inline;
	margin:0px;
	padding:0px;
}

#adminlinks li {
	list-style:none;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	width: auto ;
}

#adminlinks a, #adminlinks a:visited{
	color:#006633;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
}

#adminlinks a:hover{
	color:#990000;
	text-decoration: underline;
}



/************* #footer styles ***************/

#footer{
	clear: both;
	font-size: 10px;
	color: #333333;
	margin-top: 0px;
	text-align: center;
	padding: 10px;
	height: auto;
	border-top: 1px solid  #cccccc;
}
/* negative top margin pulls footer up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#footer  a:link, #footer  a:visited {
	text-decoration:none;
}
#footer  a:hover {
	color: #990000;
	text-decoration:underline;
}



/*********** #navBar link styles ***********/


#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
border-bottom: 1px none #CCCCCC;
}

/* fix for browsers that don't need the hack 
html>body #navBar li {border-bottom: none;}*/
#orderinfo {
	float: right;
	width: 340px;
}
#productarea {
	float: left;
	width: 540px;
	margin-top:40px;
}
#productarea th {
	padding:10px;
	color: #006633;
	font-weight:normal;
	margin-bottom:10px;
	background-image: url(../images/lgback.gif);
	background-color:none;
}
#productarea p, form {
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:5px;
}
#orderinfo h1 {
	font-size: 24px;
	letter-spacing: 0.5ex;
	background-color:none;
}
hr {
	border: 1px solid #CCCCCC;
}
#content.basket th {
	color: #006633;
	background-image: url(../images/dgback.gif);
	text-align: right;
}
#content.basket td {
	color: #006633;
	background-image: url(../images/lgback.gif);
	text-align: right;
}
#content.testimonial h1{
	font-size:12pt;
	font-style: italic;
	letter-spacing: normal;
}

#content.testimonial h2{
	font-size: 11px;
	font-variant: normal;
	color: #666666;
	letter-spacing: 0.5em;
	line-height: 17pt;
	font-weight: normal;
}
