body {
	background-color:white;
	color: #726658;
}

img, input, textarea, body, a, div, span, tr, td, li, ul, h1, h3 {
	font-family:Comic Sans MS,Arial,Verdana,sans-serif;
	font-size:10pt;
	font-weight:normal;
}

a {
	text-decoration:none;
}

#contactPerson a {
	font-weight:bold;
	color:#726658;
	text-decoration:none;
}

#stocktable a {
	font-weight:normal;
	color:#726658;
	text-decoration:none;
}

#stocktable a:hover {
	text-decoration:underline;
}

#presstable a img {
	border:2px solid white;
}

#presstable a img:hover {
	border:2px solid #726658;
}

.comingSoon {
	font-size:32pt;
	padding:0px 0px 40px 0px;
}

h2 {
	margin:0pt;
	font-size:12pt;
	font-weight:bold;
	text-align:left;
	padding-bottom:10px;	
}

h3 {
	margin:0pt;
	font-size:11pt;
	font-weight:bold;
	text-align:left;
}

.page {
	margin:0pt auto;
	padding:0pt auto;
	background-color:white;
	width:780px;
	text-align:center;
}

#linkbox {
	padding-top:10px;
}

#linkbar {
	background-color:#726658;
}


.link {
	color:white;
	text-align:center;
	width:130px;
	height:40px;
	line-height:33px;
	border:none;
	cursor:pointer;
}

.link div {
	font-size:15pt;
	font-weight:bold;
}

.fl {
	float:left;
	display:inline;
}

.press {
	background: transparent url(../images/lightpink.jpg) no-repeat;
}

.home {
	background: transparent url(../images/green.jpg) no-repeat;
}

.about {
	background: transparent url(../images/pink.jpg) no-repeat;
}

.images {
	background: transparent url(../images/lightblue.jpg) no-repeat;
}

.stock {
	background: transparent url(../images/brown.jpg) no-repeat;
}

.contact {
	background: transparent url(../images/blue.jpg) no-repeat;
}


#logoBox {
	background-color:#726658;
	padding:10px 0px;	
}

#logo {
	text-align:center;
	vertical-align:middle;
	background-color:#726658;
}

#webContents {
	padding:0px 40px 40px 40px;
	background-color:#726658;
}

#contents {
	text-align:justify;
	background-color:white;
	padding:30px 16px 20px 16px;
}

.clearfix {
	clear:both;
	height:0px;
	width:0px;
}

li {
	padding-right:3px;
	padding-left:3px;
	
}

#mycarousel li img {
	cursor:pointer;
	border:2px solid white;
}

#stocktable tbody tr td {
	padding-left:20px;
	width:300px;
}

#stocktable tbody tr td.group {
	padding-left:10px;
	width:590px;
}

#stocktable tbody tr td.group.fst {
	padding-bottom: 5px;
}

#stocktable tbody tr td.group.oth {
	padding-top:45px;
	padding-bottom:5px;
}

