html, body {
	margin: 0px;
}

#wrapper {
	width: 100%;
	margin: auto;
	position: absolute;
}

#master {
	width: 980px;
	position:relative;
}

#header {
	background-color: #572B5E;
	height: 148px;
	width: 980px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 0;
	overflow: visible;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


#piranesilogo {
	height: 81px;
	width: 192px;
	top: 25px;
	left: 0px;
	position: absolute;
	z-index: 1;
}

#informatixlogo {
	height: 46px;
	width: 192px;
	top: 30px;
	right: 50px;
	position: absolute;
	z-index: 1;
}

#contentmain {
	background-color: #75427D;
	position: relative;
	width: 980px;
	left: 0px;
	top: 0px;
	z-index: 0;
	overflow:hidden;
}

#subcontent {
	position: relative;
	width: 980px;
	left: 0px;
	top: 0px;
	z-index: 0;
	clear: right;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #ebebeb;
	background-image: url(../images/layout/subcontent3_bg.gif);
	background-repeat:repeat-y;
	background-position:left;
	padding-bottom: 100px;
}

#contentimage {
	position: relative;
	z-index: 0;
	height: 355px;
	width: 489px;
	top: 0px;
	left: 0px;
	float: left;
}

#contenttext {
	font-family: trebuchet ms;
	font-size: 12px;
	color: #000000;
	z-index: 1;
	width: 465px;
	margin: 8px;
	position: relative;
	float:right;
	line-height: 18px;
}

#contenttext h1{
	font-family: trebuchet ms;
	font-size: 18px;
	font-weight: bold;
}

#contenttext h2{
	font-family: trebuchet ms;
	font-size: 14px;
	font-weight: bold;
}
#contenttext a:link { text-decoration: underline; color: #000000; }
#contenttext a:visited { text-decoration: underline; color: #000000; }
#contenttext a:active { text-decoration: underline; color: #000000; }
#contenttext a:hover { text-decoration: underline; color: #000000; }

#contenttext2 {

	font-family: trebuchet ms;
	font-size: 12px;
	color: #000000;
	z-index: 1;
	width: 960px;
	/*left: 315px;*/
	margin: 8px;
	position: relative;
	float:right;
	line-height: 18px;
}

#contenttext2 h1{
	font-family: trebuchet ms;
	font-size: 18px;
	font-weight: bold;
}

#contenttext2 h2{
	font-family: trebuchet ms;
	font-size: 14px;
	font-weight: bold;
}
#contenttext2 a:link { text-decoration: underline; color: #000000; }
#contenttext2 a:visited { text-decoration: underline; color: #000000; }
#contenttext2 a:active { text-decoration: underline; color: #000000; }
#contenttext2 a:hover { text-decoration: underline; color: #000000; }

#primarynav {
	font-family: trebuchet ms;
	font-size: 14px;
	font-weight: bold;
	color: #793C83;
	position: absolute;
	z-index: 3;
	left: 30px;
	top: 107px;
}
#primarynav a:link { text-decoration: none; color: #FFFFFF; }
#primarynav a:visited { text-decoration: none; color: #FFFFFF; }
#primarynav a:active { text-decoration: none; color: #FFFFFF; }
#primarynav a:hover { text-decoration: none; color: #FFFFFF; }

#breadcrumbs {
	font-family: "trebuchet ms";
	font-size: 9px;
	font-weight: bold;
	color: #C5C7C4;
	position: absolute;
	z-index: 1;
	top: 129px;
	right: 39px;
}
#breadcrumbs a:link { text-decoration: none; color: #C5C7C4; }
#breadcrumbs a:visited { text-decoration: none; color: #C5C7C4; }
#breadcrumbs a:active { text-decoration: none; color: #C5C7C4; }
#breadcrumbs a:hover { text-decoration: none; color: #C5C7C4; }

.dropdown {
	position: absolute;
	z-index: 2;
	top: 102px;
	left: 0px;
	overflow: visible;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
	font-family: trebuchet ms;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 55px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	text-align: left;
	visibility: hidden;
	background-image: url(../images/layout/menu_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#dropdownoption {
	margin-bottom: 5px;
	padding: 3px;
	z-index: 2;
}
#dropdownoption a:link { text-decoration: none; color: #FFFFFF; }
#dropdownoption a:visited { text-decoration: none; color: #FFFFFF; }
#dropdownoption a:active { text-decoration: none; color: #FFFFFF; }
#dropdownoption a:hover { text-decoration: none; color: #FFFFFF; }
#dropdownoption:hover {background: #572B5E;}
#subnav {
	position: relative;
	z-index: 3;
	width: 189px;
	left: 10px;
	top: 10px;
	font-family: trebuchet ms;
	font-size: 12px;
	font-weight: bold;
	color: #A780AD;
	line-height: 18px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#subnav a:link { text-decoration: none; color: #A780AD; }
#subnav a:visited { text-decoration: none; color: #A780AD; }
#subnav a:active { text-decoration: none; color: #A780AD; }
#subnav a:hover { text-decoration: none; color: #A780AD; }

#subcontentdetail{
	position: relative;
	z-index: 2;
	width: 740px;
	top: 10px;
	font-family: trebuchet ms;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	float: right;
	margin: 10px;
	right: 10px;
	list-style-image: url(../images/icons/bullet.gif);
	list-style-type: circle;
}
#subcontentdetail a:link { text-decoration: underline; color: #000000; }
#subcontentdetail a:visited { text-decoration: underline; color: #000000; }
#subcontentdetail a:active { text-decoration: underline; color: #000000; }
#subcontentdetail a:hover { text-decoration: underline; color: #000000; }
#subcontentdetail h1{
	font-family: trebuchet ms;
	font-size: 18px;
	font-weight: bold;
}
#subcontentdetail h2{
	font-family: trebuchet ms;
	font-size: 14px;
	font-weight: bold;
}
#subcontentdetail li{
	line-height: 26px;
}
.searchfield {
	background-color: #C0C0C0;
	height: 21px;
	width: 153px;
	border: 1px solid #FFFFFF;
	font-family: "trebuchet ms";
	font-size: 12px;
	font-weight: bold;
	color: #A181A1;
	line-height: 20px;
}
#input {
	font-family: trebuchet ms;
	font-size: 12px;
}
#termsarea {
	font-family: "Trebuchet MS";
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 2;
	left: 14px;
	bottom: -7px;
	position: absolute;
}
#termsarea a:link { text-decoration: none; color: #FFFFFF; }
#termsarea a:visited { text-decoration: none; color: #FFFFFF; }
#termsarea a:active { text-decoration: none; color: #FFFFFF; }
#termsarea a:hover { text-decoration: none; color: #FFFFFF; }
#newslistarea {
	float: right;
	z-index: 2;
	height: 233px;
	width: 275px;
	top: 10px;
	right: 25px;
}
#newslistareaitem {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B083B1;
	z-index: 2;
	height: 199px;
	width: 95px;
	padding: 5px;
	float:right;
	margin-left: 25px;
}
#contentimage3 {
	position: relative;
	z-index: 1;
	height: 245px;
	width: 784px;
	top: 0px;
	left: 0px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #572b5e;

}
#contenttext3 {
	font-family: trebuchet ms;
	font-size: 12px;
	color: #000000;
	z-index: 1;
	width: 164px;
	margin: 8px 8px 8px 2px;
	right: -7px;
	padding-right: 10px;
	position: relative;
	float:right;
	line-height: 16px;
	background-color: #75427D;
}
#contenttext3 a:link { text-decoration: none; color: #A780AD; }
#contenttext3 a:visited { text-decoration: none; color: #A780AD; }
#contenttext3 a:active { text-decoration: none; color: #A780AD; }
#contenttext3 a:hover { text-decoration: underline; color: #A780AD; }

#contentimage2 {

	position: relative;
	z-index: 0;
	height: 355px;
	width: 980px;
	top: 0px;
	left: 0px;
	float: left;
}
#bottomline {
	background-color: #572B5E;
	position: absolute;
	z-index: 1;
	width: 845px;
	left: 200px;
	bottom: 0px;
	height: 18px;
	font-family: "Trebuchet MS";
	font-size: 9px;
	text-align: center;
}
#bottomline a:link, 
#bottomline a:visited,
#bottomline a:active,
#bottomline a:hover { text-decoration: none; color: #FFFFFF; }
#globalcart {
	position: absolute;
	z-index: 1;
	height: 75px;
	width: 160px;
	left: 220px;
	top: 25px;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	font-size: 10px;
}
#globalcart a:link { text-decoration: underlined; color: #A780AD; }
#globalcart a:visited { text-decoration: underlined; color: #A780AD; }
#globalcart a:active { text-decoration: underlined; color: #A780AD; }
#globalcart a:hover { text-decoration: underlined; color: #A780AD; }
