@import url(http://fonts.googleapis.com/css?family=Cabin:400,700);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:regular,bold&subset=latin);
@import url(http://fonts.googleapis.com/css?family=Parisienne&subset=latin);
@import url(http://fonts.googleapis.com/css?family=Calligraffitti&subset=latin);

<link href="https://fonts.googleapis.com/css?family=Calligraffitti" rel="stylesheet">

html{ min-height: 600px; min-width: 880px;}

body { 
	background: url("img/bgbody.png") no-repeat scroll center 0 #E9D601;
    color: White;
    font-family: 'Cabin', sans-serif;
    font-size: 15px;
    margin: 0;
    min-width: 880px;
    padding: 0;
    position: relative;
}
p { margin: 10px 0 0; text-align: justify;}

a.arrow { background: url("img/fleche.png") no-repeat center left; padding-left: 15px}

ul { margin-top: 2px;}

.left { float: left;}

.clear { clear: left;}

em { font-weight: bold;}

img { border: none;}

.calligraphie {
	font-family: 'Calligraffitti', cursive;
	font-weight: 600;
	font-size: 17px;
    line-height: 1;
	letter-spacing: 1px;
}

.ui360 img {margin-right: 10px;}

h1,h2,h3,h4,h5,h6 {font-family: 'Yanone Kaffeesatz', arial, serif; font-weight: bold; margin: 5px 0 0;}

h2 { 
	font-size: 2em;
}

h3 { 
	font-size: 1.5em;
}

h4 { 
	font-size: 1.2em;
}

.signature { 
	font-family: 'Parisienne',cursive;
    font-size: 23px;
    font-weight: bold;
}

a { color: Black; text-decoration: none;}
.section a { color: #047499; }
.section a:hover { text-decoration: underline;}

.popup {
	color: black;
    font-size: 1.2em;
}

th { font-weight: bold;}

img.highlight:hover {
	border-color: #565656 !important;
}

th, td {
	vertical-align: top;
	text-align: left;
}

ul.check {
 list-style-image: url('img/check.png');
}

body #fancybox-outer {
    background: none repeat scroll 0 0 #F0F473;
    height: 100%;
    position: relative;
    width: 100%;
}

#mainholder { 
	margin: 0 auto;
	width: 1024px;
	position: relative;
}

.section { 
	overflow: hidden;
    padding: 0 2% 0;
}

#main {    
    height: 100%;
    width: 880px;
	margin: 0 auto;
	position: relative;
}

#footer {
	text-align: right;
	padding: 10px 2%;
}

#maincontent {
    color: black;
    height: 100%;
	/*padding-right: 10px;*/
	min-height: 600px;
	width: 100%;
	position: relative;
	top: 0;
	margin-bottom: 50px;
}

#header { 
	height: 184px;
    position: relative;
    width: 100%;
}

#header h1 { 
    display: block;
	left: -44px;
    margin: 0;
    padding: 0;
	position: absolute;
	z-index: 1;
}

#header h1 a{
	background: url("img/logo.png") no-repeat scroll left top transparent;
    display: block;
    height: 183px;
    margin: 0;
    text-indent: -4000px;
    width: 447px;
}

#topMenu {
	bottom: 8px;
    font-family: "Century Gothic","Helvetica","Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
    font-size: 15px;
    right: 4px;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
	
	
}

#topMenu li {
	
    float: left;
    list-style: none outside none;
    position: relative;
    z-index: 99;
}

#topMenu a {
	color: Black;
    display: block;
    font-weight: bold;
    margin: 0;
    padding: 0 12px;
    text-decoration: none;
    white-space: nowrap;
}


#topMenu li:hover { z-index: 12;}

#topMenu .current a, #topMenu li:hover  a {
	/*background: url("img/bgmenuright.png") no-repeat scroll right top transparent;*/
	color: #FF4C00;
}
		
/* sub levels link hover */
#topMenu ul li:hover a, #topMenu li:hover li a 
{
	background: none;
	border: none;
	color: #666;
}
#topMenu a:focus
{
	outline: none;
}
#topMenu a::-moz-focus-inner 
{
	outline: none;
	border:none;
}
	
#topMenu ul a:hover 
{
	background: #0399d4 !important; /* for non-css3 browsers */

	color: #fff !important;
}
	
/* level 2 list */
#topMenu ul 
{
	background: #ddd; 
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 28px;
	left: 0;
	border: 1px solid #B4B4B4;          
	z-index: 99;
	text-align: left;
}
	
/* dropdown */

#topMenu li:hover > ul {
	display:block;
}
#topMenu ul li {
	float:none;
	margin:0;
	padding:0;
}
	
#topMenu ul a {
	font-weight:normal;
	text-shadow:0 1px 1px #fff;
}
	
/* level 3+ list */
#topMenu ul ul {
	left: -181px;
	top: -3px;
}
	
/* rounded corners for first and last child */
/*
#topMenu ul li:first-child > a {
	-moz-border-radius-topleft:9px;
	-webkit-border-top-left-radius:9px;
	border-top-left-radius:9px;
	-moz-border-radius-topright:9px;
	-webkit-border-top-right-radius:9px;
	border-top-right-radius:9px;
}

#topMenu ul li:last-child > a {
	-moz-border-radius-bottomleft:9px;
	-webkit-border-bottom-left-radius:9px;
	border-bottom-left-radius:9px;
	-moz-border-radius-bottomright:9px;
	-webkit-border-bottom-right-radius:9px;
	border-bottom-right-radius:9px;
}
	*/

#sm2-container { 
	height: 0;
    width: 0; 
}
