/*
Aurora Global Logistics
www.yacht-transport.com.au

*/


body {
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color:#333333;
	margin:0;
	background-color:#f6f6f6;
	background-image: url(images/background-pattern.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	line-height:20px;
}
#page {
	padding-top:10px;
	margin-top:-10px;
	background-image:url(images/background.png);
	background-repeat:no-repeat;
	background-position: top center;
	
	
}
a#agl-link {
	width:244px;
	height:177px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	left: 300px;
	z-index: 999;
}
a#dyt-link {
	width:150px;
	height:45px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	right:17px;
	bottom: 10px;
	z-index: 999;
}
/* 
	layout 
	--------------------*/

#search {
	text-align:right;
}
#search_box {
	line-height:22px;
}
#top {
	height:174px;
	position: relative;
}
#nav {
	height:45px;
	line-height:45px;
	text-align:center;
	background-image:url(images/nav-bg-new.png);
	margin-top:10px;
	margin-bottom: 5px;
}
#curved {
	height: 16px; 
	background:url(images/curved-top.png);
	width:850px;
	margin:auto;
	display: none;
}

#wrapper {
	background-color:#FFFFFF;
	overflow: auto;
}
#banner {
	background-color:#FFFFFF;
}
#left {
	width:190px;
	padding:30px 0px 0px 20px;
	height:100%;
	background-color:white;
	float:left;
}
#childnav {
	width:100%;
}
#left_bottom {
	width:100%;
}
#main {
	width:610px;
	padding:30px 10px 30px 20px;
	height:auto;
	background-color:white;
	float:right;
}
#clearfloat {
	clear:both;
	height:23px;
	background-image:url(images/bottomcurve.jpg);
}
#footer {
	width:810px;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 20px 40px;
	font:10px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color:#666666;
}
#footleft {
	float:left;
	width:510px;
}
#footright {
	width:300px;
	float:right
}
/* global layout modifiers */
#top, #nav, #wrapper, #clearfloat, #search, #banner, #foot_menu {
	width:850px;
	margin-left:auto;
	margin-right:auto;
}
/* end layout */

.highlight {
	background-image:url(images/searchhighlight.gif);
	background-repeat:repeat-x;
	padding:5px 5px 5px 5px;
	color:#000000;
}
/* Search form styling */

#searchfield {
	width:167px;
	height:30px;
	color:#999;
	border-style:none;
	text-indent: 25px;
	background:transparent url(images/search.png);
	background-repeat:no-repeat;
	line-height: 30px;
	margin-top:10px;
	
}
/* Navigation Styling
	--------------- */

/* #nav ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	text-align: center;
	margin-right: 15px;
}

#nav ul li.menu-first { margin-left:-20px;}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width:103px;
		height:45px;
	font: 12px/45px "Lucida Grande", verdana, sans-serif;
}
#nav a:hover {
	background: url(images/nav-bg-new-active.png) repeat-x 45px;
} */

#nav ul { margin:0; padding:0; list-style: none; margin-left:20px; }

#nav ul li { float:left; margin-right:10px; }

#nav ul li a { 
	display: block;
	height:45px;
	font: 12px/45px "Lucida Grande", verdana, sans-serif; color:#fff;
	padding-left:15px !important;
	padding-right:15px !important;
	width:inherit !important;
	width:120px;
	text-align: center;
	color:red;
	color:#fff !important;
}
#nav ul li a:hover { background: url(images/nav-bg-new-active.png) repeat-x 45px bottom; text-decoration: none;}

#nav ul li.menu-current {
	background: url(images/nav-bg-new-active.png) repeat-x 45px bottom;
}
#nav ul li.menu-parent {
	background: url(images/nav-bg-new-active.png) repeat-x 45px bottom;
}

#foot_menu ul li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	font:10px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color:#666666;
	margin: 0;
}
#foot_menu a {
	font:10px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color:#666666;
	text-decoration:none;
}
#foot_menu a:hover {
	font:10px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color:#333333;
	text-decoration:underline;
}
#foot_menu #currentfoot {
	text-decoration:underline;
}
#childnav {
	padding-left: 0px;
	margin-left: 0px;
	width: 180px;
	line-height:20px;
}
#childnav li {
	list-style:none;
	background-image:url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position:0 .6em;
	margin: 0;
	padding-left:15px;
	border-top: 1px dotted #CCC;
}
#childnav li a {
	text-decoration: none;
	color:#333333;
}
#childnav li a:hover {
	text-decoration: underline;
	color:#666666;
}
#childnav #currentchild {
	text-decoration: none;
	color:#ff7800;
}
.sidenews ul {
	margin-left: 20px;
	padding-left: 0;
	list-style: none;
}
.sidenews li {
	list-style:none;
	background-image:url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position:0 .6em;
	margin-left: 20px;
	padding-left:15px;
}
.sidenews li a {
	text-decoration: none;
	color:#333333;
}
.sidenews li a:hover {
	text-decoration: underline;
	color:#666666;
}
#main ul li {
	list-style:none;
	background-image:url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position:0 .6em;
	margin: 0;
	padding-left:15px;
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	color: #0066CC;
	text-decoration:underline;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}
h1, h2 {
	font-family: 'YanoneKaffeesatzLight', Arial, sans-serif;
	letter-spacing: 1px;
	font-size:25px;
	font-weight:normal;
}

h3 {
	color: #ff6800;
	font-size:15px;
	font-weight:normal;

}
.divider {
	width:100%;
	height:10px;
	border-top: 1px dotted #CCC;
}
img {
	border-style:none;
}
.contactholder {
	height:auto;
	width:430px;
	padding:10px 10px 10px 20px;
	border-top:1px dotted #CCCCCC;
	background-color:#FFFFFF;
}
.jobtitle {
	color:#666666;
}
/*Video page styling*/
.videotable {
width:100%;
border:none;
padding:20px 20px 20px 20px;
}


.sidevideo {
width:187px;
	border: 1px solid #f1f1f1;
		background-image:url(images/videobox_bg.gif);
		height: 200px;
}

.vidbox{
	padding:10px 10px 10px 10px;
	border: 1px solid #f1f1f1;
	margin-bottom:10px;
	background-color:#FFFFFF;
	background-image:url(images/videobox_bg.gif);
	height: 200px;
	width: 190px;
}
div.sidevideo img {
	display: inline;
	margin: 3px;
	border: 4px solid #ffffff;
}
div.vidbox img {
	display: inline;
	margin: 3px;
	border: 4px solid #ffffff;
}
div.vidtext {
	width: 100%;
	margin: 2px;
}
.roundhead {
	font-size:12px;
	background-image:url(images/expandbox_bg.gif);
	width:522px;
	height:27px;
	padding:10px 0 0 20px;
}

.warninghead {
	font-size:12px;
	background-image:url(images/warningbox_bg.gif);
	width:482px;
	height:27px;
	padding:10px 0 0 60px;
}
.warningbox{
	font-size:11px;
	background-image:url(images/warning.jpg);
	background-repeat: no-repeat;
	width:482px;
	height:auto;
	padding:10px 0 0 70px;
}


.warninghead, .roundhead a:link {text-decoration:none;}
.warninghead, .roundhead a:active {text-decoration:none;}
.warninghead, .roundhead a:hover {text-decoration:none;}
.warninghead, .roundhead a:visited{text-decoration:none;}

.newstable a:link {text-decoration:none;}
.newstable a:active {text-decoration:none;}
.newstable a:hover {text-decoration:underline;}
.newstable a:visited{text-decoration:none;}

.stepbystep {
	height:auto;
	width:522px;
	padding:10px 0px 10px 20px;
	border-top:1px dotted #CCCCCC;
	background-color:#FFFFFF;
}

.step2 {
width:300px;
height:auto;
padding:10px 0px 10px 20px;
border-top:1px dotted #CCCCCC;
background-color:#FFFFFF;
}

div.stepbystep img {
float:right;
}
div.step2 img {
float:right;
}
.num {

font:30px   Arial, Helvetica, sans-serif;
	color:#CCCCCC; 
}
	

.label {
		text-align: right;
		width: 150px;
}

.formdiv {width:100%; height:30px; }

.form label {
  display:-moz-inline-box;
  display:inline-block;
  /* to make the text for the labels be right aligned instead of left aligned
    add the declaration: "text-align:right;" to this rule */
}
.form label span {
  display:block;
  display:inline-block;
  min-width: 12em;
  
}
* html .form label span {
  width: 12em; /* for IE5-6 */ 
}
.input { border:1px solid #CCC; width:150px; padding:2px 2px 2px 2px;}
.input2 {border:1px solid #CCC; width:40px; padding:2px 2px 2px 2px;}}

#convert1, #convert2, #convert3, #convert4  { height:70px; padding:10px 0px 0px 10px; background-image:url(http://yacht-transport.com.au/new/templates/Aurora/images/convertback.gif); background-repeat:no-repeat; width:400px; display:none;}

.converttitle  { color:#001835; font-size:12px; text-decoration:none;}

.required {color:#FF6600;}

/* Testimonials */

div.testimonial {

	margin-bottom: 20px;
	margin-left:22px;
}

div.testimonial h2 {
	font-size:14px;
	display: block;
	background: url(/templates/Aurora/images/quote-left.png) left bottom no-repeat;
	height:53px;
	
}
div.testimonial div.testimonial-inner {
	padding-left: 40px;
	padding-right: 30px;
	margin-top:-29px;
	background: url(/templates/Aurora/images/quote-right.png) right bottom no-repeat;
}

div.testimonial div.testimonial-close {
	padding-left: 39px;
	padding-right: 30px;
	min-height: 30px;

}
div.testimonial div.testimonial-close span {
	display: block;
	font-weight: bold;
	font-style: italic;
}
div.testimonial div.testimonial-links {
	padding-left: 39px;
}



