html,body
{
	height: 100%;
	background: #eee;
	margin:0px;
	font-family: Trebuchet MS;
	line-height: normal;
	color: #444;
	font-size: medium;
}

hr
{
	height:1px;
	border-width:0;
	color:#E0E0E0;
	background-color:#E0E0E0;
}

.div
{
	border:1px solid #99F;
}

.xlarge{
	font-size:x-large;
}

.large{font-size:large;}
.medium{font-size: medium;}
.small{font-size:small;line-height:1.5em;}
.xsmall{font-size: x-small;}


.bold
{
	font-weight: bold;
}

.italics
{
	font-style:italic;
}

h1
{
}

h3
{
	padding:0px;
	margin: 5px 0px 5px 0px;
}

h4
{
	font-size: medium;
	font-weight: bold;
	margin:0px;
}

.grey
{
    background: #eee;
}

.glass
{
    color: #333;
    border: 1px solid #ccc;
}


a:link,a:visited,a:active,.orange
{
    color:#F6A913;
    text-decoration: none;
}

a:hover
{
    color: #99E;
    text-decoration: none;
}

a img
{
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-bottom: 0px;
}

#outer
{
    height:100%;
}

#inner
{
	height: auto;
	width:900px;
	margin:auto;
	min-width:640px;
	border:0px solid #ddd;
}

#header
{
    padding:5px; 
}

#logo
{
	background: #fff;
	height: 95px;
	width:240px;
	float:left;
}

#logo div
{
    padding: 8px;
}

.page-title
{
	background: #fff;
	height: 95px;
	float:center;
}

.page-title div
{
    padding: 15px;
}

#menu
{
    height:40px;
    background: #E0E0E0;
	width:100%;
}

#menu ul 
{
	list-style: none;
}

#menu ul li
{
	padding:10px;
	margin: 0px 15px 0px 10px;
	float: left;
	font-size: 1.2em;
	color: #AAA;
	cursor: pointer;
}

#menu a:link,#menu a:visited,#menu a:active,.orange
{
    color: #F6A913;
    text-decoration: none;
}

#menu a:hover
{
    color: #99E;
    text-decoration: none;
}

#contentlocker
{
    background: #fff;
}
#contentlocker div
{
    padding: 10px;
}
#contentlocker div div
{
    padding: 10px;
}

ul.menu
{
	list-style: none;
	margin:0px;
	padding:0px;
}

ul.menu li 
{
	margin:0px;
	padding:0px;
}

#tabHome div,#tabProducts div,#tabAbout div,#tabJobs div,#tabBlogs div
{
    background: #fff;
}

.maincontent
{
    width:100%;
}

.clear
{
	clear:both;
}

#footer
{
	font-size:0.8em;	
}

table
{
	border-style:solid;
	border-width:1px!important;
	border-collapse:collapse;
}