@charset "utf-8";
/* CSS Document */

body {
	margin:				0pt;
	padding:			0pt;
}


/* -------------------------------------
/*  Baseline values for browser consistency
/* -------------------------------------*/

p, div, h1, h2, h3, h4, ul, li, form, input, select, option, fieldset {
	margin:				0;
	padding:			0;
}
fieldset {
	border: 			0;
}
img {
	margin:				0;
	padding:			0;
	border:				0;
}
ul {
	list-style:			none;
}
p {
	line-height:		1.4em;
}
a {
	outline:			0;
	text-decoration: none;
	color: #333333;
}
a:hover {
	color: #CCCCCC;
}


/* Site pages -------------------------------*/

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-variant: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	font-variant: normal;
	color: #333333;
}

.underline {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 100px;
}

#logo {
	float: left;
	width: 300px;
	margin-left: 15px;
}

#menu {
	float: right;
	width: 610px;
	height: 65px;
	margin-left: 25px;
	margin-top: 10px;
}

#menu ul {

}

#menu li {
	float: left;
	width: 115px;
	height: 45px;
	margin-right: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 20px;
	font-size: 18px;
}

#menu li a {
	text-decoration: none;
	color: #333333;
}

#menu li a:hover {
	color: #999999;
}

#homeContent {
}

#homeText {
	height: 50px;
	width: 960px;
	float: left;
}

#contentLeft {
	width: 593px;
	height: 450px;
	float: left;
}

#contentRight {
	height: 450px;
	width: 367px;
	float: left;
}

#topRight {
	height: 225px;
	margin-top: 0px;
	margin-left: 17px;
}

#bottomRight {
	height: 225px;
	margin-left: 17px;
	margin-top: 10px;
}

#leftOrder {
	height: 400px;
	width: 500px;
	float: left;
}

#rightOrder {
	margin-top: 20px;
	float: right;
	border: 4px solid #CCCCCC;
	margin-right: 45px;
	padding: 25px;
	width: 350px;
}

#footer {
}

#aboutText {
	float: left;
	width: 495px;
}
#aboutImage {
	float: right;
	padding-left: 15px;
	width: 450px;
}
.view {
	border: thin solid #666666;
	margin: 2px;
}
