@charset "UTF-8";
/* CSS Document */

body {
	margin:0px; padding:0px;
	background-color:#113d6f;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#ccccba;
	font-size:13px;
}
#main {
	background-image: url(Img/HeaderPattern.jpg);
	background-repeat: repeat-x;
}

#logoalterra {
	right: 0;
	background-image: url(Img/logoalteraCorner.png);
	height: 107px;
	width: 105px;
	position: absolute;
	top: 38px;
	}

#container {
	width:1000px;
	position:relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#header {
	background-image: url(Img/Header.jpg);
	background-repeat: no-repeat;
	height: 369px;
}

#content {
	position: relative;
	float:right;
	clear: both;
	width:650px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#footer {
	position:relative;
	margin-right: auto;
	margin-left: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#81816F;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCBA;
	text-align: center;
	clear: both;
	}
	
/*-------------- MENU ---------------*/

ul#menu {
	position:absolute;
	left: 0px;
	list-style-type: none;
	top: 255px;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul#menu li {
	display:block;
	padding-top: 3px;
	padding-bottom: 3px;
}
ul#menu li a {
	text-decoration:none;
	color:#696252;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #696252;
	padding-left: 10px;
}
ul#menu li a.active, ul#menu li a:hover {
	color:#113d6f;
	border-left-width: 5px;
	border-left-style: solid;
	padding-left: 10px;
	border-left-color:#113d6f;

}

/*-------------- SUB-MENU ---------------*/

ul#submenu {
	position:absolute;
	list-style-type: none;
	height: 15;
	width: 450px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	right: 0px;
	}

ul#submenu li {
	display:inline;
	top: 10px;
}

ul#submenu li a {
	text-decoration:none;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-transform:none;
}

ul#submenu li a.active, ul#submenu li a:hover {
	color:#999999;
}

/*-------------- CATEGORIES ---------------*/

#categories {
	width:650px;
	float:right;
	height:170px;
	margin-top:199px;
}

.box {
  float: left;
  width: 130px;
  height: 140px;
}

/*-------------- TEXT STYLES ---------------*/

h3 {
	color:#ccccba;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	}

h2 {
	color:#9D957C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	display: block;
	margin: 0px;
}

/*h2 a:link{
	color:#343129;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	display: block;
	margin: 0px;
	text-decoration: none;
}

h2 a:hover {
	color:#113d6f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	display: block;
	margin: 0px;
	text-decoration: none;
}

h2 a:visited{
	color:#343129;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	display: block;
	margin: 0px;
	text-decoration: none;
}
*/
h1 {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color:#ccccba;
}

p {
	text-align: justify;
}

p a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#ccccba;
	text-decoration:underline;
}

p a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#8B8A7E;
	text-decoration:underline;
}

p a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#8B8A7E;
	text-decoration:underline;
}

.prodsympt li a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#ccccba;
	text-decoration: none;
}

.prodsympt li a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#8B8A7E;
	text-decoration: none;
}

.prodsympt li a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#8B8A7E;
	text-decoration: none;
}

.plus a:link{
	color:#ccccba;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	}

.plus a:hover {
	color:#ccccba;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
}

.plus a:visited {
	color:#ccccba;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
}

a {
	color: #666;
	text-decoration: underline;
	}
	
a:hover {
	color: #CCC;
	text-decoration: underline;
	}
