/*
	@Author: ROI.com.au, Dan Priebs ~ Web Team
	@Wordpress Theme: ROI.com.au Click Converter
*/

/* -------------------------------------------------- GLOBAL */

@charset "utf-8";

body {
	background: #dedede url(../images/bg-repeat.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans;
	line-height: 1.4;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.6;
	color: #323333;
}

/* -------------------------------------------------- LAYOUT */

#container {
	
	margin: 0 auto;
	position: relative;
	width: 940px;
}

#inner-container {
	
	width: 100%;
}

#inner-container-bottom {
	background: none repeat scroll 0 0 #FFFFFF;
    margin-left: 20px;
    width: 900px;
}

#header {
	background: url("../images/header.jpg") no-repeat scroll 0 0 transparent;
    height: 171px;
    margin-left: -20px;
    padding-bottom: 7px;
    width: 936px;
}

#navigation {
    background: url("../images/nav-bg.jpg") no-repeat scroll 0 0 transparent;
    left: 20px;
    position: absolute;
    top: 150px;
    width: 100%;
}

#banner {
    background: url("../images/banner-bg.png") no-repeat scroll 0 0 ;
    height: 253px;
    margin-left: 14px;
    margin-top: 19px;
    width: 872px;
}

.banner-left{
    background: url("../images/banner-text.png") no-repeat scroll 0 0 transparent;
    height: 182px;
    margin-left: 39px;
    margin-top: 62px;
    position: absolute;
    width: 421px;
}

.banner-right{
  height: 182px;
    margin-left: 513px;
    margin-top: 51px;
    position: absolute;
    width: 363px;
}

.call{
   color: #fffeb6;
    font-family: helvetica,arial;
    font-size: 24px;
    margin-left: 669px;
    margin-top: -85px;
    position: absolute;
}

.number{
  color: #fffeb6;
    font-family: helvetica,arial;
    font-size: 36px;
    margin-left: 649px;
    margin-top: -64px;
    position: absolute;
}



#content-container {
	margin-left: 17px;
}

#content {
	float: left;
	width: 570px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#sidebar {
	background: url(../images/cta-bg.png) no-repeat;
	float: right;
	width: 290px;
	margin-top: 0px;
}

#sidebar-wrapper {
	float: right;
    margin-right: -20px;
    margin-top: 30px;
}

#sidebar-form {
	margin-bottom: 2px;
	padding-top: 20px;
}

#sidebar-diagram {
	width: 241px;
}

#map{
	background: url("../images/map.jpg") no-repeat scroll 0 0 transparent;
	height: 270px;
	margin-left: -6px;
}

#map p{
padding-left:60px;
padding-top:26px;
}

#footer-container {
	width: 100%;
	text-align: center;
	font-size: 10px;
	color: #868686;
	padding-top: 20px;
}


#footer {
background: url(../images/bg-footer.png) bottom center repeat-x;
	height: 50px;
	width: 900px;
	height:171px;
	margin: 0 auto;
}

.footer-left{
	width:200px;
	position:absolute;
	margin-left:18px;
	
}

#footer a{
text-decoration:none;
}

.footer-left p{
	padding-bottom:5px!important;
	text-align:left;
}


.footer-center{
	width:200px;
	position:absolute;
	margin-left:312px;
}

.footer-center p{
	padding-bottom:5px!important;
	text-align:left;
}

.footer-right{
	width:280px;
	position:absolute;
	margin-left:605px;
}

.footer-right p{
	padding-bottom:5px!important;
	text-align:right;
}

.cta-top{
margin-bottom:10px;
}

.cta-title{
margin-left:10px;
}
/* -------------------------------------------------- TYPOGRAPHY */

A:link {
	text-decoration: underline;
	color:#df2e05;
}
	
A:visited {
	text-decoration: none;
	color: #868686;
}
	
A:active {
	text-decoration: none;
	color:#df2e05;
	
}

h1 {
	color: #fc0000;
	font-size: 21px;
	margin-bottom: 0px;
	padding-bottom: 0.1em;
	display:block;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../images/h1-bg.jpg) no-repeat;
	padding-top: 3px;
}

h1 a {
	color: #323333;
	font-size: 23px;
	display:block;
	text-decoration:none;
}

h2, h2 a {
	color: #262626;
	font-size: 17px;
	margin-bottom: 11px;
	padding-bottom: 0.1em;
	display:block;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	color: #323333;
	font-size: 20px;
	margin-bottom: 12px;
	padding-bottom: 0.1em;
	display:block;
	text-decoration:none;
	font-family: 'PT Sans', arial, serif;
}

h2 a {
	color: #323333;
	font-size: 23px;
	display:block;
	text-decoration:none;
}

 

p {
	padding-bottom: 15px;
	
}

#content p{
text-indent: 10px;
}



.faq-header {
	background: url(../images/bg-faq-header.png) no-repeat;
	width: 522px;
	height: 25px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 45px;
	padding-top: 5px;
}

.contact-header {
	background: url(../images/contact-header.png) no-repeat;
	width: 522px;
	height: 25px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 45px;
	padding-top: 5px;
	margin-bottom: -14px;
}

.contactus-background {
	background: url(../images/contactus-bg.jpg) no-repeat;
	width: 552px;
	height: 269px;
	padding-left: 15px;
	margin-top: -5px;
	padding-top: 10px;
	margin-bottom: 5px;
}

.googlemap {
	margin-bottom: 10px;
}

.services-background {
	float: left;
	background: url(../images/bg-service-content.png) repeat-y;
	width: 542px;
	padding-left: 15px;
	margin-top: -5px;
	padding-top: 10px;
	margin-bottom: 30px;
	padding-right: 10px;
}

.services-images {
	float: left;
	width: 239px;
}

.services-content {
	float: right;
	width: 290px;
	padding-left: 10px;
}

.services-header {
	background: url(../images/bg-faq-header.png) no-repeat;
	width: 522px;
	height: 25px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 45px;
	padding-top: 5px;
}

.clear-both {
	clear: both;
}

/* -------------------------------------------------- NAVIGATION */

#navigation ul {
	padding-top: 2px;
	width: 901px;
}
#navigation li {
	color: #323333;
	float: left;
}
#navigation li a {
	color: #FFFFFF;
    display: block;
    font-size: 13px;
    margin-top: -2px;
    padding: 5px 23px;
    text-decoration: none;
}
#navigation li a:hover {
	background-color: #fff;
	color: #004a3b;
}

#content li{
 	list-style: disc outside none;
    margin-bottom: 10px;
    margin-left: 38px;
    margin-top: 10px;
}

.nav-about{
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    margin-top: -2px;
    padding: 5px 24px !important;
    text-decoration: none;
}

.nav-catalogue{
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    margin-top: -2px;
    padding: 5px 25px !important;
    text-decoration: none;
}

.nav-order-online{
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    margin-top: -2px;
    padding: 5px 28px !important;
    text-decoration: none;
}

.nav-locations{
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    margin-top: -2px;
    padding: 5px 26px !important;
    text-decoration: none;
}

.nav-premium-wines{
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    margin-top: -2px;
    padding: 5px 22px !important;
    text-decoration: none;
}

.nav-corporate{
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    margin-top: -2px;
    padding: 5px 27px !important;
    text-decoration: none;
}

.nav-contact{
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    margin-top: -2px;
    padding: 5px 25px !important;
    text-decoration: none;
}

/* -------------------------------------------------- CONTENT/IMG FORMATING */

.btn-find-out-more {
	margin-top: 130px;
	margin-left: 50px;
}

.type-container {
	width: 573px;
	float: left;
}

.type-left {
	float: left;
	width: 279px;
}

.type-right {
	padding-left: 15px;
	float: right;
	width: 279px;
}

.site-logo {
margin-left: 64px;
    margin-top: 24px;
}

.site-after {
	padding-bottom: 5px;
}

img {
	border: none;
}

.content-img{
    float: left;
    padding-left: 0px;
    padding-bottom: 0px;
	margin-top: -10px;
}

.content-img-left{
    float: left;
    width: 183px;
    padding-left: 0px;
}

.content-img-right{
    float: right;
    width: 379px;
	padding-left: 8px;
	margin-top: -5px;
}

.content-img-two{
    float: left;
    padding-left: 0px;
    padding-bottom: 10px;
}

.content-img-two-left{
    float: left;
    width: 250px;
    padding-left: 0px;
}

.content-img-two-right{
    float: right;
    width: 272px;
	padding-left: 20px;
	padding-top: 20px;
}

.content-img-three{
    float: left;
    padding-left: 0px;
    padding-bottom: 0px;
}

.content-img-left-three{
    float: left;
    width: 255px;
    padding-left: 0px;
}

.content-img-right-three{
    float: right;
    width: 264px;
	padding-left: 20px;
	padding-top: 5px;
}

/* -------------------------------------------------- TESTIMONIALS */

.testimonials {
  width: 100%;
  float: left;
  margin-left: 35px;
}

.testimonials-quote-left {
  width: 21px;
  float: left;
  padding-right: 2px;
  display: block;
}

.testimonials-content {
  width: 528px;
  float: left;
  background-color: #ece7e7;
  padding-top: 20px;
  padding-bottom: 6px;
  display: block;
}

.testimonials-quote-right {
  width: 21px;
  float: left;
  padding-left: 2px;
  display: block;
  height: 100%;
  padding-top: 140px;
}

/* -------------------------------------------------- FORMS */

.enquiry-form form {
	padding: 0px 21px 20px;
}

.description {
	padding-top: 70px;
	margin-left: 20px;
	margin-right: 35px;
}

.enquiry-form p {
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	padding-bottom: 11px;
}

.input-single {
	margin-left: 0;
    margin-top: 0.25em;
    padding: 1px 10px;
    width: 191px;
}
.textarea {
	height: 92px;
	margin-bottom: 8px;
	width: 200px;
}



.drop-single{
    color: #7c7c7c;
	font-style: italic;
    width: 202px;
    padding-left: 10px;
    margin-left: 11px;
    margin-top: -5px;    
}

input, textarea {
	border: 1px #536C87 solid;
	color: #232323;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.dflt {
	color: #7c7c7c;
	font-style: italic;
}

.submit {
	background: url(../images/submit-btn.jpg) no-repeat;
	border: 0;
	cursor: pointer;
	height: 64px;
	margin-left: -1px;
	width: 213px;
	margin-top: 6px;
}

.submit-contact {
	background: url(../images/submit-contact-btn.jpg) no-repeat;
	border: 0;
	cursor: pointer;
	height: 31px;
	margin-left: -1px;
	width: 132px;
	margin-top: 6px;
}
.submit span, .submit-contact span {
	display: block;
	text-indent: -9999px;
}

.specials-cta{
	 background: url("../images/specials.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 54px;
    margin-top: 10px;
    padding-left: 8px;
    padding-top: 22px;
}