/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    SET UP
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
/* mac hide\*/
html, body
{
    height: 100%;
    color:black;
 

}
/* end hide */

body
{
    padding: 0;
    margin: 0;
    text-align: center;
    min-width: 984px; /* for mozilla*/
    background-color: #dedac8;
    font-size: 80%;
    font-family: Arial, Verdana;
    background-image:url(../images/mainbg.gif);
    background-repeat:repeat;
}

H1
{
    color:#c60006;
    font-size:140%;
    margin-bottom:10px;
}

H2
{
    color:#c60006;
    font-size:120%;
    margin-bottom:10px;
}

H3
{
    color:#c60006;
    font-size:120%;
    margin-bottom:10px;
}

IMG
{
    border:0px;
}

#outer
{
    height: 100%;
    min-height: 100%;
    width: 984px;
    background-color: white;
    text-align: left;
    margin: auto;
    position: relative;
}

html > body #outer
{
    height: auto;
}

A, A:Visited, A:Active
{
    color:#336699;
    text-decoration:none;
}

A:Hover
{
    color:black;
    text-decoration:none;
}

UL
{
    /*padding-left:40px;*/
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    HEADER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#header
{
    position: absolute;
    top: 0;
    left: 0px;
    width: 984px;
    height: 380px;
    overflow: hidden;
    color: black;
    z-index: 100;
    background-color:white;
}

#logo
{
    position: absolute;
    left: 25px;
    top: 25px;
}

#title
{
    position: absolute;
    right: 25px;
    top: 40px;
    font-size:20px;
    color:#939393;
}


.link-header-sell, .link-header-sell:Active, .link-header-sell:Visited
{
    color:#0D6F3B;
}

.link-header-join, .link-header-join:Active, .link-header-join:Visited
{
    color:#FF6600;
}

.link-header-sell:Hover
{
    color:#FF6600;
}

.link-header-join:Hover
{
    color:#0D6F3B;
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    HEADER MENU
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#headermenu
{
    position: absolute;
    width: 100%;
    bottom: 0px;
    background-color:white;
    color:White;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
    TOOLBAR
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
#toolbar 
{
    position:absolute;
    left:27px;
    top:-49px;
    width:940px;
    text-align:center;
    background-color:White;
}

#toolbar UL 
{
    margin:0;
    padding:0;
    list-style:none;
    
}

#toolbar LI 
{
  	float:left;
  	margin-top:0;
  	padding-left: 0;
  	padding-right: 0;
  	padding-bottom: 0;
  	padding-right: 0;
  	/*width: 133px; LIVE*/
  	width:151px;
  	height:29px;
  	background:url(../images/tab_off.gif) no-repeat left top;   
  	font-size:12px;
}

#toolbar .on
{
    background:url(../images/tab_on.gif) no-repeat left top; 
      
}

#toolbar A,#toolbar A:Active, #toolbar A:Visited
{
    display:block;
    margin-top:6px;
    text-decoration:none;
  	font-size:100%;
  	font-weight:bold;
}

#toolbar A:hover
{
    text-decoration: none;
}


#toolbar .on A,#toolbar .on A:Active, #toolbar .on A:Visited
{
    color:White;
}

#toolbar .off A,#toolbar .off A:Active, #toolbar .off A:Visited
{
    color:White;
}

#toolbar .off A:Hover
{
    color:#8bb2c7;    
}

#toolbar .on A:Hover
{
    color:#8bb2c7;    
}

#toolbar_bar
{
    width:984px;    
    height:25px;
    position:absolute;
    top:-20px;
    background-color:#234B6F;
    border-bottom:solid 1px white;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
/*#items A {float:none;}*/

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    LEFT
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#left
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 200px;
    margin-top: 415px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:25px;
    background-color:white;
    padding-left:20px;
}

#left A
{
    color:#336699;
}

.left-menu-item
{
    border-bottom:solid 1px #B2B2B2;
    width:180px;
    padding-left:5px;
}

#left A:hover
{
    color:black;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   RIGHT
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#right
{
    position: relative; /*ie needs this to show float */
    float: right;
    width: 730px;
    margin-top: 415px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:22px;
    background-color:white;
    padding-right:20px;
}

#right TD
{
    font-size:80%;
    line-height:24px;
}

#righttitle
{
    padding-top: 48px;
    padding-bottom: 32px;
    padding-left:20px;

}

#rightphoto
{
    padding-top: 108px;
    padding-bottom: 32px;

}



.linespacer
{
    position:absolute;
    left:-35px;
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
    LEFT FULL
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#leftfull
{
    position: relative; /*ie needs this to show float */
    float: left;
    width: 984px;
    margin-top: 415px; /*needed to make room for header*/
    margin-bottom: 50px; /* needed to make room for footer */
    line-height:22px;
    text-align:justify;
    background-color:white;
    padding-left:20px;
    padding-right:20px;
}


#leftfull TABLE
{
    font-size:100%;
}

#leftfull TD
{
    font-size:100%;
    line-height:25px;
}

#leftfull UL
{
    margin-left:40px;
    padding-left:40px;
    margin-right:40px;
    line-height:30px;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   RIGHT ITEMS
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.right_items TD
{
    background-color:#dedac8;
    padding:15px;
    border-bottom:solid 10px white;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   PRODUCTS
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.products
{
    width:95%;
    border:solid 1px #B2B2B2;
    margin-bottom:20px;
    overflow:hidden;
}

.products-full
{
    width:700px;
    border:solid 1px #B2B2B2;
    margin-bottom:20px;
    overflow:hidden;
}

.products-full-priority
{
    width:700px;
    border:solid 4px #B2B2B2;
    margin-bottom:20px;
    overflow:hidden;
    background-color:#EBEBEB;
}

.box
{
    border:solid 1px #B2B2B2;
    padding:10px;
    width:700px;
}

.right-box
{
    border:solid 1px #B2B2B2;
    padding:10px;
    width:300px;
}

.right-box UL
{
    margin-left: 0;
    padding-left: 0;
    list-style-position: inside;
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   FOOTER
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
#footer
{
    position: relative;
    margin: auto;
    width: 984px;
    height: 30px;
    bottom: 0px;
    clear: both;
    margin-bottom: -50px;
    background-color:#2b7299;
    font-size:90%;
    text-align:center;
}

#footerleft
{
    margin-left: 20px;
    margin-top: 8px;
    float: left;
    font-weight: bold;
    color: white;
}

#footerright
{
    margin-right: 20px;
    margin-top: 8px;
    float: right;
    font-weight: bold;
    color: white;
}

#clearfooter
{
    width: 100%;
    height: 50px;
    clear: both;
}

#footer A, #footer A:Active, #footer A:Visited
{
    color:White;
    text-decoration:none;
}

#footer A:Hover
{
    color:#d2363b;
}


/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   FORMS
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
INPUT
{
    border:solid 1px #7f9db9;
}

.enquiry
{
    border:solid 1px black;
    font-family:Verdana;
    width:250px;
    height:150px;
}

.address
{
    border:solid 1px black;
    font-family:Verdana;
    width:150px;
    height:100px;
}

.required
{
    color:Red;
}

.button
{
    color:White;
    background-color:#2b7299;
    width:200px;
    height:30px;
    border:solid 1px black;
}

.button-filter
{
    color:White;
    background-color:#2b7299;
    width:100px;
    border:solid 1px black;
}

.enquiry-button
{
    color:White;
    background-color:#2b7299;
    width:220px;
    height:30px;
    border:solid 1px black;
    font-weight:bold;
}

TEXTAREA
{
    font-size:100%;
    border:solid 1px #7f9db9;
    width:200px;
    height:150px;
    font-family:Arial;
}

.register
{
    margin-left:40px;
}

.register .left
{
    text-align: right;
    vertical-align: text-top;
    padding:8px;
    width:250px;
}

.register .right
{
    text-align: left;
    padding:8px;
}

.checkbox
{
    border:none;    
}

/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   GENERAL STYLING
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
div, p
{
    margin-top: 0;
}

.small
{
    font-size:80%;    
    clear:both;
}

.back
{
    position:absolute;
    right:25px;
    top:0px;
}


.redtext
{
    color:red;
    font-weight:bold;
}

.greentext
{
    color:Green;
    font-weight:bold;
}

#contact
{
    color: black;
    margin-left: 100px;
}

#contact .left
{
    text-align: right;
    vertical-align: text-top;
    font-weight: bold;
    padding:12px;
}

#contact .right
{
    text-align: left;
    padding:12px;
}


.imgright
{
    float:right;
    margin-left:30px;
    margin-bottom:30px;
    margin-right:40px;
}

.rightalign
{
    float:right;
    margin-left:30px;
    margin-bottom:30px;
}


.maintable .tableheading
{
    background-color:#cc6633;
    color:White;
    font-weight:bold;
    padding:4px;
}

.maintable TD
{
    vertical-align:top;
    text-align: left;
    padding:10px;
    background-color:#dadada;
}

.main_flash
{
    float:right;
    margin-left:10px;
    margin-top:-10px;
}

.tb_normal
{
    font-size:100%;
    padding-left:40px;
    margin-left:40px;
}



/*
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   OTHER SERVICES
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/
.other-services-container
{
    margin-left:40px;
    margin-right:40px;
}

.other-services-outer
{
    width:200px;
    float:left;
    margin-right:20px;
    margin-bottom:20px;
}

.other-services-details
{
    background-color:#939393;
    border-top:solid 1px white;
    text-align:center;
    height:30px;
}

.other-services-container .other-services-outer .other-services-details A, .other-services-container .other-services-outer .other-services-details A:Active, .other-services-container .other-services-outer .other-services-details A:Visited
{
    color:white;
    font-weight:bold;
    margin-left:10px;
}


.other-services-container .other-services-outer .other-services-details A:Hover
{
    color:#dedac8;
}

/*'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   home boxes
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

.home-outer, .home-outer-right
{
    width:220px;
    float:left;
    margin-bottom:20px;
    border-top: solid 1px #7F9DB9;
    border-bottom: solid 1px #7F9DB9;
    padding:8px;  
    height:500px;
}

.home-outer
{
    border-left: solid 1px #7F9DB9;
}

.home-outer-right
{
    border-left: solid 1px #7F9DB9;
    border-right: solid 1px #7F9DB9;
}

.home-details
{
    xoverflow-y:auto;
    xheight:270px;
}



.home-outer A, .home-outer A:Active, .home-outer A:Visited, .home-outer-right A, .home-outer-right A:Active, .home-outer-right A:Visited
{
    font-size:9pt;
    text-decoration:underline;
    color:#336699;
}


.home-outer A:Hover, .home-outer-right A:Hover
{
    color:Black;
}


/*'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
   tabs
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''*/

.panes div 
{
    display:none;		
    padding:15px 10px;
    border:1px solid #C5C5C5;
    border-top:0;
    background-color:white;
    width:700px;
}
        
/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #C5C5C5;	
	height:30px;
	width:700px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(../images/tabs.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: 0px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: 0px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -248px -31px; }
ul.tabs a.l.current  { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}


