ul {list-style-type: none; margin:0; padding:0; text-indent: 0;}
a { text-decoration: none;}
a:hover {text-decoration: underline;}

/* ----------------------- Layout ----------------------- */
body {
	margin:0;
	padding:0;
	text-align: center;
	background: url(solar-pacific-blue/solar-pacific-page-background.png) repeat-x #454c5a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
	color: #23294b;
	height: 700px;
}

#shadow {
	margin: auto;
	width: 890px;
	background: url(solar-pacific-blue/solar-pacific-layout-shadow.png) top center repeat-y;
}

#layout {
	display: block;
	margin-left: 25px;
	text-align: left;
	width: 840px;
	height: 100%;
	/*background: url(solar-pacific-blue/solar-pacific-layout-background.png) bottom repeat-x #61697b;*/
	background-color: #e7e8eA;
}

#header {
	display: block;
	width: 830px;
	height: 180px;
	background:url(solar-pacific-blue/solar-pacific-header.png) top center no-repeat;
	padding: 5px;/* menu */
	text-align: right;
}

#content {
	padding: 10px;
}	

#footer {
	clear: both;
	display: block;
	margin: auto;
	width: 890px;
	height: 40px;
	background:url(solar-pacific-blue/solar-pacific-layout-footer.png) bottom center no-repeat;
}

/* ----------------------- menu ----------------------- */
#menu{
	display: block;
	padding-right: 45px;
	float:right;
	width: 800px;
}

.menuItem{
	float: right;
}

.menuItem a{
	display:block;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
}

.menuItem a:hover{
	background: #555;
	margin-bottom: 2px;
	border-bottom: 3px solid #ccc;
}

.subMenu {
	text-align: left;
	position: absolute;
	top: 22px;
	padding: 3px;
	margin-top: 4px;
	background: url(solar-pacific-blue/mask-dark.png) repeat;
}

.subMenu a{
	line-height: 18px;
	font-size: 12px;
	color: #fff;
	background: none;
	border: none;
	margin:0; padding: 0;
}

.subMenu a:hover{
	background: #ccc;
	color: #000;
	border: none;
	margin:0; padding:0;
}

#infos { display: none; }
#products { display: none;}


#language {
	margin-top: 110px;
	margin-left: 70px;
	text-align: left;
}

#language a img { border: none; }


/* ------------- Content ----------------------- */
#oneCol {
	padding: 5px;
	margin-left: 40px;
	margin-right: 40px;
}

#colLeft{
	width: 390px;
	padding: 5px;
}

#colRight {
	float: right;
	width: 390px;
	padding: 5px;
}

#content img {
	display:block;
	padding: 0 5px 5px 0;
	margin-left :40px;
	background:url(../images/pics/image-drop-shadow.png) bottom right no-repeat;
}

#content td {
	padding: 3px;
	text-align: left;
	border: 1px solid #454c5a;
}
/* ----------------------- Forms ----------------------- */
input, textarea, select, button, fieldset {
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: 1px solid #454c5a;
	width: 250px;
}

.formButton {
	width: 100px;
	font-size: 12px;
}

/* ----------- boxes  ----------- */
.boxHead {
	margin-top: 15px;
	padding-left: 2px;
	display: block;
	width: 240px;
	height: 9px;
	background: url(../images/pics/box-top.png) top right no-repeat;
	margin-left :60px;
}

.box {
	display: block;
	padding: 4px;
	width: 240px;
	min-height: 75px;
	background: url(../images/pics/box-bg.png) bottom center no-repeat;
	text-align: center;
	margin-left :60px;
}

.box b {
	position:relative;
	top: -5px;
	font-variant: small-caps;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 1px;
	color: #fff;
} 

/* ----------------------- Fonts ----------------------- */

h1 {
	font-size: 24px;
	letter-spacing: 4px;
	/*line-height: 24px; */
	text-align: left;
}

h2{
	font-size: 20px;
	letter-spacing: 4px;
	/*line-height: 20px;*/
	text-align: left;
}

p{
	line-height: 18px;
	font-size: 12px;
	font-weight: 300;
	text-align:justify;
	letter-spacing: 1px;
}

.list { list-style-type: disc; padding-left: 15px;}