/* css by embermedia.com.au 4 colonialplantationshutters.com.au*/
	/* HTML TAGS */

	body 	{
	font-family: Arial, Helvetica, sans-serif;
	color: #3b3b3b;
	font-size: 13.5px;
	line-height: 20px;
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	letter-spacing: -0.01em;
	width: 909px;
	}
	h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#f02323;
	font-weight:normal;
	font-weight: bold;
	border-bottom: 1px solid #fa5252;
	}
	h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #2f2f2f;
	}
	li {
	line-height: 18px;
	list-style: url(images/bullet.gif);
	}
	.faq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	letter-spacing: 0.05em;
	}
	/* LINKS */
	a:link { 
	color: #000; 
	text-decoration: none; 
	font-weight: bold;
	} 
	a:visited { 
	color: #000; 
	text-decoration: none; 
	font-weight:bold 
	}   
	a:hover { 
	color: #000; 
	text-decoration: underline; 
	font-weight:bold;  
	} 
	a:active {   
	color: #000; 
	text-decoration: underline; 
	font-weight:bold  
	} 
	/* HEADER */
	#header {
	width: 100%;
	height: 180px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	}
	/* CONTAINER */
	#wrap {
	width: 100%;
	height: 660px;
	}
	#wrapfaq {
	width: 100%;
	height: 770px;
	}
	#wrapstartup {
	width: 100%;
	height: 850px;
	}
	/* BACKGROUND */
	#bgtop {
	background-image: url(images/background/bg_top.gif);
	background-repeat: no-repeat;
	background-position: center left;
	width: 909px;
	height: 27px;
	}
	#bgcont {
	background-image: url(images/background/bg_cont.gif);
	background-repeat: repeat-y;
	width: 909px;
	height: 100%;
	}
	#bgbottom {
	background-image: url(images/background/bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 909px;
	height: 33px;
	}
	/* CONTENT */
	#content {
	width: 800px;
	margin-left: 50px;
	}
	#left {
	float: left;
	width: 360px;
	height: 618px;
	border-right: 3px solid #e9e7e7;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 40px;
	}
	#right {
	float: right;
	width: 350px;
	height: 618px;
	}
	/* MENU */
	#menu {	
	width: auto;
	padding: 100px 0px 0px 50px;
	}
	#menuleft{	
	height: 39px;
	width: 1%; /* fixed */
	background-image: url(images/background/menubarcorner.jpg);
	background-repeat: no-repeat;
	float: left;
	}
	/*tabs*/
   #tabs {
    float:left;
    width:100%;
    font-size:93%;
    line-height:normal;
	font-weight: normal;
    }
    #tabs ul {
	margin:0;
	list-style:none;
    }
    #tabs li {
    display:inline;
    margin:0;
    padding:0;
    }
    #tabs a {
    float:left;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
    }
    #tabs a span {
    float:left;
    display:block;
    padding: 5px 15px 4px 6px;
	margin-top: 2px;
    color: #747474;
    }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
     #tabs a:hover span {
	background-color: #d9d9d9;
    margin-top: 2px;
    color:#FFF;
     }
    #tabs a:hover {
     background-position:0% -42px;
     }
    #tabs a:hover span {
     background-position:100% -42px;
     }
	#menuright{
	height: 39px;
	width: 99%; /* fixed */
	background-image: url(images/background/menubar.jpg);
	background-repeat: repeat-x;
	float: right;}
	#leftbar {
	background-image:url(images/background/left_bar.jpg);
	background-repeat: no-repeat;
	height: 467px;
	width: 53px;
	float: left;}
	/* CREDITS */
	#credits {	font-size: 10px;	color: #959595;	}
