/* CSS Document */

/*import navigation and font css
--------------------*/
@import "nav.css";
@import "font.css";

body {
	margin: 0;
	background: url(../images/background_pattern.png) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.2em;
}

img {
	border: 0;
}

#contentContainer img.leftImg {
	display: block;
	float: left;
	padding: 10px 10px 10px 0;
}

#contentContainer img.rightImg {
	display: block;
	float: right;
	padding: 0 0 10px 10px;
}


/*banner
--------*/

#banner {
	margin: 0 auto;
	width: 800px;
	height: 110px;
	background: url(../images/bannerReplacement.png) no-repeat;
}

/*search bar
------------*/

#searchContainer {
	width: 798px;
	height: 31px;
	margin: 0 auto;
	background: #FFFFFF;
	border: #999999 solid 1px;
}

#searchContainer form input{
	border: 1px solid #358BD6;
	margin: 3px 0 0 0;
	padding: 0;
	width: 150px;
	height: 23px;
	float: right;
	display: inline;
}
#searchContainer form input.magnify{
	border: 0;
	margin: 3px 10px 0 0;
	padding: 0;
	width: 33px;
	height: 25px;
	background: transparent url(../images/search-button.gif) no-repeat top left;
	float: right;
	display: inline;
	cursor: pointer;
}

/*main content
--------------*/

#contentContainer {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	background:#358BD6 url(../images/menuBottom.png) no-repeat bottom left;
	overflow: hidden;
}

#menu {
	display: block;
	float: left;
	width: 150px;
	height: 100%;
	background:#358BD6;
	padding: 10px 0 0 10px;
}
	
#pageContainer {
	display: block;
	float: right;
	width: 620px;
	min-height: 600px;
	height: 100%;
	padding: 10px;
	background: #FFFFFF;
}

#homeTextBox1 {
	display: block;
	float: left;
	width: 204px;
	height: 100%;
	text-align: left;
	margin-top: 20px;
}

#homeTextBox2 {
	display: block;
	float: none;
	width: 204px;
	height: 100%;
	text-align: center;
	margin-top: 30px;
	/*padding-right: 4px;*/
}

#homeTextBox3 {
	display: block;
	float: right;
	width: 204px;
	height: 100%;
	text-align: left;
	margin-top: 20px;
}

.textBoxTop	{
	width: 204px;
	height: 16px;
	background: url(../images/textBoxTop.png) no-repeat top;
	margin: 0;
}

.textBoxMiddle {
	width: 184px;
	height: 100%;
	background: #d4e6ec;
	min-height: 120px;
	margin: 0;
	padding: 0 10px 0 10px;
}

.textBoxMiddleSmall {
	width: 184px;
	height: 100%;
	background: #d4e6ec;
	min-height: 15px;
	margin: 0;
	padding: 0 10px 0 10px;
}

.textBoxBottom	{
	width: 204px;
	height: 16px;
	background: url(../images/textBoxBottom.png) no-repeat bottom;
	margin: 0;
}

/*footer
--------*/

#footer {
	width: 798px;
	height: 22px;
	margin: 0 auto;
	background: #FFFFFF;
	border: #999999 solid 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: center;
	padding-top: 8px;
}

#footer a { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0000FF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #999999;
}

/*tables
--------*/

table.product {
	width: 620px;
	padding: 5px;
	empty-cells: show;
	border-collapse: collapse;
}

.product th {
	background: #ECFFFF;
	padding: 5px;
}

.product tr.odd {
	background: #F2F2F2;
}

.product td {
	padding: 5px;
}

table.contact {
    width: 500px;
    padding: 5px;
    border-collapse: collapse;
}

.contact th {
    width: 80px;
    text-align: justify;
    padding: 5px;
}

.contact tr.odd {
    background: #F2F2F2;
}

.contact td {
    padding: 5px;
    line-height: 1.4em;
    text-align: justify;
}
