/* reset.css */
html
{
	margin: 0;
	padding: 0;
	border: 0;
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section
{
	display: block;
}
body
{
	line-height: 1.5;
	background: white;
	font: normal 12px Arial;
	color: #666;
}
table
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td
{
	text-align: left;
	font-weight: normal;
	float: none !important;
}
table, th, td
{
	vertical-align: middle;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
}
blockquote, q
{
	quotes: "" "";
}
a img
{
	border: none;
}
:focus
{
	outline: 0;
}
/*FINE RESET*/

/*slider*/
.hidden
{
	display: none;
}

.jFlowPrev
{
	position: absolute;
	top: 0;
	left: 0;
}
.jFlowNext
{
	position: absolute;
	top: 0;
	right: 0;
}

#prevNext img
{
	z-index: 2;
	cursor: pointer;
}

/*fine slider*/




.clear
{
	clear: both;
}

hr
{
	border: 0;
	height: 1px;
	color: #f1cfd2;
	background-color: #F5F5F5;
}

a
{
	font: bold 13px Arial;
	color: #666;
	text-decoration: none;
}

a:hover
{
	font: bold 13px Arial;
	color: #666;
	text-decoration: underline;
}

h1
{
	font: bold 24px Arial;
	color: #666;
	text-decoration: none;
	padding:14px 10px 0 10px;
	}
	
	h2, h3
{
	font: bold 14px Arial;
	color: #666;
	text-decoration: none;
	padding:10px 10px;
	}

#wrapper
{
	width: 950px;
	margin: 0 auto;
}

#header
{
}

#header div#top
{
	border-bottom: solid 1px #f1cfd2;
}

#headLogo
{
	display: block;
	float: left;
}

#userdiv
{
	float: right;
	margin-top: 16px;
}


/*FORM*/
input[type=text], input[type=password], textarea
{
	height: 16px;
	border: 1px solid #cc0000;
	margin-right: 5px;
}

.row
{
	float: left;
	width: 190px;
	margin-right: 10px;
	padding: 4px 0;
}

.double
{
	width: 390px;
}

.row input[type=text], .row input[type=password]
{
	width: 100%;
}

.check
{
	width: 400px;
}

.compulsory
{
	clear: both;
	float: left;
	margin-right: 10px;
	padding: 14px 0;
	width: 150px;
}
.buttons
{
	float: left;
	width: 230px;
	padding: 14px 0;
	text-align: right;
}


.language
{
	width: 390px;
	margin-bottom: 10px;
}


.language select
{
	height: 20px;
	border: 1px solid #cc0000;
}
.Written
{
	float: left;
	width: 120px;
	margin-right: 10px;
}
.Spoken
{
	float: left;
	width: 180px;
}

.languageTitle
{
	font: bold 14px Arial;
	display: block;
	margin-bottom: 5px;
}
/*FINE FORM*/


#header div#gallery
{
	width: 950px;
	margin: 5px 0 4px 0;
	position: relative;
}

#content
{
	width: 950px;
	border-bottom: solid 1px #f1cfd2;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

#content div#left
{
	width: 520px;
	margin-right: 10px;
	float: left;
}

#contentMenu
{
	background-color: #efefef;
	width: 520px;
	margin: 0;
}

.voice
{
	display: block;
	float: left;
	overflow: hidden;
	cursor: pointer;
	background-position: 0 0;
}
.voice:hover, .current
{
	background-position: 0 40px;
}


.voice1
{
	width: 123px;
	height: 40px;
	background-image: url(img/sprite-1.gif);
}

.voice2
{
	width: 238px;
	height: 40px;
	background-image: url(img/sprite-2.gif);
}
.voice3
{
	width: 110px;
	height: 40px;
	background-image: url(img/sprite-3.gif);
}

.accord .title
{
	display: block;
	width: 470px;
	min-height: 26px;
	cursor: pointer;
	background: #efefef url(img/accordion-bg.gif) no-repeat left top;
	padding: 10px 10px 4px 40px;
	margin-bottom: 4px;
	font: bold 13px/18px Arial;
}

.accord p
{
	display: block;
	width: 500px;
	padding: 10px;
	margin-bottom: 4px;
	font: normal 12px Arial;
}

#content3
{
	margin-top: 10px;
}
#content2
{
	width: 500px;
	padding: 10px;
	margin-bottom: 4px;
	font: normal 12px Arial;
}
#content div#right
{
	width: 420px;
	float: left;
}

.radio
{
	float: left;
}
#rightHead
{
	background: #ddd;
	height: 40px;
	margin-bottom: 4px;
}

#helpButton
{
	display: block;
	cursor: pointer;
	height: 40px;
	width: 44px;
	float: right;
	background: transparent url(img/helpSprite.gif) no-repeat left top;
}
#formNav
{
	padding: 10px 0 0 8px;
}



.SignInTtl
{
	display: block;
	height: 40px;
	width: 150px;
	background: url(img/SignInTtl.gif);
}


#panelModal
{
	display: none;
	
}

#rightHead a
{
	color: #333;
}

#rightHead
{
	cursor:pointer;
}

#rightContent
{
	background: #efefef;
	padding: 10px;
}


#fotoGallery

{
	background:#efefef url(img/galleryTitle.gif) no-repeat left top;
	margin-top:10px;
	padding:50px 0 10px 0
	}

#footer
{
	margin-bottom: 10px;
}
#footer .ico 
{
 margin:5px 0 5px 5px;
}

.addthis_toolbox
{
	float: left;
	width: 300px;
}

#footer #footerRight
{
	width: 575px;
	float: right;
	text-align: right;
	font-size: 11px;
}

