body, html {
	margin:				0px;
	padding:			0px;
	height:				100%;
	text-align:			center;
	font-size:			11px;
	font-family:		Tahoma, Verdana, Arial;
	color:				#6b6b6b;
}

body {
	background-image:	url(img/bodybackground.gif);
	background-repeat:	repeat;
	behavior:			url(min-width.htc);
}

#Container {
	position:			relative;
	margin: 			0px auto 0px auto;
	min-height:			100%;
	height:				auto;
	_height:			100%;
	width:				100%;
	min-width:			900px;
	text-align:			left;
	background-image:	url(img/documents.gif);
	background-repeat:	no-repeat;
	background-position: 0px 310px;
}

#Header {
	position:			relative;
	top:				0px;
	margin: 			0px auto 0px auto;
	height:				280px;
	width:				900px;
	text-align:			left;
	background-image:	url(img/logo.gif);
	background-repeat:	no-repeat;
}
#Header #Grid {
	position:			absolute;
	top:				99px;
	width:				900px;
	height:				180px;
	background-image:	url(img/imageGrid.gif);
	background-repeat:	no-repeat;
}
#Header #Contact {
	position:			absolute;
	top:				49px;
	left:				595px;
	width:				243px;
	height:				42px;
	padding-top:		8px;
	padding-left:		5px;
}
#Header #Languages {
	position:			absolute;
	top:				49px;
	left:				279px;
	width:				310px;
	height:				16px;
	padding-top:		34px;
	padding-right:		5px;
	text-align:			right;
}
#Header #Languages a {
	color:				#6b6b6b;
	text-decoration:	none;
}
#Header #Languages a:hover, #Header #Languages a.active {
	color:				#eec600;
	text-decoration:	none;
}
#Header #Email {
	position:			absolute;
	top:				254px;
	left:				279px;
	width:				310px;
	height:				13px;
	padding-top:		4px;
	padding-right:		5px;
	text-align:			right;
}
#Header #Telephone {
	position:			absolute;
	top:				254px;
	left:				595px;
	width:				243px;
	height:				13px;
	padding-top:		4px;
	padding-left:		5px;
}



#Content {
	position:			relative;
	width:				780px;
	left:				50%;
	margin-left:		-330px;
	line-height:		14px;
	margin-top:			10px;
	padding-bottom:		82px;
}
#Content a {
	color: #275496;
}
#Content a:hover {
	color: #326cc2;
}
#Content #LeftColumn {
	position:			relative;
	float:				left;
	width:				455px;
	line-height:		14px;
}
#Content #RightColumn {
	position:			relative;
	float:				left;
	width:				225px;
	margin-left:		25px;
}
#Content #Import {
	position:			relative;
	float:				right;
	width:				45px;
	height:				253px;
	background-image:	url(img/import.gif);
	background-repeat:  no-repeat;
	background-position: right center;
}

#Content .title {
	position: relative;
	clear: both;
	float: none;
	margin-bottom: 15px;
}

#Footer {
	position:			absolute;
	padding-top:		0px;
	height:				82px;
	bottom:				0px;
	width:				100%;
	margin:				0px;
}

#Footer #Approved {
	position:			absolute;
	right:				0px;
	background-image:	url(img/approved.gif);
	background-repeat:	no-repeat;
	width: 				244px;
	height:				82px;
}
#Footer #Design {
	position:			absolute;
	right:				244px;
	width: 				auto;
	height:				27px;
	margin-top:			55px;
}
#Footer #Copyright {
	position:			absolute;
	left:				120px;
	width: 				auto;
	height:				27px;
	margin-top:			55px;
}

/*#LayerDocuments {
	position:			absolute;
	background-image:	url(img/documents.gif);
	background-repeat:	no-repeat;
	height:				441px;
	width:				118px;
	top:				310px;
	left:				0px;
}*/

#LayerDocuments {
	position:			absolute;
	min-height:			100%;
	height:				auto;
	_height:			100%;
	left:				0px;
	top:				0px;
	width:				100%;
	background-image:	url(img/documents.gif);
	background-repeat:	no-repeat;
	background-position: 0px 310px;

}


.clear {
	clear:				both;
	float:				none;
}
span.spacer {
	padding: 0px 5px 0px 5px;
}
p {
	margin:				0px 0px 15px 0px;
	padding:			0px 0px 0px 0px;
}
span.li {
	display:			block;
	margin:				0px 0px 0px 0px;
	padding:			0px 0px 0px 20px;
	background-image:	url(img/bullet.jpg);
	background-position:8px 6px;
	background-repeat:	no-repeat;
}
.big {
	font-weight:		bold;
	letter-spacing:		1.5px;
}
.yellow {
	color:				#eec600;
}
.red {
	color:				#d84310;
}
.green {
	color:				#58a115;
}
.blue {
	color:				#275496;
}

.white {
	color: #ffffff;
	padding: 4px;
	font-size: 16px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 15px;
	font-variant: small-caps;
}
.bg-yellow {
	background:			#eec600;
}
.bg-red {
	background:			#d84310;
}
.bg-green {
	background:			#58a115;
}
.bg-blue {
	background:			#275496;
}
div.pricing {
	width: 80%;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	padding: 10px;
}
span.note {
	width: 82%;
	margin: 2px 0 20px;
	display:block;
	text-align:right;
	font-size: 9px;
}
div.pricing tr.marked td {
	background: #eeeeee;
}