#page {
	background-image: url(../media/jpg/swirlpaper.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
	margin: 0px;
	height: 1000px;
	padding: 0px;
	position: absolute;
	border: 5px solid #000000;
	width: 100%;
	overflow: hidden;
	left: 0px;
	top: 0px;
}
#footer {
	position: absolute;
	left: 5px;
	bottom: 5px;
	height: 100px;
	background-image: url(../media/png/footerbg.png);
	background-repeat: repeat-x;
	background-position: left top;
	z-index: 100;
}
#footer #logo {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}


#html {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
}

body {
	padding: 0px;
	background-color: #000000;
	margin: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
	-moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
	cursor: url('../media/cur/default.cur'), default !important;
}
code {
	-moz-user-select: auto;
    -khtml-user-select: auto;
    -webkit-user-select: auto;
    -o-user-select: auto;
    user-select: auto;
	cursor:text;
}
a{
	cursor: url('../media/cur/pointer.cur'), default !important;
}
a:active{
	cursor: url('../media/cur/pointer.cur'), default !important;
}
label{
	cursor: url('../media/cur/pointer.cur'), default !important;
}
select{
	cursor: url('../media/cur/default.hover.cur'), default !important;
}
input[type="image"]{
	cursor: url('../media/cur/default.hover.cur'), default !important;
}
input[type="text"] {
	cursor: url('../media/cur/text.cur'), pointer;
}
textarea {
	cursor: url('../media/cur/text.cur'), pointer;
}
#page #pageheader {
	background-image: url(../media/png/headerbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 82px;
	position: relative;
	margin-top: -3px;
	width: 100%;
	z-index: 50;
}
#__legacy_body #external_browser_window {
	position: relative;
	height: 400px;
	width: 1024px;
	overflow-X:hidden;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	display: none;
}
#__legacy_body #external_browser #external_browser_close_button {
	position: absolute;
	z-index: 50;
	left: 0px;
	top: 10px;
	cursor: url('../media/cur/pointer.cur'), pointer;
}

#__legacy_body #external_browser {
	background-image: url(../media/png/visor.png);
	background-repeat: repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	display: none;
}
#site {
	display: none;
}
#site #page #pageheader #toolbar {
	position: absolute;
	top: 26px;
	right: 20px;
}



#page #pageheader #badge {
	position: absolute;
	left: 43px;
	top: 7px;
	z-index: 50;
}
#page #pageheader #loader {
	position: absolute;
	left: 140px;
	top: 35px;
	display: none;
}

#page #pageheader #topnav {
	margin-left: 220px;
	width: 800px;
	position: relative;
}
#page #pageheader #topnav a {
	position: relative;
	margin-right: 20px;
	margin-left: 20px;
	display: inline;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	font-weight: bold;
}
#page #pageheader #topnav a:hover {
	color: #E9106B;
}
#page #pageloader {
	position: absolute;
	height: 400px;
	overflow-Y: hidden;
}
#__legacy_body #site #page #pagemenutrigger {
	position: absolute;
	height: 800px;
	width: 1600px;
	top: 55px;
}


.navitem    {
	position: relative;
	height: auto;
	display: inline;
	width: 100px;
}
.navrollover{
	color: #000000;
	background-color: #CCCCCC;
}
.navrollout{
	color: #FFFFFF;
	background-color: transparent;
}
#pagecontentholder {
	position: absolute;
	height: auto;
	width: 600px;
	left: 0px;
	top: 0px;
	display: none;
}
#pagecontentholder .pagecontent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #99CC00;
	padding-left: 0px;
	padding-right: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #99CC00;
	border-right-color: #99CC00;
	border-bottom-color: #99CC00;
	border-left-color: #99CC00;
	margin-left: 20px;
	margin-right: 20px;
}

#portfoliovisor  {
	position: absolute;
	height: 300px;
	width: 800px;
	left: 0px;
	top: 0px;
	z-index: 20;
}

.pagecontent {
	background-image: url(../media/png/pagebg.png);
	background-repeat: repeat;
	position: relative;
	left: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#portfolioscrollup {
	position: absolute;
	height: 40px;
	width: 520px;
	top: 0px;
	left: 20px;
	cursor: pointer;
}

.pagecontentcontact {
	background-image: url(../media/png/contactbg.png);
	background-repeat: repeat;
	position: relative;
	left: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: center bottom;
}
.pagecontent a {
	color: #F02F81;
}


#pagecontentholder h1 {
	color: #F3EB1A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 45px;
	position: relative;
	height: 26px;
	width: 554px;
	background-image: url(../media/png/tabx600.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 26px;
}
#pagecontentholder p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
}
#footer #copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 10px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#pagecontentholder .pagecontent fieldset {
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	margin-bottom: 10px;
	border: 1px solid #DADADA;
}
#pagecontentholder .pagecontent legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	margin-left: -1px;
}
#portfoliocontent {
	position: relative;
	height: 330px;
}
#portfolioscrollpane {
	position: absolute;
	height: 240px;
	width: 520px;
	left: 0px;
	top: 43px;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#portfolioscrolldown {
	position: absolute;
	top: 287px;
	left: 20px;
	cursor: pointer;
}

.portfolio_items {
	position: relative;
	height: 240px;
	width: 520px;
	background-image: url(../media/png/portfolio-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
.portfolio_items .portfolio_image {
	position: absolute;
	height: 185px;
	width: 300px;
	top: 35px;
	left: 10px;
	overflow: hidden;
	border: 2px dashed #333333;
}
.portfolio_items .portfolio_title {
	position: absolute;
	left: 10px;
	top: 5px;
	font-weight: bold;
	width: 400px;
	overflow: hidden;
	font-size: 18px;
	color: #99CC00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.portfolio_item_screenshot {
	height: 230px;
	width: 312px;
	padding-right: 4px;
	padding-left: 4px;
	position: relative;
}

.portfolio_items .portfolio_link {
	position: absolute;
	left: 320px;
	font-style: normal;
	top: 210px;
	width: 190px;
	font-weight: normal;
}
.portfolio_items .portfolio_description {
	position: absolute;
	left: 320px;
	top: 30px;
	width: 190px;
	height: 180px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
.portfolio_items .portfolio_preview {
	position: absolute;
	top: 155px;
	font-style: italic;
	left: 240px;
}
.usehandcursor{
	cursor: url('../media/cur/pointer.cur'), pointer;
}
#ie {
	color: #000000;
	background-color: #FFFFCC;
	padding: 10px;
	border: 1px dotted #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	margin-right: 20px;
	margin-left: 20px;
}
#__legacy_body #site #footer #toggle_interface {
	position: absolute;
	left: 20px;
	bottom: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
#__legacy_body #site #footer #toggle_interface #interfacetoggle {
	cursor: url('../media/cur/pointer.cur'), pointer;
}
#__legacy_body #site #footer #toggle_interface label {
	cursor: url('../media/cur/pointer.cur'), pointer !important;
}
#__legacy_body  #site  #page  #pageheader  #permalink_url  {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	width: 100%;
	margin-right: 15px;
	padding: 5px;
	position: absolute;
	top: 28px;
	right: 80px;
	text-align: right;
}
#__legacy_body  #site  #page  #pageheader  #permalink_url  a  {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-color: #555555;
	color: #D2D5DA;
}
#__legacy_body  #site  #page  #pageheader  #permalink_url  a:hover  {
	background-color: #333333;
	color: #E9EBED;
}
#__legacy_body #external_browser #external_preloader {
	background-image: url(../media/gif/pre.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 800px;
	width: 1600px;
	left: 0px;
	top: 0px;
	background-position: center center;
}
#__legacy_body #footer #container-header-searchform #sitemaplink {
	position: absolute;
	top: 40px;
	right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#__legacy_body #footer #container-header-searchform #sitemaplink:hover {
	color:#FFCC00;
}
