@charset "UTF-8";
body  {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#333333;
}
.twoColFixLtHdr #print_header {
	display: none;
}
.twoColFixLtHdr #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(http://images.bigeggmedia.com.au/layout/bigeg_extender.gif) repeat-y right;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
} 
.twoColFixLtHdr #header {
	background: #FFFFFF url(../images/layout/bigeg_header.gif) no-repeat right;
	padding: 0;
	height: 97px;
	margin: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(http://images.bigeggmedia.com.au/layout/bigeg_leftnav.gif) no-repeat;
	display: block;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}

img, div, a, input { behavior:url(/js/iepngfix.htc); /* Adds PNG support in IE 5.5+ */ }

.twoColFixLtHdr #mainContent {
	margin: 0px;
	background-image: url(http://images.bigeggmedia.com.au/layout/bigeg_maincontent.gif);
	background-repeat: no-repeat;
	width: 755px;
	float: right;
	position: relative;
	display: block;
	padding-top: 35px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 18px;
	background-position: right top;
} 
.twoColFixLtHdr #mainContent p {
	margin-top: 0px;
	margin-bottom: 12px;

}
.twoColFixLtHdr #footer {
	padding: 20px 0px 0px 155px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF url(http://images.bigeggmedia.com.au/layout/bigeg_mainfooter.gif) no-repeat right top;
	clear: both;
	margin: 0px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	text-align: center;
	font-size: 0.9em;
	color: #666666;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColFixLtHdr #nav {
	list-style-type: none;
	margin: 37px 0px 0px 30px;
	padding: 0px;
}
.twoColFixLtHdr #nav li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	text-align: left;
	font-variant: small-caps;
	display: inline;
}

.twoColFixLtHdr #nav a:link, .twoColFixLtHdr #nav a:active, .twoColFixLtHdr #nav a:visited {
	color:#0066CC;
	background-image: url(http://images.bigeggmedia.com.au/layout/big-eg-media-navigation-bg.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	overflow:hidden;
	display: block;
	width: 104px;
	text-indent: -9999px;
}

.twoColFixLtHdr #nav a:hover {
	color:#000000;
	background-image: url(http://images.bigeggmedia.com.au/layout/big-eg-media-navigation-bg.gif);
	background-repeat: no-repeat;
	text-decoration:none;
	overflow:hidden;
	display: block;
	width: 104px;
	text-indent: -9999px;
}


/* BUTTONS */
.twoColFixLtHdr #nav li#nav_home a {
	background-position: 0 0px;
	height: 31px;
}
.twoColFixLtHdr #nav li#nav_about a {
	background-position: 0 -32px;
	height: 31px;
}
.twoColFixLtHdr #nav li#nav_conversion a {
	background-position: 0 -63px;
	height: 52px;
}
.twoColFixLtHdr #nav li#nav_scanning a {
	background-position: 0 -267px;
	height: 52px;
}
.twoColFixLtHdr #nav li#nav_videoediting a {
	background-position: 0 -115px;
	height: 52px;
}
.twoColFixLtHdr #nav li#nav_duplication a {
	background-position: 0 -165px;
	height: 52px;
}
.twoColFixLtHdr #nav li#nav_websitedesign a {
	background-position: 0 -218px;
	height: 52px;
}
.twoColFixLtHdr #nav li#nav_faq a {
	background-position: 0 -318px;
	height: 31px;
}
.twoColFixLtHdr #nav li#nav_contact a {
	background-position: 0 -353px;
	height: 31px;
}



/* OVER STATES */
.twoColFixLtHdr #nav #nav_home a:hover {
	background-position: -104px 0px;
	height: 31px;
}
.twoColFixLtHdr #nav #nav_about a:hover {
	background-position: -104px -31px;
	height: 31px;
}
.twoColFixLtHdr #nav #nav_conversion a:hover {
	background-position: -104px -63px;
	height: 52px;
}
.twoColFixLtHdr #nav #nav_scanning a:hover {
	background-position: -104px -267px;
	height: 52px;
}
.twoColFixLtHdr #nav #nav_videoediting a:hover {
	background-position: -104px -115px;
	height: 52px;
}
.twoColFixLtHdr #nav #nav_duplication a:hover {
	background-position: -104px -165px;
	height: 52px;
}
.twoColFixLtHdr #nav #nav_websitedesign a:hover {
	background-position: -104px -218px;
	height: 52px;
}
.twoColFixLtHdr #nav #nav_faq a:hover {
	background-position: -104px -318px;
	height: 31px;
}
.twoColFixLtHdr #nav  #nav_contact a:hover {
	background-position: -104px -353px;
	height: 31px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.indent_left_top {
	padding-top: 30px;
	padding-left: 25px;
}
.right_coloumn {
	float: right;
	display:inline;
	width: 250px;
	margin: 0px 10px 10px;
	padding: 10px;
	background-image: url(../images/blue-box.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
