@charset "UTF-8";
/* CSS Document */

h1 {
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 12px;
}
h2 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 12px;
	line-height: 18px;
	margin-top: 0px;
}
h3 {
	font-weight: bold;
	font-size: 1em;
	line-height: 18px;
	margin: 0px;
}
h4 {
	font-weight:bold;
	font-size: 10px;
	line-height: 18px;
}

.form_box {
	border:1px solid #F0F0F0;
	margin:0px;
	padding:10px;
	color: #000000;
	background-color:#F0F0F0;
	font-size: 12px;
	float: left;
	clear: none;
}

.feature {
	display:block;
	float:none;
	margin:0 20px;
}

.small_text {
	font-size: 10px;
}
.medium_text {
	font-size: 10px;
}
.two_column {
	display: block;
	padding: 20px;
	float: left;
	width: 335px;
	margin: 0px;
}
.search_box {
	font-size: 10px;
	color: #999999;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	height: 20px;
	line-height: 20px;
	border-top: 1px solid #666666;
	border-right: none;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
.seacrh_image { padding-top:1px; }

.display_image {
	clear: none;
	padding-right:34px;
	padding-top:15px;
	margin:0px;
}
.heading   {
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin-left: 20px;
}
.box_gradient {
	background-image: url(http://images.bigeggmedia.com.au/box-gradient.jpg);
	background-repeat: repeat-x;
	display: block;
}
a {
	color: #0066CC;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.price_list {
	border-bottom:solid 1px #CCCCCC;
}
.front-page-special {
	width:220px; height:68px; display:block; text-align:center; padding:10px; background-color:#660066; color:#FFFFFF; float:left; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.front-page-special h2 a:link, .front-page-special h2 a:active, .front-page-special h2 a:visited {
	font-size:24px;
	color:#FFFFFF;
	text-decoration:none;
	line-height: normal;
	font-weight: normal;
	
}
.front-page-special h2 a:hover {
	font-size:24px;
	color:#FFFFFF;
	text-decoration:underline;
	line-height: normal;
	font-weight: normal;
}

#web-portfolio {
	position: absolute;
	display: block;
	height: 20px;
	width: 200px;
	z-index: 0;
	right:83px;
	text-align: right;
}

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:820px;
	padding:20px;
	text-align:center;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(http://images.bigeggmedia.com.au/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.home_right {
	background:#c1cfea;
	float:right;
	width:250px;
	padding:10px;
	margin-right:10px;
	clear: none;
	margin-bottom: 10px;
}
.home_newsletter {
	background:#21507F url(../images/newsletter-background-ribbon.gif) no-repeat right top;
	float:right;
	width:250px;
	padding:10px;
	margin-right:10px;
	clear: none;
	margin-bottom: 10px;
	color: #FFFFFF;
}
.home_newsletter a {
	color:#FFFFFF;
	}

