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

*{
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #fff;
	background-image:url(../images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

html body {
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	color: #7d7d7d;
}

html>body {
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	color: #7d7d7d;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border:0;
}

caption,th { 
	text-align:left;
}

h1,h2,h4,h5,h6 {
	font-size:100%;
}

h3 {
	font-size: 14px;
}

q:before,q:after {
	content:'';
}

.clear {
  clear:both;
}


#wrapper {
	width: 900px;
	margin: auto;
}


/* header */

#header-menu-container{
  height: 38px;
}

#header-menu {
	background-image:url(../images/header-menu-bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 38px;
	text-transform: lowercase;
	
}

#header-menu a {
	text-decoration: none;
	color: #9f9fa1;
	font-size: 11px;
}

#menu {
	float: right;
	margin-top: 9px;
	margin-right: 10px;
}

#menu ul {
	list-style: none;
}

#menu li {
	display: inline;
	margin-right: 8px;
	float: left;
}

#menu li a {
	text-decoration: none;
	color: #9f9fa1;
	font-size: 11px;
}

#menu li a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#menu li a.active {
	text-decoration: underline;
	color: #ffffff;
}

#languages {
	float: right;
	margin-top: 10px;
	margin-right: 14px;
}

#languages ul {
	list-style: none;
}

#languages li {
	display: inline;
	margin-right: 5px;
	float: left;
}


#logo {
	margin: 30px 0px;
}

#breadcrumb {
	text-decoration: none;
	color: #9f9fa1;
	font-size: 11px;
	text-transform: lowercase;
	padding: 0px 10px 10px 10px;
	border-bottom: 1px solid #eeeeee;
}

#breadcrumb a {
	text-decoration: none;
	color: #9f9fa1;
	font-size: 11px;
}

#breadcrumb a:hover {
	text-decoration: none;
	color: #9f9fa1;
}


#breadcrumb ul {
	list-style: none;
}

#breadcrumb li {
	display: inline;
	margin-right: 5px;
}

#top-buttons {
	text-align: right;
	margin: 10px;
}

#top-buttons img {
	border: none;
	margin-left: 10px;
}

/* main content */

#content {
	font: 13px Tahoma, Arial, Helvetica, sans-serif;
	color: #7d7d7d;
	margin: 10px 0px 30px 0px;
}

#content img {
	border: 1px solid #eeeeee;
}

#content a {
	text-decoration: underline;
	color: #7d7d7d;
	font-weight: normal;
}

#content p {
	margin: 0px 0px 10px 0px;
}


#content a:hover {
	text-decoration: underline;
	color: #dd1b4a;
}

#middle {
	text-align: center;
}

#box1 {
	width: 290px;
	margin: 0px 15px 0px 0px;
	float: left;
}

#box1:hover {
	background-color: #f6fdfe;
}

#box1-she {
	width: 290px;
	margin: 0px 15px 0px 0px;
	float: left;
}

#box1-she:hover {
	background-color: #fff3f6;
}


#box2 {
	width: 290px;
	margin: 0px 15px 0px 0px;
	float: left;
}

#box2:hover {
	background-color: #f4ffe7;
}

#box2-he {
	width: 290px;
	margin: 0px 15px 0px 0px;
	float: left;
}

#box2-he:hover {
	background-color: #f6fdfe;
}


#box3 {
	width: 290px;
	margin: 0px;
	float: left;
}

#box3:hover {
	background-color: #fff3f6;
}

.box-content {
	text-align: center;
	margin: 0px 5px;
}

.box-top {
	margin: 0px 0px 5px 0px;
	background-image:url(../images/box-top.gif);
	background-position: top left;
	height: 5px;
}

.box-bottom {
	margin: 5px 0px 0px 0px;
	background-image:url(../images/box-bottom.gif);
	background-position: top left;
	height: 5px;
}

#two-boxes {
	width: 610px;
	margin: auto;
}


#middle .vline {
	height: 1px;
	background-color: #eeeeee;
	margin: 15px 0px 15px 0px;
	width: 278px;
}

#content .btn img {
	border: 0px !important;
}

#text-box {
	padding: 20px 0px 0px 0px;
	margin-top: 30px;
	border-top: 1px solid #eeeeee;
	text-align: justify;
	font-size: 11px;
}

#text {
	text-align: justify;
}

#footer {
	padding: 20px 0px 0px 0px;
	margin-top: 30px;
	margin-bottom: 20px;
	border-top: 1px solid #eeeeee;
	text-align: center;
	font-size: 10px;
	color: #a0a0a0;
}

#footer a {
	color: #a0a0a0;
	text-decoration: underline;
}

#footer a:hover {
	color: #a0a0a0;
	text-decoration: none;
}


/* STUFF */

.error404 {
	border: none !important;
}



*,*:hover,*:focus,*:active { outline: 0px none; }
