/*==========================================================================*/
/* Page layout styles                                                       */
/*==========================================================================*/
html, body { margin: 0; padding: 0; }
div, p, a, h1, img { margin: 0; padding: 0; }

#page {

	padding: 0;
	margin: 80px auto 50px auto;

	width: 800px;
	height: 634px;

	font-family: Verdana;
	color: #818183;
	text-align: center; /* Thanks to IE */

}

#page_content {
	width: 800px;
	height: 600px;
	text-align: justify;
}

#footer {
	width: 800px;
	height: 34px;
}

.clear {
	clear: both;
}

/*==========================================================================*/
/* Header Styles                                                            */
/*==========================================================================*/

#logo {
	
	float: left;
	display: block;
	
	width: 230px;
	height: 100px;
	
	background-image: url('../images/liquidus_logo.png');
	text-indent: -9999px;
	overflow: hidden;
}

#menu {
	
	float: right;
	
	margin-top: 48px;
	margin-bottom: 32px;
	padding: 0;
	
	height: 20px;
}

#portfolio {
	float: right;
	display: block;
	
	margin-left: 20;
	
	width: 82px;
	height: 20px;
	
	background-image: url('../images/portfolio.png');
	text-indent: -9999;
	overflow: hidden;
}

#solutions {
	float: right;
	display: block;
	
	margin-left: 20;
	
	width: 91px;
	height: 20px;
	
	background-image: url('../images/solutions.png');
	text-indent: -9999;
	overflow: hidden;
}

#services {
	float: right;
	display: block;
	
	margin-left: 20;
	
	width: 82px;
	height: 20px;
	
	background-image: url('../images/services.png');
	text-indent: -9999;
	overflow: hidden;
}

#about_us {
	float: right;
	display: block;
	
	margin-left: 20;
	
	width: 91px;
	height: 20px;
	
	background-image: url('../images/about_us.png');
	text-indent: -9999;
	overflow: hidden;
}

/*==========================================================================*/
/* Content Styles                                                           */
/*==========================================================================*/

#watermark {

	margin-top: 80px;
	
	width: 800;
	height: 420;
	
	background-image: url('../images/watermark.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#content {
	margin: 0;
	padding: 0;
	
	width: 800;
	height: 400;
	
	overflow-y: auto;
}

h1 {
	padding: 0;
	margin: 0;
}

p {
	padding-top: 10px;
	margin: 0;
	font-size: 12px;
}

p.short_top_padding {
	padding-top: 8px;
}

.col1 {
	float: left;
	margin: 0;
	padding: 0;
	width: 332px;
}

.col2 {
	float: right;
	margin: 0;
	padding: 0;
	width: 332px;
}


ul {
	padding: 0;
	margin: 10px 0 0 24px;
	list-style-image: url('../images/bullet_hollow.png');
}

li {
	padding-top: 5px;
	font-family: Verdana;
	font-size: 12px;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

#privacy a {
	color: #818183;
}

#privacy a:visited {
	color: #818183;
}

.read_more {
	float: right;
	display: block;
	padding-top: 5px;
	color: #00A4E4;
	font-size: 12px;
	text-decoration: underline;
}

select, input, textarea {
	font-family: verdana;
	color: #818183;
	font-size: 12px;
}

/*==========================================================================*/
/* Home Page Styles                                                         */
/*==========================================================================*/

#welcome {
	display: block;
	width: 98px;
	height: 20px;
	background-image: url('../images/welcome.png');
	text-indent: -9999;
	overflow: hidden;
}

#web_design_packages {
	display: block;
	width: 227px;
	height: 22px;
	background-image: url('../images/web_design_packages.png');
	text-indent: -9999;
	overflow: hidden;
}

#seo {
	display: block;
	width: 277px;
	height: 22px;
	background-image: url('../images/seo.png');
	text-indent: -9999;
	overflow: hidden;
}

.col2_top {
	height: 180px;
	padding-bottom: 10px;
}

.col2_top_small {
	padding-bottom: 10px;
}

.col2_bottom {
	padding-top: 10px;
	overflow: hidden;
}

/*==========================================================================*/
/* About Us Page Styles                                                     */
/*==========================================================================*/

#about_liquidus {
	display: block;
	width: 147px;
	height: 22px;
	background-image: url('../images/about_liquidus.png');
	text-indent: -9999;
	overflow: hidden;
}

#location {
	display: block;
	width: 81px;
	height: 20px;
	background-image: url('../images/location.png');
	text-indent: -9999;
	overflow: hidden;
}

#contact_us {
	display: block;
	width: 105px;
	height: 20px;
	background-image: url('../images/contact_us.png');
	text-indent: -9999;
	overflow: hidden;
}

.col1_top {
	height: 180px;
	padding-bottom: 20px;
}

.col1_bottom {
}

.col1_top_large {
	padding-bottom: 20px;
}

.col1_top_large .short_top_padding {
	padding-top: 18px;
}

.address {
	line-height: 20px;
}

#australia {
	float: right;
}

#contact_form {
	margin-top: 20px;
}

.contact_field {
	display: block;
	float: right;
	width: 225px;
}

.form_field {
	padding-bottom: 10px;
	margin: 0 10px 0 0;
}

.form_field input {
	height: 20px;
}

.form_text_area {
	padding-bottom: 10px;
	margin: 0 10px 0 0;
}

.form_label {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	font-family: Verdana;
	font-size: 12px;
}

#contact_message {
	height: 150px;
}

a.contact_send {
	display: block;
	background-image: url('../images/send.png');
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

a.contact_send:hover {
	background-image: url('../images/send_hover.png');
}

#contact_send_container {
	display: block;
	float: right;
	width: 75;
	margin: 0 10px 0 0;
}

/*==========================================================================*/
/* Services Page Styles                                                     */
/*==========================================================================*/

#web_consulting {
	display: block;
	width: 320px;
	height: 22px;
	background-image: url('../images/web_consulting.png');
	text-indent: -9999;
	overflow: hidden;
}

#internet_marketing {
	display: block;
	width: 262px;
	height: 22px;
	background-image: url('../images/internet_marketing.png');
	text-indent: -9999;
	overflow: hidden;
}

.col1_wide {
	float: left;
	margin: 0;
	padding: 0;
	width: 360px;
}

.col2_wide {
	float: right;
	margin: 0;
	padding: 0;
	width: 360px;
}

/*==========================================================================*/
/* Solutions Page Styles                                                    */
/*==========================================================================*/

#standard_website {
	display: block;
	width: 184px;
	height: 20px;
	background-image: url('../images/standard_package.png');
	text-indent: -9999;
	overflow: hidden;
}

#advanced_website {
	display: block;
	width: 191px;
	height: 20px;
	background-image: url('../images/advanced_package.png');
	text-indent: -9999;
	overflow: hidden;
}

#ecommerce_website {
	display: block;
	width: 215px;
	height: 20px;
	background-image: url('../images/ecommerce_package.png');
	text-indent: -9999;
	overflow: hidden;
}

#seo_package {
	display: block;
	width: 255px;
	height: 22px;
	background-image: url('../images/seo_package.png');
	text-indent: -9999;
	overflow: hidden;
}

.col1_top_small {
	overflow: hidden;
	padding-bottom: 20px;
}

/*==========================================================================*/
/* Portfolio Page Styles                                                    */
/*==========================================================================*/

.row {
	width: 800px;
	height: 120px;
}

.row .col1 {
	float: left;
	width: 286px;
	height: 120px;
}

.row .col2 {
	float: left;
	margin-left: 40px;
	width: 350px;
	height: 120px;
	overflow: hidden;
}

.row .col3 {
	float: left;
	margin-left: 40px;
	width: 75px;
	height: 120px;
	position: relative;
}

.row_pad_top {
	margin-top: 15px;
}

p.no_padding {
	padding: 0;
}

div.portfolio_spacer {
	height: 100px;
}

a.view_portfolio {
	display: block;
	background-image: url('../images/view.png');
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

a.view_portfolio:hover {
	background-image: url('../images/view_hover.png');
}

a.port_link {
	color: #818183;
}

/*==========================================================================*/
/* Privacy Page Styles                                                      */
/*==========================================================================*/

#privacy_content {
	margin: 0;
	padding: 0;
	overflow: auto;
}

#privacy_content .col1_wide {
}

#privacy_content .col2_wide {
}

#privacy_content h1 {
	font-size: 10px;
	padding-top: 5px;
}

#privacy_content p {
	font-size: 10px;
	margin: 0;
	padding: 5px 0 0 0;
}



/*==========================================================================*/
/* Footer Styles                                                            */
/*==========================================================================*/

#footer_line {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 22px;
	background-image: url('../images/footer_line.png');
	background-repeat: repeat-x;
}

#copyright {
	float: left;
	font-size: 8px;
}

#privacy {
	float: right;
	font-size: 8px;
}
