/*** Body Definitions ***/

*{
	margin:0; 
	padding:0;
}

body{ 
	height:100%; 
	font-family: "Trebuchet MS", "Lucinda Sans", Georgia, Arial; 
	font-size: 12px; 
	background-color:#f6f6f6;
}

/*** Website wrapper Div ***/

#wrapper{ 
	margin:0 auto; 
	width:1000px; 
	background-image:url(images/wrapper-bg-gradient.gif);
	background-repeat:repeat-y;
}

#wrapper-shadow{
	float:left;
	width:1000px;
	min-height:600px; 
	background-image:url(images/wrapper-bg-gradient.gif);
	background-repeat:repeat-y;
}

/*** Website Heading ***/

#header{
	margin:0 auto; 
	width:870px; 
	height:130px;
	background-color: #ffffff;
	background-image:url(images/header-bg.gif)
}

#logo{
	width:385px;
	height:100px;
	float:left;
}

#login-fields{
	margin:0 auto;
	margin-top:49px;
	float:left;
	margin-left:64px;
}

#login-fields p{
	text-align:center;
	font-size:11px;
	margin-bottom:2px;
}

#login{
	float:right;
	margin-top:52px;
	margin-right:35px;
}

#logged-in{
	text-align:right;
	float:right;
	margin-top:43px;
	margin-right:35px;	
}
#logged-in p{
	text-align:right; 
	margin-bottom:10px;
}

.login-button{border:0;}

#cart-summary
{
	float:right; 
	margin-right:35px;
	width:300px;	
}
#cart-summary p{	
	text-align:right;
	font-size:11px;
	margin:0;
	padding:0;
}

/*** Website Heading ***/

.feature-images{
	margin:0 auto; 
	width:870px; 
	height:199px;
	background-color: #a30332;
}

.sub-page-feature-images{
	margin:0 auto;
	width:870px;
	background-color: #ffffff;
	background-image: url(images/fleet-management-solutions.gif);
}

/*** Horizontal Menu Style with Rollover ***/

#menu-frame{
	margin:0 auto;
	width: 870px;
	background-image:url(images/menu-bg.gif);
	background-repeat:repeat-x;
	border-top:1px solid #ffffff;
	text-align:center;
	overflow:hidden;
}

#menu{
	margin:0 auto; 
	width:771px;
	height:36px;
	overflow:hidden;
}

#menu ul{ 
	text-align:center;
	margin:0 auto; 
	display: inline; 
	list-style-type: none;
}

#menu ul li{
	margin:0 auto; 
	font-family: "Trebuchet MS", "Lucinda Sans", Arial, sans-serif; 
	float:left;
	font-size:13px; 
	line-height:2.9em;
	font-weight:bold;
	list-style-type: none;
}

#menu ul li a:link, #menu ul li a:visited { 
	padding-left:18px;
	color:#333333;
	text-align:center;
	display: block; 
	text-decoration:none;
	font-size:14px;
	background-image:url(images/li-left-tab-off.gif);
	background-repeat:no-repeat;
}

#menu ul li a:link span, #menu ul li a:visited span{
	padding-right:20px; 
	padding-top:10px;
	padding-bottom:8px;
	background: url(images/span-off.gif) top right no-repeat;
}

#menu ul li a:link span.last{background: url(images/li-right-tab-off.gif) top right no-repeat;}

#menu ul li a:hover span, #menu ul li a:active span, #menu ul li a:hover span.last{
	background: url(images/li-right-tab.gif) no-repeat;
	background-position:top right;
}

#menu ul li:hover{
	background-image:url(images/hover-bg.gif);
}

#menu ul li a:hover, #menu ul li a:active {
	color:#ffffff; 
	text-decoration:none;
	background-color:#ca0121;
	background-image:url(images/li-left-tab.gif);
	background-repeat:no-repeat;
}	

#menu ul li.first{background-image:url(images/menu-bg-first.gif);}



#quote{
	background:url(images/sub-menu-bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin:0 auto; 
	width:200px; 
	padding-bottom:5px;
	min-height:170px;
}

.quote{
	margin:0 auto; 
	width:160px; 
	font-size:12px;
}

.product-description{
	padding:4px;
}

.product-description p strong a{
	color:#000000;
}

.product-image a img, #main-product-image a img{
	border:none;
	margin:8px;
}

/***  Main Content ***/

#main-content{
	width:861px; 
	margin:0 auto; 
	font-size:12px;
	font-family: "Lucida Sans", "Trebuchet MS", Georgia, Arial;
	color: #1b1b1b; 
}

#main-content p{ font-size:12px;}
#main-content div{ font-size:12px;}

.content{ 
	float:left;
	background:#ffffff; 
	margin: 0px 10px 0px 40px; 
	min-height:300px; 
	width:560px;
}

.leftcontent{
	float:left;
	width:228px;
}

#sub-content{ 
	font-size:12px;
	font-family: "Lucida Sans", "Trebuchet MS", Georgia, Arial;
	color: #1b1b1b; 
	float:right;
	background:#ffffff; 
	margin: 0px 30px 0px 0px; 
	min-height:300px; 
	width:570px;
}

/*** Latest News & Announcements Front Page ***/

.announcement{
	width:500px; 
	border-top:1px solid #eeeeee;
	padding-top:10px;
	margin-top:5px;
	overflow:hidden;
}

.announcement p{
	font-family: "Lucinda Sans", "Trebuchet MS", Georgia, Arial;
	font-size:11px;
}

/*** right align dot points for sub page text with bullet ***/

.dot-point{
	width:500px; 
	overflow:hidden;
	margin-top:10px;
}

.dot-point-text{float:right; width:460px; margin:0; padding:0; margin-top:-5px; margin-bottom:10px;}

.dot-point-text p{float:right; width:460px; margin:0; padding:0; font-size:12px;}

.news-image{ padding:2px; border:1px solid #cccccc;float:left; margin:15px; margin-top:10px;}

/*** reflection of top image ***/

#feature-img-reflection{
	float:left; 
	width:200px;
	margin-left:14px;
}

/*** features left hand panel with gradient background ***/

.features{
	float:left;
	/*min-height:300px;*/
	width:300px;
	/*background-image:url(images/index-product-bg.gif);*/
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:5px;
}

.features p{margin-bottom:0;}

#features-sub{
	float:left;
	width:260px;
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:5px;
}

.features-sub{
	float:left;
	width:280px;
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:5px;
}

.index-product{
	margin:0 auto; 
	margin-top:10px;
	width:190px; 
	border-bottom:1px solid #cccccc;
	padding-bottom:15px;
}

.index-product-last{
	margin:0 auto; 
	margin-top:10px;
	width:190px; 
	border-bottom:1px solid #cccccc;
	padding-bottom:15px;
	border-bottom:0;
}

.index-product p, .index-product-last p{line-height:1.4em; font-size:12px;}

/*** right align news text with bullet ***/

.news-text{float:right; width:460px;}

/*** product pages internal product menu ***/

#product-banner{
	width:568px;
	height:200px;
	background-image: url(images/product-fleet.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	overflow:hidden;
}

#product-menu{
	float:left;
	margin-top:155px;
	height:30px;
	width:300px;
	margin-left:10px;
	font-size:.9em;
	line-height:2em;
	font-weight:bold;
}

#product-menu a:link, #product-menu a:visited{text-decoration:none; color:#333333;}
#product-menu a:hover{text-decoration:none; color:#cc0033;}

/*** Heading Styles ***/

h1, h2, h3, h4, h5, h6, p{
	font-weight:normal;
	color:#333333;
}

h1, h3 {
	font-size: 24px; 
	font-family: "Trebuchet MS", Arial, Sans-serif; 
	text-align:left;
	line-height:2em;
}

h3{font-size:22px;}

h1 span, h3 span, h6 span{color:#cc0033;}

/*** emphasis headings ***/

h2, h4, h5,h6{
	font-size:14px;
	line-height:2em;
	font-weight:bold;
	font-family: Arial;
}

h2{width:550px;}
h3{	margin-bottom:-10px;}
h4{ margin-top:-7px;}
h6 a:link, h5 a:link, h4 a:link, h6 a:visited, h5 a:visited, h4 a:visited{color:#333333; text-decoration:none;}
h5 a:hover, h4 a:hover{color:#cc0033; text-decoration:underline;}
h6{text-indent:20px; margin-top:20px;}

h6 a:hover{color:#333333; text-decoration:underline;}
h6 a:hover span{color:#cc0033; text-decoration:underline;}

h2 a:link, h2 a:visited{color:#333333; text-decoration:none;}
h2 a:hover{color:#333333; text-decoration:underline;}

/*** Paragraph Styles ***/

p{ 
	font-family: "Lucida Sans", "Trebuchet MS", Georgia, Arial;
	color: #1b1b1b; 
	line-height:1.6em; 
	text-align:left; 
	font-size:12px;
	margin-bottom:15px;
	margin-top:5px;
}

p a, a:link, a:visited{ 
	color: #003366; 
	text-decoration:none;
}

p a:hover{ 
	color: #003366; 
	text-decoration:underline;
}

ul{
	list-style-type:disc;
	margin-bottom:20px;
}

ul li{
	font-family: "Lucida Sans", "Trebuchet MS", Georgia, Arial;
	line-height:1.6em;
	font-size:12px;
	list-style-type:disc;
	margin-left:35px;
}

.features{
	background:url(images/sub-menu-bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin:0 auto; 
	width:220px; 
	padding-bottom:20px;
	margin-left:25px;
	
}

.features > ul{
	list-style-type:none;
	padding-top:30px;
	margin-bottom:0;
}

.features > ul > li
{
	list-style-type:none;
	font-weight:bold;
	line-height:1.6em;
	margin-bottom:0;
	font-size:12px;
	padding-top:1px;
	margin-left:20px;
	text-indent:15px;
	background-position: 0px 7px;
	background-image:url(images/arrow.gif) ;
	background-repeat:no-repeat;
}

.features>ul>li>ul{margin-bottom:0;}
	
.features>ul>li>ul>li {
	list-style-type:none;
	line-height:1.5em;
	font-size:11px;
	padding-top:0px;
	margin-left:15px;
	text-indent:20px;
	background-image:url(images/circle-arrow.gif);
	background-position: 0px 3px; /*50%;*/
	background-repeat:no-repeat;
	color: #666666;	
}

.features ul li ul li a:link{color: #666666;}

.features ul li a:link, .features ul li a:visited{
	text-decoration:none;
	color:#333333;
}

.features ul li a:hover{text-decoration:underline;}

td{
	font-family: "Lucida Sans", "Trebuchet MS", Georgia, Arial;
	color: #1b1b1b;
	font-size:12px;
	line-height:1.4em;
}

td a:link{text-decoration:none; color:#003366;}
td a:hover{text-decoration:underline;}

textarea {
	font-family: Helvetica, sans-serif; 
	font-size:1.1em;
}

.form{
	font-family: "Lucida Sans", "Trebuchet MS", Georgia, Arial;
	color: #1b1b1b;
}

#main-content .arrow-description{color:#FFFFFF; font-size:11px; margin-left:5px; line-height:1.2em; margin-right:10px; padding-top:8px;}

.in-text-list{padding-left:40px; margin-bottom:20px;}

.plug{font-weight:bold;}

.testimonial{font-weight:bold;}

.bread-crumbs, .bread-crumbs a:link, .bread-crumbs a:visited, .bread-crumbs a:hover{color:#999999; font-size:11px; margin-bottom:10px;}

.reference{font-weight:bold; font-size:11px; text-align:right; margin-right:15px;}

.testimonial-reference{font-weight:bold; font-size:11px; text-align:left; color:#666666;}

.buy-case{
	float:left;
	width:250px;
}

#main-product-image{
	float:left;
	width:250px;
}

/*** images ***/
.telstra-dealer{}
.arrow-bg{background:url(images/products/arrow-bg.gif); background-repeat:no-repeat;}
.go-mob-screen-shot{border:0; margin:20px;}
.dealer-map{margin:40px;}

#product-image{ width:190px; text-align:center; margin:auto;}
.index-product-image{float:right; margin-left:5px; border:0;}
.sub-product-image{float:right; margin-right:-10px;}
.info-button{float:right; margin:15px; border:0; margin-top:-5px;}
.normal-image{clear:both; float:none; padding:3px; border:1px solid #cccccc; margin:5px; margin-left:0; margin-top:0;}
.right-image{clear:both; float:right; padding:3px; border:1px solid #cccccc; margin:15px; margin-top:0px;}
.left-image{clear:both; float:left; padding:3px; border:1px solid #cccccc; margin:15px; margin-left:0; margin-top:0px;}

.bullet{
	float:left;
	margin-left:10px;}

/*** website footer ***/

#footer{
	clear:both;
	margin:0 auto;
	width:830px;
	border-top:1px solid #eeeeee;
	min-height:30px;
	margin-top:20px;
}	
#footer p{font-size:11px; color:#666666;}

#footer a:link, #footer a:visited{ color:#666666; text-decoration:none;}
#footer a:hover{color:#666666; text-decoration:underline;}

#copyright{ float:left; }
#other-links{float:right;}

#bottom-shadow{
	clear:both;
	background-color:#f6f6f6; 
	height:30px; 
	width:1000px; 
	margin:0 auto; 
	background-image: url(images/shadow.gif); 
	background-repeat:no-repeat;padding:0;
}

/*** Admin styles ***/

#admin-content{ 
	float:right;
	background:#ffffff; 
	margin: 0px 30px 0px 0px; 
	min-height:300px; 
	width:570px;
}

#admin-content h1{margin-top:20px;} 

.admin-table td{ padding-top: 4px; padding-bottom: 4px;}
.admin-products td, .admin-products th{ padding:2px;}
.admin-products a:link{ text-decoration:none;}
.admin-products a:visited{ text-decoration:none;}
.admin-products a:hover{ text-decoration:underline;}

.pager, .pager td{ font-size:12px; padding-top:1px; padding-bottom:0px;}

/*** Products page styles ***/
.products-table td, .admin-products th{ padding:2px;}
.products-table a:link{ color: #1b1b1b; text-decoration:none;}
.products-table a:visited{ color: #1b1b1b; text-decoration:none;}
.products-table a:hover{ color: #cc0033; text-decoration:underline;}
.products-table img {border:none; padding:2px;}

/*** Shopping Cart Styles ***/
.shopping-cart-table th{ background-color:#ca0121; padding:4px; color:White; font-size:11px;}
.shopping-cart-table td{ padding:4px;}
.shopping-cart-table a:link, a:visited{ 
	color: #003366; 
	text-decoration:none;
}
.shopping-cart-table a:hover{ 
	color: #003366; 
	text-decoration:underline;
}

/*** Featured products styles ***/
#feature-front{
	margin:0 auto; 
	width:210px; 
	padding-bottom:15px;	
}
#feature-front h5{width:180px; margin-left:10px; margin-top:10px;}
#feature-front p{width:180px; margin-left:10px; }
#feature-front img{border:none; padding:0px 10px 20px 10px;}
#feature-front div{border-bottom:1px solid #cccccc; margin:0px 10px 0px 10px; clear:both;}

#feature-product{
	/*background:url(images/sub-menu-bg.gif);*/
	background-position:bottom;
	background-repeat:no-repeat;
	margin:0 auto; 
	width:200px; 
	padding-bottom:15px;	
}
#feature-product h5{width:180px; margin-left:10px;}
#feature-product p{width:180px; margin-left:10px; }
#feature-product img{border:none; padding:0px 10px 20px 10px;}

.dkred { color:#ca0121;}

.logout 
{
	margin-top:-45px;
	margin-left:18px;
	font-weight:bold;
	color:White;
	padding:0;
}
.centre {
	text-align: center;
}

