/*
PAGE TITLES
--------------------------------------------*/


h1.PageTitle
{
padding-top: 0px;
margin-top: 0px;
font-variant: small-caps;
font-size: 2.1em;
text-transform:capitalize;
color: black;
}

h1.PageTitle span
{
font-weight: 900;
font-size: 1.65em;
letter-spacing:	3px;
word-spacing: 	6px;
color: #FF6600;
line-height: 1.05em;
}


.BorderBottomUnderPageTitle
{
border-bottom: 1px solid #FFCC11;
margin-bottom: 20px;
width: 80%;
}


h2.pg_title
{
display: block;
margin-top: 40px;
}


.BorderBottomUnderPageTitle
{
border-bottom: 1px solid #FFCC11;
margin-bottom: 20px;
width: 80%;
}



/*
PAGE CONTAINER
--------------------------------------------*/
.container, .container-fluid
{
background-color: #FFFFFF;
max-width: 1020px;
padding: 0;
margin: auto;
}



body
{
//background-color: #888888;
background-color:	#FF6600;
background-color:	#000000;

//background-image:url('/images/backgrounds/gradient-orange-background.png');
//background-image:url('/images/backgrounds/gradient-WHITE-orange-background.png');

background-attachment: fixed;
background-repeat: repeat-x;
background-color: #FCFCFC;

margin: 0;
padding: 0;

}

html
{
margin: 0;
padding: 0;
}


/*
FOOTER
--------------------------------------------*/


.footer
{
background-color: #ffAA00;
//padding: 10px 20px;
}


.footer span.emphasise
{
font-size: 1.3em;
}




/*
BANNER HEADER
--------------------------------------------*/


#BannerPhone
{
position: absolute;
top: 210px;
left: 15px; 
font-size: 2.4em;
font-family: Arial, 'Eras Demi ITC', Arial;
color: white;
font-weight: 500;
text-decoration: none;
}

#BannerAddress
{
position: absolute; top: 260px; left: 15px; 
font-size: 0.75em;
color: white;
word-spacing: 5px;
}


#BannerAddress span
{
letter-spacing: 2px;
}

#BannerAddress a:link, #BannerAddress a:visited, #BannerAddress a:hover, #BannerAddress a:active
{
color: white;
font-weight: 900;
text-decoration: none;
}


#intHeader .nav {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: calibri;
	font-size: 16px;
	background-image: url(../images/menubackground.png);
	background-repeat: repeat-x;
	font-weight: bold;
	height: 30px;
	padding-right: 10px;
}

#intHeader .nav a{
	text-decoration: none; 
	color: #FFFFFF; 
	font-size: 11px; 
}

#intHeader .nav a:hover {color: #FF0000;}



.mainMenu_buttonLink
{
//border: 1px solid red;
padding-right: 10px;
display: block;
text-align: right;
font-variant: small-caps;
font-style: italic;
//background-image:url('images/graphics/TransparentBG.PNG');
font-size: 1.4em;
color: #EEEEEE;
font-weight: 900;
text-decoration:none;
font-family: Tahoma;
width: 300px;
height: 30px;
}

.mainMenu_buttonLink:hover, .mainMenu_buttonLink:active
{color: orange;}



/*
BASIC HIRE TERMS
--------------------------------------------*/

#basicHireTerms
{
max-width: 620px;
}

#basicHireTerms h6
{
padding-bottom: 0px;
margin-top: 50px;
margin-bottom: 0px;
font-size: 1.2em;
color: orange;
}

#basicHireTerms p
{
padding-top: 1px;
margin-top: 1px;
}

#basicHireTerms a
{
color: red;
text-decoration: underline;
}



/*
MENU MODAL 
--------------------------------------------*/
/*
#mainMenu 
{
	//background:url('http://SydneyMotorbikeRental.com.au/images/ddMenuCellBackground.png');
	background-color: #EEEEEE;
	border: 1px solid #FF6600;
	border: 1px solid #DDDDDD;
	border-radius: 10px;

	width:170px;
	margin: 0px;
	padding: 5px;
	z-index: 1;

	font-family: Verdana, Arial; 


}


#mainMenu ul
{	        list-style:none;	    margin:0;	    padding:0; 	color:#000000;}


#mainMenu ul li {
    /* Any child positioned absolutely will be positioned relative to this */
    //position:relative;			z-index: 3;		
	//height: 50px;	
	border-bottom: 1px solid #cccccc;
	
		}


#mainMenu a {
    color:#000000;	    padding:12px 0px;
        display:block;	    text-decoration:none;
    /* 
    New CSS3 animations:
    apply transition to background property, taking 1s to change it 
    */
    transition:background 0.5s;
    -moz-transition:background 0.5s;
    -webkit-transition:background 0.5s;
    -o-transition:background 0.5s;
    font-family: Arial;
    font-size:13px;
	color: #FF6600;
	
	text-transform: uppercase;

}


#mainMenu a:hover {
    /* 
    RGBA background for transparency: 
    last number(0.05) is the transparency 
    */
    background: RGBA(255,255,255,0.70);
	color: #FF8800;
}

/*
#mainMenu ul li:hover ul {
    /* When list item is hovered, display UL nested within. */
    display:block;
	width: 250px;
	z-index: 4;
	
}
*/


#mainMenu ul ul {
	//border-top:1px solid #e9e9e9;

	display: block;

}


#mainMenu ul ul li {
    width:250px;
    background:#DCDCDC;
    background: RGBA(220,220,220,0.90);	
    border-bottom:1px solid #e9e9e9;
    //border-top:0;
	display: block;
}
#mainMenu ul ul li a {
    color:#FF6600;
    font-size:12px;
    text-transform:none;
	
}
#mainMenu ul ul li a:hover {
    color:#FF8800;
}

#mainMenu span {
    width:12px;
    height:12px;
    background:#fff;
   display:inline-block;
	//display: none;
//    float:left;
    margin-top:3px;
    margin-right:5px;
    //position:relative;
	left: 0px;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
#mainMenu a:hover span {
    background: #FF7700;
	transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
}

*/

.Link1stLevel
{

}


/*
BASIC REPEATED ITEMS 
--------------------------------------------*/


.open_hours td
{
padding: 10px;
vertical-align: top;
border: 1px solid #C4c4c4;
}

