/* Start of CMSMS style sheet 'print_page' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */
@media print {
dfn {display: none;}
#menu_nav {

   padding: 5px 0px 5px 0px;

font-family: Georgia, "Times New Roman", Times, serif;
font-size: 0.9em;
background: #fff;
width: 960px;
}
#menu_icons img
{
margin-right: 1px;
margin-left: 1px;
}
/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }

#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 


   border-bottom: 8px solid #FFFFFF;
      border-top: 8px solid #FFFFFF;
   	width: 960px;	
   padding: 0;	
   margin: 0 0 0 0px;

}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 200px; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   margin-left: 1px;
}

#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 

}

#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
min-width: 135px;
text-align: center;

background: url(images/menu_item.gif) repeat;
}

#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px;
   padding: 5px 10px;
   text-decoration: none; 
   color: #9e9e9e;
   border-bottom: 0px;
}
#primary-nav li a { 
   border-right: 1px solid #FFFFFF;
   border-left: 2px solid #FFFFFF;
   
}
#primary-nav li li a { 
   border: 1px solid #C0C0C0;
}	
#primary-nav li, #primary-nav li.menuparent { 
   background: url(images/menu_item.gif) repeat;
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   background: url(images/menu_item_selected.gif) repeat;
   
}

#primary-nav li.menuactive a{ 
color: #FFFFFF;
   
}
#primary-nav li.menuactive li a{ 
color: #9e9e9e;
   
}
#primary-nav li a:hover,
#primary-nav li li a:hover{ 
color: #FFFFFF;
   
}
/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background: url(images/menu_item.gif) repeat;
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background: url(images/menu_item_selected.gif) repeat; 
}





/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block;

}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}

/* secondary nav */

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#secondary-nav li li { 
   width: 160px; 
}


/* Unless you know what you do, do not touch this */ 
#secondary-nav, #secondary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   margin-left: 1px;
   margin-right: -25px;
font-size: 105%;
color:#ffffff;
}
#secondary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 

}
#secondary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#secondary-nav li { 
   margin-left: -1px;
   float: left; 
border-right: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;


/*

width: 130px;
	
	text-align:center;
*/
}
#secondary-nav li li { 
   margin-left: -2px;
   margin-top: -1px;
   float: none; 
   position: relative; 
   border: 0;
   background: #E8E8EA;

border-top: 1px solid #fff;
}

/* Styling the basic apperance of the menu elements */
#secondary-nav a { 
   display: block; 
   margin: 0px;
   padding: 2px 10px;
   text-decoration: none; 
   color: #9e9e9e;
   border-bottom: 0px;
}
#secondary-nav li a { 
   border: 0;
 color: #9e9e9e;
   
}
#secondary-nav li li a { 
   border: 0;
   color: #9e9e9e;
}	
#secondary-nav li, #secondary-nav li.menuparent { 

}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#secondary-nav li.menuactive { 
   
}

#secondary-nav li.menuactive a{ 
   
}
#secondary-nav li a:hover{ 
color: #FFFFFF;
   
}
/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#secondary-nav ul li.menuparent, 
#secondary-nav ul li.menuparent:hover, 
#secondary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background: #D1D1D3;
}


/* Styling the apperance of menu items on hover */

#secondary-nav li:hover, 
#secondary-nav li.menuh, 
#secondary-nav li.menuparenth, 
#secondary-nav li.menuactiveh { 
   background: #D1D1D3;
}






/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#secondary-nav li:hover ul ul, 
#secondary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#secondary-nav ul, 
#secondary-nav li:hover ul, 
#secondary-nav li:hover ul ul, 
#secondary-nav li.menuparenth ul, 
#secondary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#secondary-nav ul ul ul li:hover ul, 
#secondary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#secondary-nav li:hover ul, 
#secondary-nav ul li:hover ul, 
#secondary-nav ul ul li:hover ul, 
#secondary-nav li.menuparenth ul, 
#secondary-nav ul li.menuparenth ul, 
#secondary-nav ul ul li.menuparenth ul { 
   display: block;

}


/* IE Hacks */
#secondary-nav li li { 
   float: left; 
   clear: both; 
}
#secondary-nav li li a { 
   height: 1%; 
}


* { margin: 0; padding: 0;}

body {

	background:repeat #FFFFFF url(images/bg.gif);
	font: 11px/1.75em Arial, Tahoma, arial, sans-serif;
	color: #666666; 
/*	text-align: center;*/
	margin: 0 0 15px 0;	
}

/* links */
a, a:visited {	
	color: #00A0C6; 
	text-decoration: underline;		
}
a:hover {
	color: #383d44;
	background: inherit;
	padding-bottom: 0;

}

/* headers */
h1, h2, h3 {
	font-family: Arial, Tahoma, Sans-serif;
	font-weight: Bold; 	
	color: #333;		
}
h1 {
	font-size: 160%;	
	font-weight: normal;
color:#F8AF24;
}
h2 {
	font-size: 130%;
	color: #029BD5;
}
h3 {
	font-size: 130%;	
}
h4 {
	font-size: 110%;	
}

h1, h2, h3
{
	padding: 5px 10px 0px 10px;		
	margin: 0;
}

 p {
	padding: 0px 10px 10px 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* images */
img
{
	border: 0;
}
code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	font: bold 1.4em/1.5em Georgia, Tahoma, Sans-serif;	
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: #F5F5F5;
	border-left: 3px solid #D4D4D4;	
	color: #444;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #e7e6e6 url(images/site/button.jpg) repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
/*background: #F5F5F5;*/
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Arial, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Arial, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button, input.fbsubmit { 
	font: bold 11px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(images/site/button.jpg) repeat-x;
	border: 1px solid #dadada;
}

/* search form */
.searchform
{

padding: 10px 0 0 0 ;
margin: 0 0 0 0;
background-color: transparent;
}
.searchform form
{
margin: 0;
padding: 0;
background-color: transparent;
}

.searchform table
{
	width: 95%;

}
.searchform table tr
{
	background: #EFEFEF;
height: 40px;

}
.searchform {
float: right;
	
	border: none;	
	}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox{ 
	width: 135px;
	color: #777; 
height: 15px;
	padding:  2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}
.searchform select
{
	width: 145px;
}
.searchform input.button { 
	width: 60px;
height: 21px;
	padding: 0px 0px;
	vertical-align: top;
}

.searchform label
{

}

.error
{
color: #f00;
}

#wrap {
	position: relative;
	width: 960px;	
	margin: 0 auto;
	text-align: left;
	font-size: 1.2em;

}
#content-wrap {
	float: left;
	width: 950px;
	display: inline;
	padding: 0; 	
	border: #DDECA1 solid 5px;
	background: #fff url(images/site/content-wrap.jpg) repeat-x; 
	padding: 0 0 20px 0;
}
#header {
	position: relative;
	background: #fff;
	height: 15px;
	width:960px;	
	padding: 0;	
	color: #fff;	
z-index: 1;
}

/* header links */
#header #header-links {
	position: absolute;
	top: 4px; right: 45px;	
	color: #838181;
	font-size: 10px;	
	font-weight: bold;

}
#header #header-links p {	
	padding: 0;	margin: 0;	
}
#header #header-links a {	
	color: #838181;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #444;		
}

/* header-photo */
#header-photo {
	position: relative;
	clear: both;
	height: 372px;
	width: 960px;
}
#header-minisite {
	position: relative;
	clear: both;
	height: 105px;
	width: 960px;

	background: #fff url(images/banner_minisite.jpg);
}
#header-photo h1#logo-text a{
	position: absolute;
	margin: 0; padding: 0;
	font: bold 48px Georgia, Arial, Sans-serif;
	letter-spacing: -1px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	border: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 30px;	
}

#header-photo #logo a {
	position: absolute;
	margin: 0; padding: 0; 	font: bold 48px Georgia, Arial, Sans-serif;
	letter-spacing: -1px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	border: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 20px; left: 30px;	
}

#header-photo #logo img {
border: 0;
margin: 0;
padding: 0;
}


/* Navigation */
/* refer to ***_menu style */

/* Main Column */
.three-col #main {
	margin: 10px 190px 0 230px;
}
.two-col #main {
	margin: 0px 15px 0 10px;
width: 480px;
}

.one-col #main{
margin: 0px 5px 0px 10px;
/*padding: 10px;*/
}
#main h1 {
	margin: 0px 10px 0 10px;
	font: normal 1.8em Arial, Tahoma, Sans-serif;
	color: #F1B32A;
	padding: 15px 0 2px 0px; 		

}

/* Sidebar */	
#sidebar {
	float: left;
	width: 195px;	
	margin-top: 10px;	
}
#sidebar_images
{
margin: 50px 0 0 15px;
padding: 0px;
}
#sidebar img
{
margin-bottom: 20px;
}	

#sidebar a
{
border: none;
}
/* right column */
#rightcolumn {
	float: right;
	width: 450px;

	margin-top: 0px;	
}
#rightcolumn h1, #sidebar h1 {
	margin: 10px 5px 0 5px;
	padding: 5px 5px; 
	font: normal 1.8em Arial, Tahoma, Sans-serif;
	color: #B3CF18; 		
}

/* sidemenu */
ul.sidemenu {
	text-align: left;
	margin: 7px 8px 8px 10px; padding: 0;			
	border-top: 1px solid #E5E5E5;
	text-decoration: none;	
}
ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
	border-bottom: 1px solid #E5E5E5;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	color: #326ea1; 
	border: none;		
}
ul.sidemenu li a:hover {	
	color: #383d44;
	border: none;
}

/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 960px;
	font-size: 95%;
	padding: 0px 0;
	text-align: left;	
	
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding: 10px 0;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

/* footer */
#footer {
	clear: both;
	color: #666;	
	margin: 0 auto 0px auto; 
	width: 960px;
	padding: 5px 0;
	text-align: center;
	background: #DDECA1;

}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* post */
.post-by {
	font-size: .95em;	
	padding-top: 0;
}
.post-footer {
	background: #F5F5F5;
	padding: 5px; margin: 20px 10px 0 10px;	
	font-size: 95%;	
	color: #666666;	
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}


/* for search function */

#search_result
{
	width: 80%;
	margin: 0 0 0 10px;
	padding: 0;
	
}
#search_result table
{
	width: 100%;
border: 3px solid #E8E8EA;
	margin: 0;
	padding: 0;	

}
#search_result img
{

}
#search_result table th
{
	border: 0;
	text-align:center;
}
#search_result table tr.special
{
	background: #EEF7D2;
}
#search_result table tr:hover
{
	background: #EEEEEE;
}
#search_result table td
{
	padding: 3px 0px 3px 10px;
	border: 2px solid #E8E8EA;
	text-align:left;
}

#page_navigation_top,
#page_navigation_bottom
{
	margin-left: 0px;
}

#page_navigation_top,
#page_navigation_top a,
#page_navigation_bottom,
#page_navigation_bottom a 
{	
	font-size: 0.85em;
}

/* minisite */

#minisite_description
{
	float: left;
	width: 52%;
}
#minisite_description label
{
	float: left;
	width: 120px;
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 90%;
	font-weight: normal;
}
#minisite_description p
{
	padding: 2px 10px;
	margin: 0;
	border: 0;
}
#minisite_images
{
	float: right;
	width: 48%;
margin-bottom: 35px;
}

#minisite_images .thumb
{
width: 84px; height: 84px; padding: 2px; float: left; margin: 3px;
}
.enquiry_form_left
{
float: left;
width: 46%;
margin-right: 50px;
margin-left: 10px;
}
.enquiry_form_left table
{
background: #EFEFEF;
}
.enquiry_form_left h2
{
	color: #F4C058;
}

.enquiry_form_right
{
	float: left;
	width: 46%;
margin-right: 10px;
}
.enquiry_form_right table
{
	background: #EEF7D2;
}
.enquiry_form_right h2
{
	color: #C0DB34;
}

.enquiry_form_left form,
.enquiry_form_right form
{

	padding: 0;
	margin: 0;
	border: 0;

}

.enquiry_form_left table,
.enquiry_form_right table
{
	width: 100%;
	padding: 0;
	margin: 0;	
	border: 0;
}
.enquiry_form_left td,
.enquiry_form_right td
{

	padding: 5px;

}


.input_field
{
	float: left;
	margin: 0px 3px;
}
.input_field .image_upload
{
	background:#FFFFFF;
}
.input_field label
{
	float: left;
	width: 145px;
	padding: 0;
	margin: 0 0 0 3px;
	border: 0;
	font-size: 80%;
	font-weight: normal;
}

/* reg form */
#reg_form form
{

	padding: 0;
	margin: 0;
	border: 0;

}


.reg_form_left
{
float: left;
width: 49%;
background: #EFEFEF;

}
.reg_form_left h2
{
	color: #F4C058;
}
.reg_form_left label
{
	
}
.reg_form_right
{
	float: right;
	width: 50%;
	background: #EFEFEF;
}
.reg_form_right h2
{
	color: #C0DB34;
}



.reg_form_left table,
.reg_form_right table
{
	width: 100%;
	padding: 0;
	margin: 0;	
	border: 0;
}
.reg_form_left td,
.reg_form_right td
{

	padding: 5px 5px 5px 10px;

}


/** ---- login form --- */

#login_form
{

}

/*---- footer menu--- */
#menu-footer
{
   list-style: none; 
padding: 0;
margin: 0;
}
#menu-footer li
{
float: left;

padding: 0;
margin: 0 0 0 30px;
}
#menu-footer li a
{
font-weight: none;
font-size: 0.8em;
color:#769C21;
}


/****************************************
DATA TABLE
*****************************************/
.data_table{
	background-color:#efefef;
	border:1px solid #bbbbbb;
margin-bottom:10px;
}
.data_table td{
	border-right:1px solid white;	
	border-bottom:1px solid #ffffff;	
	padding:5px 5px 5px 5px;
	text-align:center;	
	vertical-align:top;	
}
.data_table thead{
	background-color:#bbbbbb;
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:bold;
}
.data_table tfoot{
	background-color:#bbbbbb;
	height:5px;
	font:0px;
}
.data_table tfoot td{
	padding:0px;
	border:0px;
}

#system_message
{
border: 1px solid #000000; 
background: #EFEFEF; 
padding: 5px;

}

.home_banner
{
float:left;
width: 140px; 
min-height: 370px; 
height; 370px; 
margin: 2px;
text-align: left;
}

.home_banner h3
{
font-family: Georgia, "Times New Roman", Times, serif;
color: #FFFFFF;
font-size: 0.9em;
height: 50px;
min-height: 50px;
}

.home_banner p
{
margin-top: 150px;
}


#payment_methods label
{
width: 40em;
}

.item_logo
{
width: 100px;
height: 50px;
text-align: center;
}

.item_logo img
{
max-width: 100px;
max-height: 50px;
}
}
/* End of 'print_page' */

