body {
	background-color: #ffffff;
	background: url('images/bg.gif');
	margin: 0px;
	padding: 0px;
	font-family:  tahoma, verdana, arial;
	font-size: 14px;
	color: #000000;
	text-align: center;
}

a {
	color: #c00000;
	text-decoration: none;
}

a:hover {	
	text-decoration: underline;
}

.soft {
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	color: #c0c0c0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #c00000;
}

td.formdesc {
	border-right: 1px solid #909090;
	border-bottom: 1px dotted #909090;
	padding: 3px;
}

td.formdesc2 {
	border-bottom: 1px dotted #909090;
	padding: 3px;
}

#maincontainer {
	width: 970px;
	position: relative;
	margin: 0 auto;	margin-top: 100px;
	text-align: left;
}

.logo {
	position: absolute;
	top: 0px;
	right: 5px;
}

#quirkbox {
	position: absolute;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	border-right: 1px dotted #c0c0c0;
	border-left: 1px dotted #c0c0c0;	
	background: #ffffff;
	color: #404040;
	top: 73px;
	width: 970px;
	height: 240px;
	left: 0px;
}

.imgStandout {
	position: absolute;
	left: 0px;
	top: 0px;
}

.imgBreaker {
	position: absolute;
	left: 360px;
	top: -20px;
}

#siteurl {
	color: #c00000;
	font-size: 12px;
	font-family: tahoma, verdana, arial;
	position: absolute;
	top: 245px;
	left: 180px;
}

#sitetxt1 {
	color: #404040;
	font-size: 16px;
	font-weight: normal;
	font-family: tahoma, verdana, arial;
	position: absolute;
	top: -23px;
	left: 184px;
    text-align: right;
}

#sitetxt2 {
	color: #c00000;
	font-size: 17px;
	font-weight: bold;
	font-family: tahoma, verdana, arial;
	position: absolute;
	top: -23px;
	left: 374px;
}

#copytxt {
	color: #909090;
	font-size: 10px;
	font-weight: normal;
	font-family: tahoma, verdana, arial;
	position: absolute;
	right: 5px;
	top: 245px;
}

.imgBoxAbout {
	position: absolute;
	left: 370px;
	top: 13px;
	border: 0px;
}

.imgBoxServices {
	position: absolute;
	left: 520px;
	top: 13px;
	border: 0px;
}

.imgBoxContact {
	position: absolute;
	left: 670px;
	top: 13px;
	border: 0px;
}

.imgBoxClients {
	position: absolute;
	left: 820px;
	top: 13px;
	border: 0px;
}

#inscontainer {
	width: 800px;
	position: relative;
	margin: 0 auto;	
	margin-top: 25px;
	text-align: left;
}

.insidelogo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#insidebody {	
	background-color: #ffffff;
	border: 2px solid #808080;
	border-left: 1px dotted #808080;
	border-right: 1px dotted #808080;
	width: 100%;
	position: absolute;
	min-height: 300px;
	top: 72px;
	text-align: left;

	background-repeat: no-repeat;
	padding: 10px;
	-moz-box-sizing:border-box;box-sizing:border-box;
	z-index: 6;
	height: auto;
}

#abouton {
	position: absolute;
	right: 332px;
	top: -2px;
	width: 103px;
	height: 2px; 
	z-index: 10;
	background: #ffffff;
}

#serviceson {
	position: absolute;
	right: 222px;
	top: -2px;
	width: 103px;
	height: 2px; 
	z-index: 10;
	background: #ffffff;
}

#contacton {
	position: absolute;
	right: 112px;
	top: -2px;
	width: 103px;
	height: 2px; 
	z-index: 10;
	background: #ffffff;
}

#clientson {
	position: absolute;
	right: 2px;
	top: -2px;
	width: 103px;
	height: 2px; 
	z-index: 10;
	background: #ffffff;
}

.tabAbout {
	position: absolute;
	right: 330px;
	top: 45px;
	border: 0px;
}

.tabServices {
	position: absolute;
	right: 220px;
	top: 45px;
	border: 0px;
}

.tabContact {
	position: absolute;
	right: 110px;
	top: 45px;
	border: 0px;
}

.tabClients {
	position: absolute;
	right: 0px;
	top: 45px;
	border: 0px;
}

.pageHdr {
	color: #C00000;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 2px solid #cccccc;
}

#pageFtr {
	color: #909090;
	font-weight: normal;
	font-size: 10px;
	position: absolute;
	bottom: -20px;
	right: 0px;
}

