* {
	padding:0px;
	margin: 0px;
	font-family:'HelveticaNeue',Helvetica,Arial;
	color:#929292;
}

html {
	background:#E3E3E3;
}

html,body {
	margin:0px;
	padding: 0px;
}

body {
	padding-top:200px;
}

a {
	text-decoration:none;
	color:#373d43;
}

a img {
	border: none;
}

.maintable a:not(.gotoTop):hover, .maintable a:hover h2 {
	color:#0D4782;
	text-decoration: underline;
}

.header {
	width:100%;
	height:144px;
	background:url(../img/Header.png) repeat-x;
	position:fixed;
	top:0px;
}

.header table {
	width:100%;
}

.header td.left, .header td.right {
	padding:15px;
}

.header table tr.mid td {
	height: 20px;
	padding: 0px;
}

.header table tr.last td.mid {
	vertical-align: top;
}

.header table tr.first td.mid {
	padding-top:20px;
	width:800px;
	min-width: 800px;
}

.header table.rule tr td.left {
	max-width:2px;
	height:6px;
	background:url(../img/RuleLeft.png) right center no-repeat;
	padding:0px;
	margin:0px;
}

.header table.rule tr td.mid {
	height:6px;
	background:url(../img/RuleBG.png) left center repeat-x;
	padding:0px;
	margin:0px;
	width:100%;
}

.header table.rule tr td.right{
	max-width:2px;
	min-width: 2px;
	height:6px;
	background:url(../img/RuleRight.png) left center no-repeat;
	padding:0px;
	margin:0px;
}

.maintable {
	margin-bottom:20px;
	width:100%;
}

.maintable tr.top td.left {
	background:url(../img/CornerUL.png) no-repeat;
	height:21px;
	width:21px;
}

.maintable tr.top td.mid {
	background:url(../img/Top.png) repeat-x;
	height:21px;
}

.maintable tr.top td.right {
	background:url(../img/CornerUR.png) no-repeat;
	height:21px;
	width:21px;
}

.maintable tr.content td.left {
	background:url(../img/Left.png) repeat-y;
	width:21px;
}

.maintable tr.content td.mid {
	background:#FFF;
	vertical-align:top;
	width:800px;
	max-width:800px;
	padding:0px;
}

.maintable tr.content td.right {
	background:url(../img/Right.png) repeat-y;
	width:21px;
}

.maintable tr.bottom td.left {
	background:url(../img/CornerBL.png) no-repeat;
	height:21px;
	width:21px;
}

.maintable tr.bottom td.mid {
	background:url(../img/Bottom.png) repeat-x;
	height:21px;
}

.maintable tr.bottom td.right {
	background:url(../img/CornerBR.png) no-repeat;
	height:21px;
	width:21px;
}

h2 {
	color:#373d43;
	font-family:'HelveticaNeue',Helvetica,Arial;
	font-weight:lighter;
	margin-bottom:0px;
	border-bottom: 1px dotted #E3E3E3;
	margin-bottom: 5px;
}

.footer {
	width:163px;
	height:13px;
	background:url(../img/Copyright.png);
	display:block;
	margin-bottom:20px;
}

.footer:hover {
	background:url(../img/CopyrightOver.png);
	cursor:pointer;
}

ul.menu, ul.menu li, ul.menu li ul {
	list-style:none;
	margin:0px;
	padding:0px;
	border-spacing: none;
}

ul.menu {
	display: block;
	width: 100%;
}

ul.menu li {
	display:inline-block;
	*display:inline;
	zoom: 1;
	vertical-align:text-top;
	overflow:visible;
	padding-top: 2px;
}

ul.menu li.homebtn {
	width:79px;
}

ul.menu li.portfoliobtn {
	width:109px;
}

ul.menu li.productsbtn {
	width:101px;
}

ul.menu li li {
	width:224px;
}

ul.menu li li {
	display:block;
}

ul.menu li ul {
	overflow:visible;
	display:none;
	margin:0px;
	width:224px;
	padding-bottom:31px;
	margin-top:17px;
	background:url(../img/MenuBottom.png) bottom left no-repeat;
}

ul.menu li ul li {
	padding-left:20px;
	background:url(../img/MenuBG.png) top left repeat-y;
}

ul.menu li ul li:hover {
	background-image:url(../img/MenuBGOver.png);
	cursor:pointer;
}

ul.menu li:hover ul {
	display:block;
}

ul.menu li li a {
	text-decoration:none;
	width:100%;
	display:block;
	padding-top:0px;
	padding-bottom:5px;
}

ul.menu li li:hover a {
	color:#0D4782;
}

ul.menu .homebtn a.link {
	width:54px;
	height:19px;
	background:url(../img/Home.png);
	display:inline-block;
}

ul.menu .homebtn.selected a.link {
	background: url(../img/HomeSelected.png);
}

ul.menu li.homebtn:hover a.link {
	background:url(../img/HomeOver.png);
	cursor:pointer;
}

ul.menu .portfoliobtn a.link {
	width:84px;
	height:19px;
	background:url(../img/Portfolio.png);
	display:inline-block;
}

ul.menu .portfoliobtn.selected a.link {
	background: url(../img/PortfolioSelected.png);
}

ul.menu li.portfoliobtn:hover a.link {
	background:url(../img/PortfolioOver.png);
	cursor:pointer;
}

ul.menu .productsbtn a.link {
	width:86px;
	height:19px;
	background:url(../img/Products.png);
	display:inline-block;
}

ul.menu .productsbtn.selected a.link {
	background:url(../img/ProductsSelected.png);
}

ul.menu .productsbtn:hover a.link {
	background:url(../img/ProductsOver.png);
	cursor:pointer;
}

ul.menu .aboutbtn a.link {
	width:61px;
	height:19px;
	background:url(../img/About.png);
	display:inline-block;
}

ul.menu .aboutbtn.selected a.link {
	background:url(../img/AboutSelected.png);
}

ul.menu .aboutbtn:hover a.link {
	background:url(../img/AboutOver.png);
	cursor:pointer;
}

.banner {
	margin-top:25px;
	margin-bottom:25px;
}

a.gotoTop {
	width:26px;
	height:10px;
	background:url(../img/GotoTop.png);
	display:block;
	float:right;
}

a.gotoTop:hover {
	background:url(../img/GotoTopOver.png);
}

table.detailTable {
	width: 100%;
	border-spacing: 0px;
}

table.detailTable tr td {
	padding: 5px;
}

table.detailTable tr td:first-child {
	width:40%;
	text-align: right;
}

table.detailTable tr td:last-child, table.detailTable tr td:last-child b {
	color:#373d43;
}

table.detailTable tr:not(:last-child) td:last-child {
	border-bottom: 1px dotted #E3E3E3;
}

select, input, textarea {
	outline-color:#373d43;
	width: 200px;
	font-size: 18px;
	color: #373d43;
	background-color: #E3E3E3;
	padding: 5px;
	border:1px solid #808080;
}

select:focus, input:focus, textarea:focus, select:hover, input:hover, textarea:hover {
	background: #EAEAEA;
}

input[type=submit]:hover {
	cursor: pointer;
	background:#373d43;
	color:#FFFFFF;
	border:#000000 1px solid;
}

span.error {
	display: block;
	padding-left: 10px;
	background: url(../img/Bullet.png) no-repeat left center;
	color: #ae003d;
}

hr {
	margin: 0px;
	border: none;
	border-bottom: 1px dotted #E3E3E3;
	margin-bottom: 5px;
	margin-top: 5px;
}

.bullet {
	margin-right:5px;
}

.maintable ul {
	display: block;
	list-style: none;
	margin: none;
}

.maintable ul li {
	padding-left: 10px;
	background: url(../img/BulletFilled.png) no-repeat left center;
}

span.small {
	font-size:9px;
}