@charset "utf-8";
/* CSS Document */
body {
	font-family:Verdana, Geneva, sans-serif; 
	margin: 0px; 
	padding:0px; 
	text-align:center; 
	font-size:12pt;
	background-image:url(../images/backgrounds/Background_bw_snowflakes.jpg)
}
#container{ margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 790px;
	padding: 5px;
	border-width: 2px;
	border-color: #369;
	border-style:outset;
	background-image:none; 
	background-color:#ffffff;
} /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
#innerBorder {
	border-width: 4px;
	border-color: #09D;
	border-style: solid;
}

a img {border:none;}

/*--------------------MAIN CONTENT-------------------*/
#main { }
/* ------------HEADER------------*/
#header {margin:0;}
#header img {margin: 0;}
#logo {	}
/* ------------NAVIGATION MENU------------*/
#pageHome a#linkHome
, #pageGall a#linkGall
, #pageOrde a#linkOrde
, #pageChil a#linkChil
, #pageCont a#linkCont
, #pageFaq a#linkFaq
, #pageTest a#linkTest
{color:#ffffff;}

#nav_menu {
	padding-bottom: 10px;
	padding-top: 10px;
	background-color:#09D;
}
/* Get rid of the margin, padding and bullets in the unordered lists */
#nav_menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
#nav_menu ul li {
	list-style: none; 
	margin: 0; 
	display: inline; 
}
/* Set up the link size, color and borders */
#nav_menu ul li a, #nav_menu ul li a:visited {
	padding-left: 25px;
	padding-right: 25px;
	color:#3FF;
	text-decoration:none;
}
#nav_menu ul li a:link:hover, #nav_menu ul li a:visited:hover {
	color:#ffffff;
	text-decoration:none;
}
/*  --these set the dividers for nav menu */
.li_left {
	border-color: #0FF;
	border-style:solid;
	border-width:thin;
	border-top:none;
	border-bottom:none;
	border-right:none;
}
.li_right {
	border-color: #0FF;
	border-style:solid;
	border-width:thin;
	border-top:none;
	border-bottom:none;
}

#tagline .soc_med { float:right;
width: 100px;}

#tagline .soc_med ul {
	padding:0;
	margin:0;
	list-style-type: none;}

#tagline .soc_med li {	display: inline; 
list-style: none; padding-left: 2px;
}
#tagline .soc_med ul li a {text-decoration: none; border:0px;}
#tagline .soc_med ul li a img {border:0px;}

/*---------SUB-MENU--------------------*/
ul.subMenu {
	text-align: left;
	padding-left: 10px;
}
ul.subMenu li {
	list-style: none;
	font-size: 12px;
}

ul.subMenu li a {
	color: #F06;
}

ul.subMenu li a:hover {
	color: #F06;
}
ul.subMenu li a:before {
	content: url(../images/icons/arrow_22.gif);
}

/* ------------TAGLINE------------*/
#tagline, p.picTitle {
	padding: 10px;
	padding-top:5px;
	color: #F06;
	font-size:24px;
}

#content {
	font-size:12px;
	text-align:left;
	color: #069;
}

h1 {
	color: #ffffff;
	background-color:#57D3F5;
	font-size:16px;
}
.l_col h1 {
	margin-left: -10px;
	padding-left: 10px;
}

.r_col h1 {
	margin-right: -10px;
	padding-right: 10px;
}

.f_col h1 {margin-left: -10px; padding-left: 10px; margin-right: -10px; padding-right: 10px;}

h2 {
	font-size: 14px; 
	color:#F06; 
	line-height:14px; 
}

p { text-align:justify;}

a { 
	color: #F06;
	text-decoration:none;
}
a:hover {color:#006699;}

ul {
	list-style:none;
	margin: 0px;
	padding-left: 0px;
}

/*-------------------CONTENT COLUMNS-----------------------*/
.m_col {
	clear: both; 
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}
.l_col {
	float: left; 
	width: 375px; 
	margin: 0;
}
.r_col {
	float: right; 
	width: 375px; 
	margin: 0;
}

.l_col_a {
	float: left; 
	width: 230px;
	margin-left:5px;
	margin-right:5px;
}

.r_col_a {float:right; 
	width: 230px; 
	margin:0 auto;
}

.l_col_a img, .r_col_a img {
	border-color:#666;
	border-width:2px;
	border-style:inset;
	margin-top: 5px;
	margin-left:5px;
}

.l_col_t {width: 150px;}

.r_col_t {width: 600px;}

.img_cont .l_col_c {
	float: left; 
	width: 115px;
	margin-left:0px;
	margin-right:5px;
}

.img_cont .r_col_c {float:right; 
	width: 130px; 
	margin:0 auto;
}

.img_cont .l_col_c img, .img_cont .r_col_c img {
	border-color:#666;
	border-width:2px;
	border-style:inset;
}
/*-------------------INDEX LAYOUT-----------------------*/

#pageHome .m_col .f_col {text-align: center;}


#pageHome .m_col .f_col img { padding-bottom: 10px;
	}



/*-------------------GALLERY LAYOUT-----------------------*/

.album{ padding-left: 10px;}
.pageNav{padding-top: 10px;
	padding-bottom: 10px;}
	
.gallery_display{width: 100%;}

.l_col_menu {
	float: left; 
	width: 170px; 
	margin: 0 auto;
	padding-left: 10px;
}

.r_col_gallery {
	float: right;
	margin: 0 auto;
	width: 600px;
} 

.l_col_menu ul li a, .l_col_menu ul li a:visited {
	padding-left: 25px;
	padding-right: 25px;
	color:#3FF;
	text-decoration:none;
}
.l_col_menu li a:link:hover, .l_col_menu ul li a:visited:hover {
	color:#9ff;
	text-decoration:none;
}

.gallery_display .l_col_menu ul li a, .gallery_display .l_col_menu ul li a:visited {
	color: #09F;
	padding-left: 0px;
}
.gallery_display .l_col_menu ul li a:hover , .gallery_display .l_col_menu ul li a:visited:hover{color: #069;}

.gallery_display .l_col_menu ul ul li a, .gallery_display .l_col_menu ul ul li a:visited {
	color: #F06;
	padding-left: 0px;
}


.gallery_display .l_col_menu h1 {
	margin-left: -10px;
	padding-left: 10px;
}
/*  SEEMS THERE IS NO SUCH COLUMN... probably remove?
.gallery_display .r_col_menu h1 {
	margin-right: -10px;
	padding-right: 10px;
} */

/*highlight the active link*/
.gallery_display .l_col_menu ul li.active a
, .gallery_display .l_col_menu ul li.active a:hover
, .gallery_display .l_col_menu ul li.active a:visited:hover
, .gallery_display .l_col_menu ul li li.active a
, .gallery_display .l_col_menu ul li li.active a:hover
, .gallery_display .l_col_menu ul li li.active a:visited:hover
{
	font-weight: bold;
}



/* ---------FOR FORM PAGE FORMATTING-----*/

/* quarter size columns for form pages */
.l_col_q {float:left; width: 50%;}
.r_col_q {float:right; width: 48%;}

.frame {
	clear:both;
	margin:0px;
	margin-bottom: 10px;
	border-color:#6CF;
	border-style: solid;
	border-width: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

.frame .l_col {width: 350px;}
.frame .r_col {width: 360px;}

.ord_frm_l {
	float: left;
	width: 48%;
	margin: 0px;
}
.ord_frm_r {float: right;
	width: 45%;
	margin: 0px;
}


/* ---------gallery colunms -----*/



/* ------Contact page ----------*/

/* wide left column for contact pages */
.l_col_c {
	float: left; 
	width: 490px;
}

.r_col_c {float:right; 
	width: 250px; 
	margin:0 auto;
}

#pageCont .imgCont {}



/*----------gal classes are used in event pages and testimonial pages-----------*/

.gal {
	text-align:center;
	border-color:#007CCE;
	border-width:2px;
	border-style:outset;
	margin:10px;
	padding-bottom: 10px;
}

.m_col .gal:hover {
	background-color:#69F;
}

.gal a .imgGal {
	border-color:#666;
	border-width:2px;
	border-style:inset;
	margin-top: 5px;
	margin-bottom: 10px;
}

.gal a .imgGalAOIS {
	border-color:#fff;
	border-width:2px;
	border-style:solid;
	margin-top: 5px;
	margin-bottom: 10px;
}
.links a img.imgGal {
	border:none;
	margin-top: 5px;
	margin-bottom: 10px;
}

.gal a.aGal {
	color: #F06;
}
.gal a.aGal:hover {
	color: #FFF;
}

/*--------------THIS CAPTION CLASS DOES NOT APPEAR TO BE USED - PERHAPS REMOVE?--------*/
.caption {
	color: #39f; 
	padding-bottom: 15px;
	text-align: center;
}

/*--- Used in luge_friendly_venues - conisder fixing?-*/
.logo {text-align:center; margin:10px;}

/*--------------------FOOTER-------------------------------*/
#footer {
	clear: both;
	text-align: center;
	padding-top: 10px;
	color:#F06;
	font-weight: bold;
	border-top-color: #F06;
	border-top-style: dashed;
	border-top-width: 1px;
}
#footer p {
	line-height:6px;	
	font-size: 10px;
	text-align: center;
}
#footer a {
	color:#F06;
	text-decoration: none;
	line-height:6px;
	font-size: 10px;
}
#footer .copyright {padding-top: 25px;
	color:#999;
	text-align:right;
}

/* -----------------CLASSES-------------------*/
.clear {clear: both; margin: 0;}

.ord_frm_buttons {
	float: right; 
	width: 150px; 
	padding-bottom: 10px;
	}

.frmButton {
		border: 1px solid #06C;
		color: #36C;
		font-weight: bold;
}
.frmButton:hover {
		border: 1px solid #F06;
	color: #F06;
}


/*--------LISTS--------------------*/

/*--INLINE LISTS----------------*/

.iconLinks li {
	list-style: none;
	margin: 0;
	display: inline;
	/*padding-left: 5px;*/
}
.iconLinks a
, .iconDrop a {
	font-family: Arial, Helvetica, sans-serif;
}
.iconLinks img
, ul.iconDrop img  {
	padding-right:2px; 
	vertical-align:text-bottom; 
	border: none;
}

/*----DROP-style LISTS-------------------*/
ul .iconDrop {
	padding-bottom: 0px; 
	padding-left: 0px;
	margin:0 auto;
}
ul.iconDrop li {
	list-style: none;
	margin: 0;
	padding:0;
	padding-bottom: 5px;
	padding-left: 0px;
	display:block;
	color:#006699;
}

ul.snowflake {
	padding-left: 30px;
}

ul.snowflake li {
	list-style-image: url(../images/icons/snowflake_13.gif);
	padding-bottom: 15px;
	padding-top: 5px;
	margin:0;
}

ul.socmed {	padding-left: 10px;}

ul.socmed li {
	padding-bottom: 15px;
	padding-top: 5px;
	margin:0;
}

ul.socmed li a img {
	border: 0px;
}



/*-----------------TEASER----------------*/
.teaser {
	margin-bottom: 10px;
	border-bottom-color:#6CF;
	border-bottom-style:dotted;
	border-bottom-width: 2px;
}

.t_cont {clear: both;}

.t_img {
	float:left;
	width: 140px;
	/*padding-left:5px;*/
	padding-right: 10px;
	margin-bottom: 10px;
	}
.t_img img {	
	border-color:#666;
	border-style:inset;
	border-width:2px;
	padding:0px;
}
.th {
	margin:0 auto;
	font-weight: bold;
	/* [disabled]text-align: right; */
}
.top {
	margin-top:10px;
	padding-top:10px;
	border-top-color:#6CF;
	border-top-style:dotted;
	border-top-weight: medium;
}

 

/*------------LARGE PICTURE PAGES - used in EVENT pages - maybe remove these pages and stylses-------------------*/
.largePic p {color: #36C;}
.largePic {text-align:center;}
.largePic img {
	border-color:#999999;
	border-width:2px;
	border-style: solid;
	margin-top: 20px;
}

.imageCaption {text-align: center;}

#imgDetail {text-align: left;
	padding:10px;
	margin:20px;
}

#description {
	padding-bottom: 10px;
}

#dimensions {}
#testimonial {
	padding:bottom: 25px; 
	margin:none;
}





#galSpacer {padding-bottom: 15px;}



/*PRODUCT DISPLAY PAGES -----------------------------*/

.prdContainer {
	clear:both;
	border-width: thin;
	border-color:#39F;
	margin: 0 0 10px 0;
}
/*.l_col_prd and .r_col_prd are used in about_trays and GALLERY -----------------------------*/

/* -- PRODUCTS LISTING LEFT COLUMN ------------*/

.prdContainer .l_col_prd {width: 153px; 
float: left;
text-align:center;
	border-color:#007CCE;
	border-width:2px;
	border-style:outset;}

.prdContainer .l_col_prd:hover{
	border-color:#FF0099;
background-color:#FCF}

.prdContainer .l_col_prd .imageFrame {text-align:center;
padding-top: 5px; padding-bottom: 5px; position: relative; left: 0; top: 0;
}

.prdContainer .l_col_prd .imageFrame img {margin 10px; position: relative; top: 0; left: 0; }
.prdContainer .l_col_prd .imageFrame img.NewImage {Position: absolute; top: -20px; left: -20px; z-index: 50; display: block;}


.prdContainer .l_col_prd .imageFrame img a {}

/* -- PRODUCTS LISTING RIGHT COLUMN ------------*/

.prdContainer .r_col_prd {width: 390px; float:left; padding-left: 5px; padding-right: 5px;}

.prdContainer .r_col_prd .prdName, .prdContainer .detail_info .prdName
 {color: #F06; font-weight: bold; padding-bottom: 5px;}
 
 
/* ---- PRODUCT DETAILS --------*/
 
.prdContainer .detail_info {padding-top: 10px; padding-left: 5px; padding-bottom: 10px; width: 390px; float:left;}

.prdContainer .detail_info .prdName {font-size:16px;}

.prdContainer .detail_info .prdDetails {padding-bottom: 5px;}

.prdContainer .orderNow {float: left; padding-top: 10px; margin-right: 10px;}




a#OrderButton, a#EnquiryButton, a#PicsButton, a#NewIcon {text-align: center;
	display: block;
    width: 80px;
    height: 24px;
    background-image: url(../images/buttons/button_pb.gif);
    background-position: 0 -24px;
	background-repeat:no-repeat;
    margin: 0 auto;
	font-size: 18px; 
	color: #36C;}

a#OrderButton:hover, a#EnquiryButton:hover, a#PicsButton:hover, a#NewIcon:hover {background-position: 0 0px ; color: #C06;}

.prdContainer .prdImages .prdExample img{cursor: url(../images/icons/zoom.cur),default;}

/* ---- PRODUCT FACEBOOK --------*/

.prdContainer .prdFacebook { float: right; width: 150px;margin-right: 7px;text-align: right;}

/* ---- PRODUCT IMAGES --------*/

.prdContainer .prdImages {width: 100%; }

.prdContainer .prdExample {width: 172px; float: left; margin:5px; text-align: center; padding: 5px;border-color:#007CCE;
	border-width:2px;
	border-style:outset;}
	
.prdContainer .prdExample:hover {
	border-color:#FF0099;
	background-color: #FCF;
} 

.prdContainer .prdCaption {padding: 5px;}
.prdCaption p {text-align:left;}

.Shouty	{font-size: 24px; text-align:left;}

#pageTV .r_col_gallery {padding-top: 10px;}

#pageTV .imgCol {
	position: relative;
	top: 20px;
	width: 153px;
	float: left;
	
}
#pageTV .imgCol .imgContainer {
	clear:both;
	width: 153px;
	float: left;
	border-color:#007CCE;
	border-width: 2px;
	border-style: outset;
margin: 0 0 10px 0;}

#pageTV .r_col_prd  .prdDescription{
	padding-right: 10px;
}

#pageTV .prdDescription {width:410px; float:right; }
#pageTV .showName {color: #F06; font-size: 14px; }

#pageTV .l_col_prd .imageFrame {text-align:center; padding-top: 5px; padding-bottom: 5px; position: relative; left: 0; top: 0;}

#pageTV .l_col_prd .imageFrame img {margin 10px; position: relative; top: 0; left: 0; }
#pageTV .prdCaption {padding: 5px;}

