/*--------General--------*/
html
{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
}

body
{
	width: 960px;
	margin: 0 auto;
}

.imagelink img
{
	border-style: none;
	border: none;
	margin: 0;
	padding: 0;
}

hr
{
	height: 2px;
	border: none;
	color: white;
	background-color: white;
	margin: 0px;
}

.emp
{
	font-weight: bold;
	font-size: 24px;
	margin: 0px;
	
}

	.emp a:link {color:#ffffff} /* unvisited link */
	.emp a:visited {color:#ffffff} /* visited link */
	.emp a:hover {color:#ffffff} /* mouse over link */
	.emp a:active {color:#ffffff} /* selected link */


/*--------Title---------*/

#title
{
	height: 86px;
}

#title p
{
	margin: 10px;
	margin-right: 30px;
}

#title .imagelink
{
	float: left;
}

#title .text
{
	float: right;
	text-align: right;
}

#title .shout
{
	font-size: 24px;
	font-style: italic;
}

/*--------Menu---------*/

#menu
{
	width: 100%;
	height: 40px;
	background-color: #333333;
	font-family: "Trebuchet MS";
}

#top_menu
{ 
	height: 38px;
	margin: 0;
	padding: 0;
	color: white;
	float: left;
}

#top_menu li 
{
	position: relative;
	display: inline; 
	float: left; 
	height: 100%;
	margin-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center; 
	font-size: 13px; 
	line-height: 30px;
}

#top_menu li a
{

	height: 29px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 5px;
	text-decoration: none; 
	color: white;
	display: inline;
	border: none;
}


/*--------Header---------*/

#header
{
	height: 273px;
	background-color: #F7F8F8;
}

#header img
{
	float: right;
}

#header_menu
{
	float: left;
	margin-top: 40px;
}

#header_menu li 
{
	font-size: 22px; 
	line-height: 30px;
	margin: 15px;
	list-style: square;
}

#header_menu li a
{
	text-decoration: none;
	border: none;
	color: black;
}


/*--------Content---------*/

#content
{
	height: 380px;
	border-top: 1px black solid;
	border-bottom: 1px black solid;
}


/*--------Main---------*/

#main
{
	position: relative;
	width: 640px;
	height: 100%;
	float: left;
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 12px;
	font-family: "Trebuchet MS";
}

#main h1
{
	font-size: 14px;
}

#main img.links
{
	float: left;
	vertical-align:absmiddle; 
}

#main img
{
	float: right;
}

/*--------Info---------*/

#info
{
	position: relative;
	width: 230px;
	height: 378px;
	margin-top: 1px;
	float: right;
	color: white;
	background-color: #333333;
	font-size: 12px;
}

#info p
{
	margin-left: 20px;
}

#info_list
{
	margin-top: 0;
}

#info_list li 
{
	font-size: 12px; 
	list-style: square;
	list-style-type: square;
	list-style-position: outside;
}

#info_list li a
{
	text-decoration: none;
	border: none;
	color: white;
}

#info #phone
{
	position: absolute;
	padding: none;
	margin: none;
	top: 20px;
	left: -41px;
}

#info #demo_button
{
	margin-left: 10px;
	margin-top: 1px;
	width: 209px;
	height: 63px;
	display: block;
	background-image: url('../images/button_normal.jpg');
}

#info #demo_button:hover
{
	background-image: url('../images/button_hoover.jpg');
}

/*--------Footer---------*/

#footer
{
	font-size: 10px;
	color: black;
	text-align: center;
	border-top: 1px black solid;
	clear: both;
}
