/***************************************************************************

 Website solarix.es
 Copyright (C) 2008 by K-Gigas Computer S.L.
 Danilo Dellaquila - <danilo@k-gigas.com>

 File name: solarix.css
 ----------------------

 Date        : Fri, 20 Jun 2008 15:29:59 +0200
 Version     : 1.0
 Description : solarix.es style sheet - screen layout

 ***************************************************************************/

body {
	margin: 0 auto;
	padding: 0;
	background: #f4f4f4 url(../img/back.png) top center repeat-y;
	font-family:  "Verdana", "Tahoma", "Arial", sans-serif;
	font-size: small;
}

/*** Page optimized for 800x600 resolution ***/
#page {
	background: #FFF;
	color: #303030;
	margin: 0 auto;
	padding: 0;
	width: 760px;
}

/*** Header: Logo, Photo ***/
#logoheader {
	margin: 0px 0px 10px 0px;
	padding: 0;
	border: 0;
}

/*** Side Menu ***/
#sidelema {
	float: left;
	background: #ffffff url(../img/sidelema.png) bottom left no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0;
	width: 40px;
	height: 450px;
}
#sidemenu {
	clear: left;
	float: left;
	margin: 7px 0px 10px 0px;
	padding: 0;
	width: 150px;
}
#sidemenu ul {	
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidemenu li {
	margin-bottom: 5px;
}
#sidemenu li a {
	display: block;
	height: 20px;
	padding: 5px 0 0 10px;
	font-weight: bold;
	text-decoration: none;
	color: #505050;
	background: #f4f4f4;
	border-left: 4px solid #cccccc;
}
#sidemenu li a:hover {
	color: #286ea0;
	background: #eaeaea;
	border-left: 4px solid #286ea0;
}	

/*** Page Content ***/
#content {
	margin: 0px 0px 20px 160px;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #f0f0f0;
	text-align: justify;
	line-height: 1.6em;
	min-height: 450px;
}	
#content h1 {
	text-align: center;
	color: #303030;
}
#content h2 {
	color: #303030;
	font-size: 1.4em;
}
#content h3 {
	color: #303030;
}
#content img {
	display:inline;
	padding: 1px;
	background: #cccccc;
	border: 4px solid #f0f0f0;
}

/*** Footer ***/
#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0px 20px 0px;
	width: 760px;
	border-top: 4px solid #f0f0f0;
	color: #808080;
	font-size: 0.9em;
	text-align: center;
}
#footer a {
	color: #808080;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/*** Images ***/
img.leftphoto {
	float: left;
	margin: 10px 10px 5px 0px;
	padding: 5px;
	border: 1px solid #a0a0a0;
}
img.rightphoto {
	float: right;
	margin: 10px 0 5px 10px;
	padding: 4px;
	border: 1px solid #a0a0a0;
}

/* Products Box */
div.outerproductlowbox {
	height: 230px;
	position: relative;
/*	border: 1px solid #a0a0a0*/;
}
div.outerproducthighbox {
	height: 330px;
	position: relative;
/*	border: 1px solid #a0a0a0*/;
}
div.innerproductrightbox {
	width: 300px;
	height: 250px;
	position: absolute;
	top: 0%; 
	right: 0%; 
	text-align: justify;
/*	border: 1px solid #a0a0e0*/;
}
div.innerproductleftbox {
	width: 300px;
	height: 250px;
	position: absolute;
	top: 0%; 
	left: 0%; 
	text-align: justify;
/*	border: 1px solid #a0a0e0;*/
}

/* Photo Box */
div.outerphotobox {
	height: 300px;
	position: relative;
}
div.innerrightbox {
	width: 200px;
	height: 100px;
	position: absolute;
	top: 10%; 
	right: 0%; 
	text-align: left;
}
div.innerleftbox {
	width: 200px;
	height: 100px;
	position: absolute;
	top: 10%; 
	left: 0%; 
	text-align: left;
}

/*** Links Tags ***/
a {
	color: #286ea0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*** General Classes ***/
.hide {
	display: none;
}

/*** Not Used ***/
/*
  .lastnews {
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 130px;
	color: #505050;
	background-color: #f4f4f4;
	line-height: 1.3em;
}
.textright {
text-align: right;
}
.center {
text-align: center;
}
.bold {
font-weight: bold;
}
.small {
font-size: 0.8em;
}
a img {
	border: 0;
}
*/

