@charset "utf-8";
/* CSS Document */


/* General Styling */
* 
{
	padding: 0;
	margin: 0;
}

body 
{
	background: url(../images/bg.png) top repeat-x #2e2e2e;
	color: #333;
	margin-left: auto;
	margin-right: auto;
	width: 832px;
	color: #fff;
	font-family: Berlin Sans FB, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
}

/* Navigation Bar Styling */
div.menubar 
{
	background-image:url(../images/header-menu.png);
	background-repeat:no-repeat;
	height: 55px;
	width: 832px;
	text-align:center;
	font-size: 16px;
}

ul.menulinks li 
{
	display:inline;
	padding-left: 45px;
	padding-right: 45px;
	line-height: 47px;
}

ul.menulinks li a
{
	color: #CCC;
	text-decoration: none;
}

ul.menulinks li a:hover
{
	color: #fff;
	text-decoration: underline;
}

/* Company branding styles */
div.branding 
{
	background-image:url(../images/header-branding.png);
	background-repeat:no-repeat;
	height: 132px;
	width: 832px;
}

/* Main content styling */
div.main_content_top 
{
	background: url(../images/main_content_top-bg.png) no-repeat;
	width: 832px;
	height: 25px;
}

div.main_content_body 
{
	background: url(../images/main_content_body-bg.png) repeat-y;
	width: 832px;
	color: #222;
	font-size: 16px;
	padding-bottom: 20px;
}

div.main_content_body p.market
{
	font-size: 18px;
}

div.main_content_body h3.subHeading
{
	text-align: center;
}

h2.mac_description
{
	position: relative;
	margin-top: -40px;
	margin-left: 190px;
	width: 640px;
	top: -15px;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Anchor only appears in the 'About Us' page */
div.main_content_body a
{
	color: #600;
}

div.main_content_body a:hover
{
	color: #f00;
}

.lists li
{
	margin-left: 100px;
}

table.listContainer
{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

ul.lists
{
	margin-top: 15px;
	padding-bottom: 15px;
	text-transform: uppercase;
}

ul.list1
{
	width: 300px;
	height: 100px;
	margin-top: 15px;
	padding-bottom: 15px;
	text-transform: uppercase;
}

ul.list2
{
	width: 300px;
	height: 100px;
	margin-top: 15px;
	padding-bottom: 15px;
	text-transform: uppercase;
}

h3 
{
	margin: 0px 40px 0px 40px;
	border-bottom: #CCC 1px solid;
	padding-top: 15px;
	letter-spacing: 1px;
}

strong
{
	letter-spacing: 1px;
}

p 
{
	padding: 5px 40px 5px 40px;
	text-align: justify;
}

h4 
{
	text-align:center;
}

/* Form styling */
form
{
	border: 2px solid rgb(200,0,0);
	width: 300px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

noscript
{
	color: rgb(200,0,0);
	font-weight: bold;
	font-family: Trebuchet MS;
	text-align: center;
}

label
{
	float: right;
}

label.phoneEg
{
	position: relative;
	height: 10px;
	float: none;
	top: -10px;
}

td.phoneEg
{
	position: relative;
	height: 10px;
}

td
{
	padding-bottom: 10px;
}

/* Gallery styling */
table.gallery
{
	margin-left: auto;
	margin-right: auto;
}

table.gallery p
{
	padding: 0px 0px 0px 0px;
	text-align: center;
}

/* Footer styling */
div.footer 
{
	background:url(../images/footer-bg.png) no-repeat;
	width: 832px;
	height: 65px;
	padding-top:12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h5 
{
	font-size: 12px;
	text-align:center;
	color: #CCC;
}

h5 a 
{
	color: #ccc;
}

h5 a:hover 
{
	color: #fff;
}