/*==========================================

Site :		Cairns Web Design
Author:		Cairns Web
Created:


============================================*/

/* CSS Layout Styles */
#masthead {
	background-image: url(../images/site/Bg-Checked-Grey.jpg);
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 3px;
	border-left-width: 15px;
	border-bottom-style: solid;
	border-top-color: #7ABE07;
	border-right-color: #7ABE07;
	border-bottom-color: #7ABE07;
	border-left-color: #7ABE07;
	text-align: center;
}



#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#nav {
	text-align: center;
	background-image: url(../images/site/bg-footer.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 10px;
}
#nav a:link, a:visited{
	font-size: 100%;
}
#nav a:hover{
	font-size: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #ADD61A;
	border-right-color: #ADD61A;
	border-bottom-color: #ADD61A;
	border-left-color: #ADD61A;
	color: #FFF;
}

#wrapper {}
#content {
	padding: 30px;
}

#content li {
	list-style-position: inside;
	list-style-type: square;
	margin-left: 30px;
}
#content img {
	padding-left: 0em;
}
#footer {
	background-image: url(../images/site/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer li {
	list-style-position: inside;
	list-style-type: square;
}

#base {
	background-image: url(../images/site/bg-base.jpg);
	font-size: 200%;
	color: #FFF;
	text-align: center;
	padding-right: 1em;
}

#address {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#copyright {
	text-align: right;
	border-top-color: #5C9206;
	border-right-color: #5C9206;
	border-bottom-color: #5C9206;
	border-left-color: #5C9206;
	border-top-width: 1px;
	border-top-style: solid;
	margin: 0px;
	padding-right: 2em;
}

/* CSS Styles */

* { margin: 0px; padding: 0px; }
html { font-size: 100%; }

body {
	font-size: 100%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #CCC;
	background-image: url(../images/site/Bg-Checked-Grey.jpg);
}

h1 {
	color: #81AB19;
	font-size: 150%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}

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


.img a {border:none;}

.img-border {
	border: 1px solid #94D727;
}

.img-border-padded {
	border: 1px solid #94D727;
	margin-right: 1em;
	margin-bottom: 1em;
}

/* p { font-size: 1.0em; line-height: 1.5em; padding: 0 0 10px 0; }*/

.green {color: #ADD61A;}
.white {color: #FFF;}

.required {
	color: #999;
	font-style: italic;
	font-size: 80%;
}

.thead {
	background-color: #333;
}
.tcontent {
	background-color: #414141;
}

.box-packages {
	background-image: url(../images/site/bg-package.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 300px;
	padding-left: 2em;
}

.order-now {
	background-image: url(../images/site/btn-general.jpg);
	background-repeat: no-repeat;
	padding-left: 3.5em;
	background-position: 0em;
	line-height: 4em;
}

	/* Form Styles */
	
	input, textarea, select {
	color: #FFFFFF;
	border: 1px solid #666;
	background-color: #333;
	padding: 2px;
	}
	
	label
	{
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
	}
	
	.submit 
	{
	background-color: #8ACA1E;
	color: #333;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 3px;
	padding-left: 30px;
	} 

