
/*
Info 
________________________________________________________
Designed and made by Kinura
URL: http://www.kinura.com
Twitter: @kinura

Icons provided by FAMFAMFAM
URL: http://www.famfamfam.com/lab/icons/flags/
________________________________________________________
*/


/* = Links
---------------------------------------------------------------------*/

a, a:active { text-decoration: none; border-bottom: 1px solid #9A0034; }
a:visited { border-bottom: 1px solid #336699;}


#header h1 a {
	display: block;
	margin-left: 410px;
	width: 480px;
	height: 10px;
	border: 0;
	text-indent: -999em;
	background: transparent;
	overflow: hidden;
}

#footer a {
	color: #934f5a;
	border-bottom-color: #934f5a;
}

#footer a:hover, a:active, a:focus  {
	color: #892424;
	border-bottom-color: #892424;
}

/* = Layout and stuff
---------------------------------------------------------------------*/
body {
	/*background: url(../img/bg.gif) center 34px  no-repeat;*/
}

#wrapper {
	width: 976px;
	margin: 0 auto 3em;
	background: #FFF;
	

}

#header {
	width: 976px;
	height: 10x;
	padding: 9px 0 0;
	position: relative;
	background: #fff url(../img/header.jpg) top center no-repeat;
}

#page #header {
	width: 976px;
	height: 24px;
	padding: 0;
	background: #ffffff;
}


#main {
	position: relative;
	overflow: hidden;
	padding: 3px 12px 0;

}

#page #main {
	padding: 0;
}


/* Footer ------------------------------------------*/
#footer {
	clear: both;
	padding: 3px 0 4px;
	overflow: hidden;
	background: #ffffff;
}


/* = Video, Images, scrollers
---------------------------------------------------------------------*/



/* = Navigation 
---------------------------------------------------------------------*/

.nav {
	clear: both;
}

.nav ul {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}

.nav ul li {
	margin: 0 16px .5em;
}

/* Primary nav -------------------------------- */

#primary.nav {
	clear: both;
	width: 580px;
	margin-bottom: 12px;
}

#index #primary.nav {
	width: 380px;
	margin-left: auto;
	margin-right: auto;
}

#primary .option a {
	z-index: 6;
	display: block;
	margin: 0;
	padding: 8px 8px 10px;
	border: 0;
	color: #402f35;
	background-color: #fff;
}


#index #primary .option a {
	padding: 16px 16px 18px;
}

#primary #gb a  {
	background: #fff url(../img/gb.gif) 340px center no-repeat;
}

#primary #fr a {
	background: #fff url(../img/fr.gif) 340px center no-repeat;
}

#primary #es a {
	background: #fff url(../img/es.gif) 340px center no-repeat;
}

#primary .option a:hover, #primary .option a:active, #primary .option a.focus, #primary #gb a:hover, #primary #gb a:active, #primary #gb a.focus, #primary #fr a:hover, #primary #fr a:active, #primary #fr a.focus, #primary #es a:hover, #primary #es a:active, #primary #es a.focus {
background-color: #f4ebec;
}


#primary .option a:active, #primary .option a.focus {
background-color: #e9b9b9;
}

/* hover containers --------------*/

.rollover_content {
	display: none;
	z-index: 6;
	top: 50px;
	right: 24px;
	width: 330px;
	position: absolute;
	background: #fff;
}


/* Show on roll over */
#primary .option a:hover .rollover_content {
	display: block;
}

/* Secondary nav -------------------------------------------------*/

#secondary.nav {
	position: absolute;
	z-index: 10;
	top: 134px;
	right: 42px;
	margin: 0;
}

#page #secondary.nav {
	top: 3px;
	right: 12px;
}

#secondary ul li {
	float: left;
	margin-left: 10px;
	list-style-type: none;
	display: block;

}

#secondary ul li a {
	display: block;
	padding: 0 1px 0 20px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border: 0;

}

#secondary ul li#gb a {
	background: url(../img/gb.gif) 2px 3px no-repeat;
}

#secondary ul li#fr a {
	background: url(../img/fr.gif) 2px 3px no-repeat;
}

#secondary ul li#es a {
	background: url(../img/es.gif) 2px 3px no-repeat;
}

#secondary ul li a.selected {
	color: #9A0034;
}

/* = Fonts and text styles 
---------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 { 
font-family: sans-serif;
font-weight: normal;
color: #402f35;
line-height: 1.5;
}

h1 {
	font-size: 1.5em;

}

h2 {
	margin-bottom: 0.4em;
	padding-bottom: 0.3em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.125em;
	color: #336699;
	text-indent: 10px;
	border-bottom: 2px solid #336699;
}

#primary h2 {
	margin-bottom: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #402f35;
	border: 0;
	text-indent: 0;
}

h3, h4 {
	font-weight: bold;
}

h4 {
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 1.5em;
	color: #336699;
	
}

/*-- font size or sans-serif body text = 15px --*/
p {
	font-size: 1em;
		margin-bottom: 1.5em;
		font-weight: normal;
}

em {
	font-style: italic;
}

p.small {
	margin-bottom: 0;
}

/* Footer -----------------*/

#footer {
	text-align: center;
}

#footer p {
	margin: 0;
}

#footer em {
	padding: 0 12px;
}


