/** BASIC */

html, body {
	height: 100%;
}

/** WRAPPER */

#wrapper {
	width: 820px;
	margin: 0px auto;
}

/** HEADER */

#header {
	height: 126px;
}

/** LOGO */

#logo {
	width: 720x;
	padding-top: 6px;
}

#logo h1, #logo h2 {
	display: none;
}

/** SEARCH */

/**#search {
	float: right;
	width: 302px;
	height: 53px;
	padding: 95px 0px 0px 0px;
}*/

/** SPLASH */

#splash {
	height: 215px;
}

#extra1 {
	float: left;
	width: 30px;
	height: 219px;
	background: url(../images/homepage04.jpg) no-repeat left top;
}

#extra2 {
	float: right;
	width: 30px;
	height: 219px;
	background: url(../images/homepage05.jpg) no-repeat left top;
}

#image1 {
	border-bottom: none;
}

/** MENU */

#menu {
	height: 46px;
	padding: 1px 45px;
}

#menu ul {
	width: 720px;
	height: 46px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 134px;
	height: 33px;
	padding-top: 13px;
	background: url(../images/homepage09.gif) no-repeat left top;
}

#menu .first a {
	width: 129px;
	background: none;
}

/** CONTENT */

#content {
	padding: 30px 0px 3px 0px;
}

#colA {
	float: left;
	width: 400px;
	padding: 0px 0px 0px 50px;
}

#colB {
	float: right;
	width: 270px;
	padding: 0px 54px 0px 0px;
}

/** FOOTER */

#footer {
	width: 820px;
	height: 100px;
	margin: 0px auto;
	padding-top: 10px;
}


/** BOX1 */

#box1 {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 20px;
}

/** BOX2 */

#box2 {
	float: left;
	width: 150px;
	padding: 0px 15px 0px 0px;
}

/** BOX3 */

#box3 {
	float: left;
	width: 160px;
	padding: 0px 0px 0px 17px;
	background: url(../images/homepage14.gif) repeat-y left top;
}

/** BOX4 */

#box4 {
}

/** BOX5 */

#box5 {
	padding-top: 20px;
}

/** BOX6 */

#box6 {
}

/** BOX7 */

#box7 {
	padding: 0px 70px 20px 70px;
}

/** STOCK ITEMS */

.stockItem {
	width: 675px;
	overflow:auto; 
	background-color:#f4f5f4;
	border-top:solid 1px;
	border-left:solid 1px;
	border-right:solid 1px;
	border-bottom:solid 1px;
	color: #111111;
	padding:10px;
	margin-bottom:8px;
}

.stockImageContainer {
	width:20%;
	float:left;
	overflow:auto; 
	
}

.stockImage {
	float:left;
	border:solid 1px;
	margin-bottom:8px;
	margin-right:8px;
}

.stockText {
	float:right;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	width:80%;
}

.stockHomepage {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:solid 1px;
	border-color:#000000;
}
