@charset "utf-8";
/* CSS Document */
body{
	background-color:#7d7d7d;
}
#preload{
	position:absolute;
	left:-10000px;	
}
#top_shadow{
	width:964px;margin:8px auto 0px auto;background:url(../images/top_shadow.gif) left bottom repeat-x;height:6px;overflow:hidden;
}
#pageContainer{
	margin:0px auto;
	width:951px;
	padding:0px 6px;
	background:url(/images/bg.gif) left repeat-y;
	position:relative;
}
#header{
	padding:13px 19px 0px 15px;
	background-color:#ee2e24;
	height:93px;
	position:relative;
	z-index:2;
}
#header .right{
	text-align:right;
	margin-top:0px;
	height:50px;
}
#header .right p{
	color:#fff;
}
#search{
	width:200px;
	margin-top:10px;
	position:relative;
}
#search input{
	height:16px;
	padding:0px 5px;
	text-indent:5px;
	border:0px;
	padding-top:1px;
	font-size:11px;
	position:absolute;
	left:36px;
	width:100px;
}
#logo{
	width:400px;
	position:relative;
}
#logo .second{
	position:absolute;
	left:164px;
	top:13px;
}
/**start top menu**/
#menu{
	position:absolute;
	/*right:15px;*/
	right:10000px;
	margin-top:4px;
	height:19px;
	z-index:1000;
}
#menu ul{
	list-style-type:none;
	height:19px;
	line-height:19px;
	margin:0px;
}
#menu ul li{
	display:block;
	float:left;
	padding-right:16px;
	background:url(/images/menu/inactive_right.gif) right bottom no-repeat;
	position:relative;
}
#menu ul li.active{
	background:url(/images/menu/active_right.gif) right bottom no-repeat;
	z-index:1;
}
#menu ul li#first{
	width:15px;
	background:url(/images/menu/first_inactive.gif) right bottom no-repeat;
}
#menu ul li#first.active{
	width:15px;
	background:url(/images/menu/first_active.gif) right bottom no-repeat;
}
#menu ul li#last{
	padding-right:7px;
	background:url(/images/menu/last_inactive.gif) right bottom no-repeat;
}
#menu ul li#last.active{
	padding-right:7px;
	background:url(/images/menu/last_active.gif) right bottom no-repeat;
}
#menu ul li a{
	display:block;
	padding:0px 5px 0px 5px;
	background:url(/images/menu/inactive_bg.gif) left bottom repeat-x;
	color:#fff;
}
#menu ul li a:hover{
	text-decoration:underline;
}
#menu ul li.active a{
	background:url(/images/menu/active_bg.gif) left bottom repeat-x;;
	background-color:#fff;
	color:#ee3224;
	font-weight:bold;
}
#menu ul li ul.sub{
	position:absolute;
	left:-10000px;
	top:19px;
	margin:0px;
	background-color:#fff;
	padding:5px 5px 0px 5px;
	width:120px;
	height:auto;
	overflow:hidden;
	z-index:100;
}
#menu ul li ul.sub li{
	float:none;
	padding-bottom:5px;
	background:#fff;
}
#menu ul li ul.sub li a{
	display:block;
	color:#464646;
	background:#f5f5f5;
	padding-left:10px;
	width:105px;
	font-weight:normal;
}
#menu ul li ul.sub li.active a{
	color:#ee3224;
	background:#ebebeb;
	font-weight:bold;
}
#menu ul li ul.sub li a:hover{
	background:#ebebeb;
	text-decoration:none;
}
/**end top menu**/
/** start body **/
#body{
	
}
/** home page **/
#home{
	width:936px;
	padding:30px 0px 19px 15px;
	background-color:#fff;
	overflow:hidden;
}
#home .one{
	width:250px;
	padding-right:15px;
	margin-top:35px;
	padding-top:65px;
	background:url(/images/home/welcome.gif) left top no-repeat;
}
#home #join{
	margin-top:23px;
	width:250px;
	height:140px;
	overflow:hidden;
}
#home .two{
	padding-right:15px;
	width:392px;
}
#home #video{
	width:392px;
	height:230px;
	overflow:hidden;
}
#home #rotate{
	width:392px;
	height:230px;
	overflow:hidden;
}
#home #special{
	margin-top:22px;
	width:391px;
	height:138px;
	overflow:hidden;
}
#home .three{
	width:263px;
}
#home #catalogue{
	width:255px;
	height:220px;
	overflow:hidden;
	padding-top:10px;
}
#home #advantage_club{
	width:253px;
	height:139px;
	overflow:hidden;
	padding-top:20px;
}
#home #catalogue .wrapper{
	width:102px;
	height:90px;
}
#home #catalogue .block{
	width:75px;
	margin:0px auto;
}
/** inside **/
#inside{
	width:100%;
	background-color:#fff;
	overflow:hidden;
}
#inside #top{
	height:78px;
	background:url(/images/inside/top_bg.gif) 225px bottom no-repeat;
	margin-left:10px;
	margin-right:17px;
	border-bottom:1px solid #d1d1d1;
}
#inside #top .left{
	margin-top:11px;
	width:225px;
	height:66px;
	overflow:hidden;
	border-top:1px solid #d1d1d1;
}
#inside #top .breadcrumb{
	float:left;
	margin-top:11px;
	margin-left:4px;
	width:660px;
	height:26px;
	padding:40px 15px 0px 20px;
	border-top:1px solid #d1d1d1;
	background:url(/images/inside/bread_crumb_bg.gif) left top repeat-x;
	font-size:12px;
}
#inside #top .breadcrumb a{
	color:#7d7d7d;
}
#inside #submenu{
	width:239px;
	background:url(/images/inside/content_bg.gif) right repeat-y;
}
#submenu ul{
	list-style-type:none;
	margin:30px 0px 0px 30px;
	width:163px;
}
#submenu ul li{
	padding:5px 0px;
}
#submenu ul ul{
    margin:5px 10px 0px 15px;
    width:148px;
}
#submenu ul ul li{
    padding:3px 0;
}
#submenu ul a{
	display:block;
	width:100%;
	color:#464646;
	border-bottom:1px solid #d1d1d1;
	background:url(/images/inside/submenu_link_bg.gif) right bottom no-repeat;
}
#submenu ul a:hover{
	font-weight:bold;
	color:#ee3224;
	background:url(/images/inside/submenu_link_current_bg.gif) right bottom no-repeat;
}
#submenu ul a.current{
	font-weight:bold;
	color:#ee3224;
	background:url(/images/inside/submenu_link_current_bg.gif) right bottom no-repeat;
}
#submenu #new{
	width:167px;
	margin:30px 0px 50px 30px;
}
#submenu #new.bottom{
	margin:155px 0px 50px 30px;
}

#content{
	width:650px;
	padding:25px 0px 20px 50px;
	margin-left:-5px;
	background:url(/images/inside/content_bg.gif) left repeat-y;
}
ul.location{
	margin:0px;
	list-style-type:none;
	font-size:11px;
	width:650px;
	padding-bottom:30px;
	overflow:hidden;
}
ul.location li{
	float:left;
	padding:5px 0px;
	margin:0px;
	color:#464646;
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #d4d4d4;
}
ul.location li.head{
	font-weight:bold;
	font-size:12px;
	border-bottom:0px dotted #d4d4d4;	
}
.odd{
	background-color:#ebebeb;
}
ul.location li div{
	float:left;	
}
ul.location li .store{
	width:145px;
	padding-left:5px;
}
ul.location li .address{
	width:215px;
}
ul.location li .suburb{
	width:72px;
}
ul.location li .state{
	width:50px;
}
ul.location li .phone{
	width:100px;
}
ul.location li .view{
	width:60px;
}
.location_details{
	width:340px;
	overflow:hidden;
}
.location_details .left{
	width:160px;
	padding-right:5px;
}
.location_details div{
	font-size:12px;
	color:#4d4d4d;
	margin-bottom:5px;
}
.location_details span{
	color:#ee3224;
}
.location_details p{
	margin:0px;
}
.pagination{
	text-align:right;
	font-size:12px;
}
.pagination span{
	padding-left:5px;
}
ul.jobs{
	margin:0px;
	list-style-type:none;
	width:514px;
	margin-bottom:20px;
}
ul.jobs li{
	background-color:#ebebeb;
	padding:10px;
	margin-bottom:15px;
}
ul.jobs li .head{
	color:#004B8D;
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;	
}
ul.jobs li .date{
	margin-bottom:5px;
}
div.date{
	background-color:#ebebeb;
	height:23px;
	line-height:23px;
	margin-bottom:15px;
}
div.date span{
	padding:0px 5px;
}
.result{
	padding:5px 10px;
}
.result a:visited{
	color:#7319ad;
}
#bottom{
	padding:20px 0px 20px 9px;
	background:url(/images/bottom/bottom_bg.gif) -2px -2px repeat-x;
	height:227px;
	overflow:hidden;
}
#bottom.home{
	background:url(/images/bottom/bottom_bg.bak2.gif) left top repeat-x;
}
#bottom ul{
	width:100%;
	margin:0px;
	list-style-type:none;
	overflow:hidden;
}
#bottom ul.top{
	height:123px;
}
#bottom ul.bottom{
	height:67px;
}
#bottom ul li{
	display:inline;
	text-align:center;
	padding-right:1px;
}
#bottom #supported_by{
	padding:20px 0px 5px 10px;
	width:133px;
	height:20px;
	overflow:hidden;
}
/**footer**/
#footer{
	width:964px;
	margin:0px auto;
	padding-top:5px;
	background:url(/images/footer_bg.gif) left top no-repeat;
	height:30px;
	color:#d7d7d7;
	text-align:center;
	font-size:11px;
}
