body {
	background-color: #DC5C5C;
	font: 62.5% Arial, Helvetica, sans-serif;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal; 
	color: #555753; 
	margin: 0px; 	
}

p {
	margin: 0px;
}

a:link { 
	color: #000000;
	text-decoration: none; 
}

a:visited { 
	color: #000000;
	text-decoration: none; 
}

a:active { 
	color: #808080;
	text-decoration: none; 
}
a:hover { 
	color: #CCCCCC;
	text-decoration: underline;
}

H1 { 
	margin: 0px;
	font-size: 1.25em;   
}

H2 { 
	margin: 0px;
	font-size: 1.0m;   
}

H3 { 
	margin: 0px;
	font-size: 0.75em;  
}

H4 { 
	font-size: 0.5em;   
}

INPUT, SELECT, TH, TD { font-size: 1em } /* for ie on windows */

#container {
	position: relative;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 647px;
	font-size: 1.6em;
	margin-top: 25px;
}

#mainbox {
	position: relative;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url("images/pth_lrborder.gif");
	background-repeat: repeat-y;
	margin-bottom: 25px;
}

#header {
	position: relative;	
	height: 100px;
	background-color: #000000;
	background-image: url("images/pth_header.jpg");
}

#subheader {
	position: relative;
	height: 37px;
	background-color: #FFFFFF;
	background-image: url("images/pth_subheader.jpg");
	overflow: hidden;
}

#splitcontainer {
	position: relative;
	height: 100%;
	width: 647px;
}

#menuholder {
	position: absolute;
	width: 125px;
	height:333px;
	top: 0px;
	left: 0px;
	background-color: #CCCCCC;
	background-image: url("images/pth_menuholder.jpg");
}

#menu {
	margin-top: 8px;
}

#menu a {
	display: block;
	width: 125px;
	height: 36px;
}

#menuhome {
	background: url("images/menu_home.jpg") 0 0 no-repeat;
}

#menuproduct {
	background: url("images/menu_product.jpg") 0 0 no-repeat;
}

#menuabout {
	background: url("images/menu_about.jpg") 0 0 no-repeat;
}

#menucontact {
	background: url("images/menu_contact.jpg") 0 0 no-repeat;
}

#menugallery {
	background: url("images/menu_gallery.jpg") 0 0 no-repeat;
}


#main {
	position: relative;
	width: 498px;
	height: 100%;
	min-height:350px;
	height:auto !important;
	height:350px;
	margin-left: 125px;
	margin-right: 8px;
	background-color: #FFFFFF;
	background-image: url("images/pth_maincontent.jpg");
	background-repeat: no-repeat;
	text-align: justify;
	padding: 8px;
}

#footer {
	position: relative;
	width: 647px;
	height: 25px;
	background-color: #DC5C5C;
	background-image: url("images/pth_footer.gif");
	background-repeat: no-repeat;
}

#footer p {
	margin: 0px;
	font-size: 0.6em;
	text-align: center;
	color: #000000;
}

#footer p.p1 {
	padding-top: 25px;
}

#footer p.p2 {
	padding-top: 5px;
}

.littlepicture {
	clear: both;
	float: right;
	width: 150px;
	height: 150px;
	border: 1px solid #808080;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: center;
	padding: 10px;
	margin: 20px;

}

#picture1 {
	float: right;
	margin-right: 0px;
	background-image: url("images/ec1.jpg");
}


h1.subheader {
	position: absolute;
	left: 125px;
	width: 512px;
	bottom: 0px;
	font-size: 1.2em;
	font-weight: 500;
	text-align: center;
}

h2.highlight {
	color: #FF0000;
	font-size: 1.0em;
	font-weight: 600;

}

span.highlight {
	color: #FF0000;
}

.content {
	padding: 10px 30px 30px 30px;
	font-color: #FFFFFF;
	font-size: 1.0em;
	letter-spacing: 0.05em;
	line-height: 1.5em;
}

.bottom-space {
	margin-bottom: 0px;
}