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

	Wasabi Creative : default.css
	
	Description : CSS for Wasabi Creative Site
		
	Author : Tim Canham http://wasabiweb.com.au

	Version : 1.0

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


html 
{
	background-color: black;
}

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-size: 20px;
	font-family: Tahoma, Arial;
	text-align: justify;
	color: #493f0b;
}

a
{
	color: #5b8407;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1, h2, h3 {
	margin: 0;
	font-weight: bold;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 23px;
}

h3 {
    font-size: 20px;
}

p {
	margin: 0;
	padding: 0 0 5px 0;
	text-align: justify;
	font-size: 17px;
}

ul
{
    margin: 0 auto;
    padding: 0 0 5px 20px;
	line-height: 18px;
}

li {
    font-size: 15px;
	list-style: circle;
}

img {
	border: none;
}

#page {
	width: 1048px;
	margin: 0 auto;
}

#testimonial
{
	background: url(../img/test_bkg.gif) no-repeat;
	height: 110px;
	width: 1048px;
	text-align: center;
	vertical-align: middle;
}

#testimonial #comment
{
	color: #fff;
	padding-left: 175px;
	padding-right: 175px;
	height: 110px;
}

#testimonial #author
{
	color: #fff;
	font-style: italic;
	float: right;
}

#news 
{
	height: 25px;
	width: 1048px;
	color: #fff;
	font-size: 12px;
	padding: 10px 0 20px 10px;
}

#news .date
{
	font-weight: bold;
}

#testimonial a, #footer a, #news a
{
	color: #afd261;
	text-decoration: none;
}

#footer a:hover, #news a:hover
{
	text-decoration: underline;
}

#video
{
	background: url(../img/tv_background.jpg) no-repeat;
	width: 631px;
	height: 415px;
	padding: 71px 0 0 70px;
}

#newspage
{
	padding-left: 65px;
	padding-bottom: 50px;
	color: #f5f6d4;
}

#newspage a
{
	color: #afd261;
}

#homepage
{
	height: 936px;
	width: 1048px;
	background: url(../img/home_bkg.jpg) no-repeat;
}

#homepage #packages
{
	position: relative;
	top: 140px;
	left: 80px;
	width: 270px;
	height: 320px;
	float: left;
}

#homepage #welcome
{
	position: relative;
	top: 180px;
	left: 180px;
	width: 520px;
	height: 200px;
	float: left;
}

#homepage #portfolio
{
	position: relative;
	top: 351px;
	left: -72px;
	width: 650px;
	height: 320px;
	float: left;
}

#packagespage
{
	padding-left: 65px;
	padding-bottom: 50px;
}

#packagespage #col1
{
	width: 550px;
	float: left;
	padding-right: 25px;
	color: #f5f6d4;
}

#packagespage #col2
{
	width: 400px;
	float: left;
	color: #afd261;
}

#packagespage #col2 #zero
{
	color: #f5f6d4;
	padding-top:30px;
}

#contactpage
{
	height: 806px;
	width: 1048px;
	background: url(../img/contact_bkg.jpg) no-repeat;
}

#contactpage #content
{
	position: relative;
	top: 140px;
	left: 410px;
	width: 450px;
	height: 125px;
	float: left;
}

#contactpage #formarea
{
	position: relative;
	top: 250px;
	left: 0px;
	width: 400px;
	height: 460px;
	float: left;
}

#portfoliopage
{
	height: 620px;
	width: 1048px;
	background: url(../img/portfolio_bkg.jpg) no-repeat;
}

#portfoliopage #slider
{
	position: relative;
	top: 137px;
	left: 72px;
	width: 650px;
	height: 320px;
	float: left;
}

#footer
{
	height: 25px;
	width: 1048px;
	color: #fff;
	font-size: 12px;
	text-align: center;
}