@charset "UTF-8";
/* ---------------------------------------------------
=Reset
Takes browser-specific styling and resets it to a
common behavioural standard. Based heavily upon the
Yahoo! User Interface Library Reset:
http://developer.yahoo.com/yui/reset/
--------------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, iframe {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
q:before, q:after {
	content:'"';
}
abbr, acronym {
	border: 0;
}
html {
	font-size: 100.01%; /* Corrects default font sizing in IE/WIN, and font resizing in Opera. */
}
/* Universal */

html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #dadfe5;
	background-image: url(img/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: normal;
	color: #5881c1;
	margin-bottom: 10px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	color: #5881c1;
	margin-top: 15px;
	margin-bottom: 5px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	margin-top: 15px;
	margin-bottom: 5px;
}

a:link, a:visited {
	color: #5881c1;
	font-weight: bold;
	text-decoration: none;
}

a:active, a:hover {
	color: #3581f8;
}

.bluetext {
	color: #5881c1;
}

.blueboldtext {
	color: #5881c1;
	font-weight: bold;
}

.pfimg {
	margin-right: 20px;
}

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 800px;
	background:#FFF;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#header {
	text-align: center;
	padding: 20px;
	min-height: 75px;
}

#header h1 {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: bold;
	font-style: oblique;
	letter-spacing: -0.3px;
}

.headerlogo {
	float: left;
}

#navbar {
	background-color: #5881c1;
	padding: 5px 10px;
}

ul#menu li {
	display: inline;
	position: relative;
}
ul#menu li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
}
ul#menu li a:hover {
	text-decoration: underline;
}
ul#menu li.mega a {
	background: transparent url(img/menu_arrow.png) center right no-repeat;
	padding: 0 14px;
}
ul#menu li.mega a:hover {
	text-decoration: underline;
}
ul#menu div {
	display: none;
}
ul#menu li.mega div {
	position: absolute;
	left: 5px;
	top: 21px;
	padding: 10px 10px 5px 10px;
	background: #d8e7ff;
}
ul#menu li.hovering div {
	display: block;
}
ul#menu li.mega div a {
	color: #300;
	line-height: 24px;
	padding: 0;
	background-image: none;
}
ul#menu li div a.more {
	color: #390;
	font-weight: bold;
}

.mm01 {
	width: 190px;
	z-index: 9999;
}

.mm02 {
	width: 165px;
	z-index: 9999;
}

#picbar {
	height: 100px;
	background-image: url(img/pic_bar.jpg);
}
#content {
	height:100%;
	min-height:100%;
	padding: 0 0 95px; /* bottom padding for footer */
}
#contentleftcol {
	width: 760px;
	min-height: 100%;
	overflow: auto;
	padding: 20px 20px 115px;  /* bottom padding for footer */
	background-image: url(img/fade_top.png);
	background-repeat: repeat-x;
	background-position: top;
}

#contentleftcol p {
	margin-bottom: 10px;
}

#contentrightcol {
	position: relative;
	float: right;
	width: 160px;
	margin-left: 20px;
}

#contentrightcol240 {
	position: relative;
	float: right;
	width: 240px;
	margin-left: 20px;
}

#contentrightp {
	position: relative;
	float: right;
	width: 240px;
	margin: 40px 0 0 20px;
}

#enquirybox {
	position: relative;
	float: right;
	width: 420px;
}

.servdiv {
	position: relative;
	width: 570px;
	float: left;
	margin-bottom: 20px;
}

.servdiv img {
	float: right;
	margin: 0 0 0 20px;
}

#contentrightcol img,#contentrightcol240 img {
	margin-bottom: 20px;
}

#footer {
	clear: both;
	width: 800px;
	padding: 15px 0;
	position:absolute;
	bottom:0; /* stick to bottom */
	background-color: #EEE;
	background-image: url(img/fade_top.png);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	font-size: 12px;
	line-height: normal;
}

.autodesk {
	position: absolute;
	left: 25px;
	top: 25px;
}

.autodeskbox {
	position: absolute;
	right: 25px;
	top: 10px;
}