@charset "utf-8";
/* CSS Document -  Centurion Garge Doors */
/* HTML Tags */
body {
	background-color:#d2d3cf;
	color: #696969;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	margin:0px;
	background-image:url(../images/background/background.gif);
	background-repeat:repeat-x;
}
div {
	float:left;
	padding:0px;
	margin:0px;
}
h1{
	color: #000;
	font-weight:lighter;
	font-size:24px;
	padding:10px 0px 5px 0px;
	margin:0px;
	
}
h2{
	color: #000;
	font-weight:lighter;
	font-size:16px;
	padding:5px 0px 5px 0px;
	margin:0px;
}
h3{
	color: #696969;
	font-size:13px;
	padding:10px 0px 5px 0px;
	margin:0px;
}
p {
	line-height:20px;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	vertical-align:middle;
}
hr {
	color: #A7A7A7;
	height:1px;
	border:0px;
}
image {
	border:0px;
}
td {
	vertical-align:top;
	}
/* Divs */
#main_container {
	width:1000px;
	float:none;
	margin-left:auto;
	margin-right:auto;
	padding-top:0px;
}
#header {
	width:100%;
	z-index:600;
	height:158px;	
	
}
#top_menu {
	width:1000px;
	height:450px;	
	position:absolute;
}
#page_holder {
	width:1000px;
	z-index:0;
	position:relative;
}
/* These divs are used on the home page */
	#home_content {
		width:755px;
		padding: 20px 0px 20px 0px;	
	

	}
		#home_content_top {
			background-image:url(../images/background/home_content/top.gif);
			background-repeat:no-repeat;
			width:755px;		
		}
		#home_content_back {
			width:755px;		
			background-image:url(../images/background/home_content/back.gif);
			background-repeat:repeat-y;		
		}
		#home_content_page {
			padding: 0px 20px 0px 30px;
		}
		#home_content_bottom {
			width:755px;
			background-image:url(../images/background/home_content/bottom.gif);
			background-repeat:no-repeat;
			height:17px;		
		}
/* These divs are used for thes rest of the site */	
		#menu_left {
			position: relative;
			width:250px;
                  	height:616px;
			background-image:url(../images/leftmenubg.gif);
                  	background-repeat:no-repeat;
                  	margin-top:15px;
			padding: 20px 0px 20px 0px;	
		}

	        #menu_left h3{
                   margin-left:20px;
                   font-size:1.5em;
		}

		#menu_left a
 { text-align: left;

		   font-size:small;
		   display:block;
		   white-space:nowrap;

		   margin-left: 0.5em;

		   margin-right: 0;
		   margin-top: 0;
		   margin-bottom: 0;
		   padding-top: 0.3em;
		   padding-bottom: 0.3em;
		   padding-left: 3em;
		   padding-right: 1em; }
		
		#menu_left a:link,
		#menu_left a:visited,
		#menu_left a:active  {
 color: black;
				       text-decoration:none;
 }

		#menu_left a:hover { color:black;
		  		     background-image:url(../images/background/left_menu_gradient.jpg);
		  		     background-repeat:repeat-x;
		  		     text-decoration:none;
		}

		#menu_left ul
 {
 list-style:none;

		    		margin:0;
		    		padding:0;
		    		float: left;
				width: 230px;/* default width of all left menu boxes */
						/* use style="width: xxem" on the element*/
						/* NOTE: For adjustable menu boxes you can comment out the above width rule.
				 			 However, you will have to add padding in the "#menu_left a" rule so that the menu boxes
 will have space on either side of the text -- try it */
 }


		
#menu_left li
 { position:relative;
				display: inline;
		    		min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	
		    		vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */

	  	}



	        #menu_left img { 
                  border: 0px;
		}

		div#menu_left li:hover
 {
 cursor:pointer;
		     z-index:100; }


		
div#menu_left li:hover ul ul,

		div#menu_left li li:hover ul ul,

		div#menu_left li li li:hover ul ul,
		div#menu_left li li li li:hover ul ul
 { display:none; }


		div#menu_left li:hover ul,

		div#menu_left li li:hover ul,

		div#menu_left li li li:hover ul,

		div#menu_left li li li li:hover ul 
{ display:block; } 



		#content {
			width:505px;
			padding:20px 0px 20px 0px;
		}
		#content_back {
			width:505px;		
		}		
		#content_image {
			width:505px;
			padding:0px 0px 0px 0px;
		}			
	
		#content_page {
			width:505px;
			background-image:url(../images/background/content/back.gif);
			background-repeat:repeat-y;	
		}
		#content_bottom {
			width:505px;
			background-image:url(../images/background/content/bottom.gif);
			background-repeat:no-repeat;
			height:17px;		
		}
		#content_text {
			width:455px;
			margin-left:auto;
			margin-right:auto;
			padding: 0px 20px 0px 30px;		
		}
	
	#specials_right {
		width:245px;
		padding: 20px 0px 20px 0px;	
		margin:0px;		
	}
#specials_right img { border: 0px; }
#footer_container {
	width:100%;
	padding-top:0px;
	background-color:#172548;
	z-index:1;
	position:relative;		
}
#footer {
	width:1000px;
	height:20px;
	padding-top:5px;
	margin: 0px auto 0px auto;
	float:none;
	color:#f0f0f0;		
}
#footer_left {
	width:400px;				
}
#footer_right {
	width:350px;
	text-align:right;		
}
#footer_right a:link {
	color:#FFF;
	text-decoration: none;
	}
#footer_left a:link {
	color:#FFF;
	text-decoration: none;
	}
#footer_righta:hover {
	color:#0066CC;
	text-decoration: underline;	
	}	
#footer_right a:visited {
	color:#FFF;
	text-decoration: none;
	}
	#footer_left a:visited {
	color:#FFF;
	text-decoration: none;
	}

/* Map Divs */
#map {
float:right;
width:350px; 
height:350px; 
margin-bottom:20px;

}
#map_details {
}
#location_details {
width:350px;
}
#australia_map {
	width:385px;
	float:right;
}
#australia_map_details {
width:320px;
}

/* Links */
a:link {
	color:#000;
	text-decoration: none;
	font-size:11px;
	}
a:visited {
	color:#444;
	text-decoration: none;
	font-size:11px;
	}
a:hover {
	color:#0066CC;
	text-decoration: underline;	
	font-size:11px;
	}
/* Classes */		
.image_border {
	border: 1px #CCC solid;
	padding:2px;
	margin-right:10px;
	}
.holder {
	width:100%;
}
.split2 {
	width:50%;
	}
.split3 {
	width:33%;
	}
.split4 {
	width:25%;
	}
.float_left {
	float:left;
	padding: 0px 20px 0px 10px;	
}		
.float_right {
	float:right;
}	

hr{
width:306px;
align:left;
margin-left:-34px;
}
