/* GENERAL */
* {
	margin: 0; padding: 0;	border:0;
}

html, body
{
	width: 100%;
	height: 100%;
}

body
{
	text-align:center;
}

div 
{
	position: relative;
}

a:active, a:focus
{
	outline: 0;
}

a{
	text-decoration:none;
}

#PageContainer
{
	width:100%;
	height: 100%;
	text-align:left;
	background-color: black; background-image: url(../../images/background.gif); background-repeat: repeat-x;
}

body> #PageContainer /* all, but not ie */
{
	height: auto;
	min-height: 100%;
}

.title
{
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 16px;
	border-bottom: solid 1px #4d4d4d;
	padding-bottom: 7px;
	margin-bottom: 20px;
}

.subtitle
{
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
}

.footnote
{
	float: left;
	color: #4d4d4d;
}

.box
{
	background-color: #051821;
	border: solid 1px #4d4d4d;
	padding: 20px;
}


form dt {
clear:both;

float:left;
}
form dd {
float:right;
}

.textfield
{
	font-family: "Avantgarde", "Century Gothic", "Avant Garde", sans-serif; font-size: 13px; color: #4d4d4d;
	width: 395px;
	height: 25px;
	background-color: #051821;
	border: solid 1px #4d4d4d;
	padding-left: 5px;
	margin-bottom: 2px;
}

.textfieldbig
{
	font-family: "Avantgarde", "Century Gothic", "Avant Garde", sans-serif; font-size: 13px; color: #cccccc;
	width: 550px;
	height: 50px;
	background-color: #051821;
	border: solid 1px #4d4d4d;
	padding-left: 5px;
	margin-bottom: 2px;
}

.submit
{
	margin-top:5px;
	float:right;
}

/* PAGE */

#Header
{
	width: 700px; height: 50px; 
	background-image: url(../../images/title.gif); 
	background-repeat: no-repeat;
	margin-bottom: 215px;
	text-indent: -100em;
	display:block;
}

#Page
{
	margin: auto;
	width: 700px;
	height: auto;
	padding-bottom: 55px;
	background-image: url(../../images/man.jpg);
	background-position: 0 50px;
	background-repeat: no-repeat;
}


#Nav
{
	margin-left:10px;
	margin-right:10px;
	background-image: url(../../images/nav.gif); 
	background-repeat: repeat-y;
	overflow : hidden; _height : 1%;
}

#Subnavarticulos
{
	float:left;
	padding-bottom: 10px;
	background-image: url(../../images/articulos_shadow.gif); background-repeat: repeat-x; background-position: 0 41px;
}

#Subnavproductos
{
	float:left;
	padding-bottom: 10px;
	background-image: url(../../images/productos_shadow.gif); background-repeat: repeat-x; background-position: 0 41px;
}

#Nav a
{
	font-family: "Avantgarde", "Century Gothic", "Avant Garde", sans-serif; font-size: 13px; color: #cccccc; text-decoration:none;
}

#Nav li
{
	list-style: none;
	text-transform: uppercase;
	padding-left: 20px;
	padding-bottom: 10px;
	line-height: 1;
}


#Articulos
{
	width: 339px; height: 41px; 
	background-image: url(../../images/articulos.jpg); 
	background-repeat: no-repeat;
	text-indent: -100em;
	display:block;
	padding-bottom: 20px;
}


#Space
{
	width: 2px; height: 41px; 
	background-image: url(../../images/space.gif); 
	background-repeat: no-repeat;
	float:left;
}


#Productos
{
	width: 339px; height: 41px; 
	background-image: url(../../images/productos.jpg); 
	background-repeat: no-repeat;
	text-indent: -100em;
	display:block;
	padding-bottom: 20px;
}

#Clearfloats
{
	clear:both;
	width: 680px;
	height: 0px;
}

#Content
{
	margin-left: 10px;
	padding-bottom: 50px;
	margin-right: 10px;
	padding-top: 50px;
	background-image: url(../../images/reflection.jpg); background-repeat: no-repeat; background-position:0 2px;
	width:680px;
	font-family: "Avantgarde", "Century Gothic", "Avant Garde", sans-serif; font-size: 13px; color: #cccccc; text-decoration:none; line-height:150%;
	text-align: justify;

}

#Content hr
{
	margin-top: 20px;
	margin-bottom: 20px;
	color: #4d4d4d;
	background-color: #4d4d4d;
	height: 1px;
}


#Content form p
{
	padding-bottom: 10px;
}

/* FOOTER */
#Footer
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width:100%;
	height: 55px;
}


#Centercol {
	font-family: "Avantgarde", "Century Gothic", "Avant Garde", sans-serif; font-size: 13px; color: #cccccc; text-decoration:none;
	text-align:center;
	line-height: 55px;
	width: 700px;
	height: 100%;
	margin: 0 auto;
	background-color: #0d3e54; background-image: url(../../images/footer.jpg);
	overflow:hidden;
	color:#86a6a6;
} 

#Leftcol
{
margin-right: 350px; 
background: #0d3e54;
height: 100%;

} 
#Rightcol
{
margin-left:349px;
background: #0c4e4f;
height: 100%;
}

.column
{ 
width: 50%; 
position: absolute; 
top: 0; 
} 

.left {left: 0; height: 100%;} 
.right {right: 0; height: 100%;}