﻿
/* --------------Global--------------- */

body 
{
    background-color:#000000;
    text-align:center;
    font-family: "Century Gothic", Arial, Verdana ;
    margin:0px;
    background-image:url(../images/bg_1.jpg);
    background-position:left;
    background-repeat:no-repeat;
	background-attachment:fixed;
}

a { text-decoration:none;color:#CCCCCC; }
a:visited { color:#CCCCCC; }
a:hover { text-decoration:underline; }

p { margin-top:12px; margin-bottom:12px; }

input 
{
	background: black; 
	color: #CCCCCC; 
	text-decoration: none; 
	border: 1px solid #666666;
}

select
{
	background: black; 
	color: #CCCCCC; 
	text-decoration: none; 
	border: 1px solid #666666;
}

textarea
{
	background: black; 
	color: #CCCCCC; 
	text-decoration: none; 
	border: 1px solid #666666;
}

form
{
    margin:0px;
}

.clearme
{
    clear:both;
    line-height:0px;
    height:0px;    
}

#holder
{
    width:980px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    margin-top:0px;
	position:relative;
}

/* --------------Header--------------- */

#header
{
    
    height:204px;
    width:980px;
    background-image:url(../images/dashed.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#headerMenu
{
    padding-top:175px;
    color:#CCCCCC;
	font-size:16px;
}


/* --------------Content--------------- */

#slideshow
{    
    background-image:url(../images/dashed.gif);
	background-position:bottom;
	background-repeat:no-repeat;	
}

#content
{
    width:980px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    font-size:1em;
    color:#FFFFFF;
}

#mainContent
{
    background-image:url(../images/logo_bottom.jpg);
    background-position:570px top;
    background-repeat:no-repeat;
    padding-top:20px;
    padding-bottom:20px;
}

#contentLeft
{
    float:left;
    padding-left:20px;
    padding-top:20px;
    width:450px;
}

#contentLeft p:first-child { margin-top:0px; }

#contentEnquiry
{
    float:right;
    padding-right:20px;
    padding-top:100px;
    background-image:url(../images/enquiry_header.jpg);
    background-repeat:no-repeat;
    background-position:right top;
}
/* #contentLeft p:last-child { margin-bottom:0px; }*/


/* --------------Footer--------------- */

#footer
{
    width:100%;
    background-image:url(../images/rpt_footer.jpg);
    background-repeat:repeat-x;
    height:121px;
    color:#666666;
}

#footerContent
{
    width: 980px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;   
    padding-top:20px; 
}

#footerAwards
{
    float:right;
}

#footer a { text-decoration:none;color:#666666; }
#footer a:visited { color:#666666; }
#footer a:hover { color:#CCCCCC; }

