/*===================[ Reset ]===================*/
* {
	margin: 0;
	padding: 0;
}

p {
	margin: 10px 0;
}

img {
	border: none;
}

address {
	font-style: normal;
}

fieldset {
	border: none;
}

input,
option {
	font-family: helvetica, arial;
}

#search {
	outline: 0;
}

.rich .search-submit,
.rich .intl-locations-submit input,
.rich .intl-submit input {
	display: none;
}

h5 {
	font-size: 1em;
}

li {
	list-style: none;
}

a {
	color: #5793D6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*===================[ General Styling ]===================*/
body {
	color: #6A737B;
	font-family: helvetica, arial;
	font-size: 12px;
	line-height: 1.5em;
    /*font-size: 0.75em;
	line-height: 1.5em;*/
}

/*
#wrapper {
	background: #FFF url(../images/backgrounds/body-gradient.jpg) repeat-x top center;
	padding-top: 0px;
	zoom: 1;
}
*/
/*
#content {
	margin: 0 auto 2em;
	width: 984px;
	zoom: 1;
}

.primary {
	float: left;
	_overflow-x: hidden;
	width: 698px;
	zoom: 1;
}

.additional {
	float: right;
	width: 272px;
}

.wide .primary {
	width: 733px;
}

.wide .additional {
	width: 233px;
}

.module2 {
	padding: 17px;
}

.module {
	margin-bottom: 12px;
	zoom: 1;
}
*/

/*===================[ Footer ]===================*/
#footer {
	border-top: 1px solid #DADADA;
	clear: both;
	zoom: 1;
    position:relative;
    top:986px;
    height: 70px !important;
}

#footer div {
	margin: auto;
	padding: 15px 0;
	width: 984px;
}

#footer p,
#footer ul,
#footer li {
	float: left;
}

#footer p {
	margin: 0;
}

#footer ul {
	margin-left: 60px;
}

#footer li {
	border-left: 1px solid #999;
	padding: 0 13px;
}

#footer .contact {
	border: none;
	padding-left: 0;
}

#footer form ul {
	float: right;
}

#footer form li {
	border: none;
	padding: 0;
}

#footer label {
	float: left;
	margin-right: 8px;
}

#footer select {
	position: relative;
	top: -5px;
}

#footer a,
#footer label {
	background: transparent url(../images/backgrounds/global_image_group.png) no-repeat 0 0;
	display: block;
	height: 11px;
	overflow: hidden;
	text-indent: -900px;
}

#footer p a {
	background-position: 0 -5px;
	width: 152px;
}

#footer .contact a {
	background-position: -167px -5px;
	width: 56px;
}

#footer .careers a {
	background-position: -241px -5px;
	width: 41px;
}

#footer .legal a {
	background-position: -301px -5px;
	width: 77px;
}

#footer label {
	background-position: -397px -5px;
	width: 105px;
}

#footer-page-nav a,
#footer-page-nav span {
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -9000px;
}


.clean-start #footer a,
.clean-start #footer label {
	background: transparent url(../images/clean-start/sprite.png) no-repeat -263px -90px;
	height: 15px;
}

.clean-start #footer a {
	width: 103px;
}

.clean-start #footer .contact a {
	background-position: -367px -90px;
	width: 55px
}

.clean-start #footer .careers a {
	background-position: -423px -90px;
	width: 40px
}

.clean-start #footer .for-professionals a {
	background-position: -463px -90px;
	width: 86px
}

.clean-start #footer .legal a {
	background-position: -549px -90px;
	width: 76px;
}

.clean-start #footer label {
	background-position: -516px -41px;
	width: 110px;
}

/*=================================================*/
/*===================[ Pop Up ]===================*/
/*===============================================*/
/*

#popup-wrapper {
    display:block;
    height:0;
    position:fixed;
    text-align:center;
    top:100px;
    width:100%;
    z-index:10;
}
*/
/*
#popup-wrapper {
	display: none;
	height: 0;
	left: 0;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 10;
}*/
#popup-wrapper {
    display: none;
    height: 0;
    position: fixed;
    text-align: left;
    width: 100%;
    z-index: 10010;
    top: 100px;
}

#popup-container {
	background-color: transparent;
	margin: 150px auto 0 auto;
	-webkit-box-shadow: 0 0 50px #000;
	-webkit-border-radius: 5px;
	width: 575px;
}

#top-border {
	background: transparent url(../images/backgrounds/popup_background.png) no-repeat scroll 0 0;
	padding-top: 25px;
}

#bottom-border {
	background: transparent url(../images/backgrounds/popup_background.png) no-repeat scroll -600px bottom;
	padding-bottom: 10px;
}

#popup-content {
	background-color: #FFF;
	border-left: 1px #E2E2E2 solid;
	border-right: 1px #E2E2E2 solid;
	padding: 0 0 25px 35px;
}

.framebg {
	background-color: #FFF;
	border: 1px solid #DADADA;
	border-radius: 5px;
	height: 325px;
	padding: 25px 0 50px 35px;
	position: relative;
	top: 150px;
	left: 28%;
	margin:0px auto;
    -webkit-border-radius: 5px;
	-webkit-box-shadow: 0 0 50px #000;
	width: 575px;
}

#popup .hd {
	padding-bottom: 15px;
}

#popup .hd h3 {
	float: left;
}

#popup .hd a {
	background: transparent url(../images/backgrounds/pop_up_close.png) no-repeat right;
	float: right;
	font-weight: bold;
	margin-right: 50px;
	padding-right: 15px;
	text-transform: uppercase;
}


#popup .bd {
	height: 300px;
	overflow-y: auto;
	padding-right: 30px;
}

#popup .bd p {
	padding-left: 1px;
}

.newsletter-submit input {
	background: transparent url(../images/backgrounds/button_submit.png) no-repeat 0 0;
	border: none;
	color: #9FA2A7;
	cursor: pointer;
	height: 31px;
	width: 143px;
	margin-top:14px;
	margin-bottom:25px;
}

#popup-wrapper .events h3 {
	text-transform: uppercase;
}

#popup .your-email input {
	width: 200px;
}

#popup-wrapper .events li {
	margin-bottom: 25px;
	zoom: 1;
}

#popup-wrapper .events li img {
	float: left;
	margin-right: 12px;
}

#popup-wrapper .events li div {
	float: left;
	width: 310px;
}

#popup-wrapper .events li h5 {
	font-size: 1.2em;
	text-transform: lowercase;
}

#popup-wrapper .events li dt {
	float: left;
	font-weight: bold;
	margin-right: 5px;
}

#popup-wrapper .events li a {
	font-weight: bold;
	text-transform: lowercase;
}

.events-detail h4 {
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 8px;
}

.events-detail img {
	margin-top: 8px;
}


/***** start: popup *****/

.clean-start {
    color:#8A8A8A;
}


#popup .hd h3 {
    float:left;
}


.flash #popup .hd h3 {
    color:#D41B12;
}

.flash #popup .hd a {
    color: #EC068D;
    float: right;
    font-weight: bold;
    background:transparent url(../images/clean-start/sprite.png) no-repeat scroll -670px -45px;
    height: 17px;
}

.clean-start #popup .hd h3 {
    color: #EC068D;
    font-size: 16px;
    /*font-size:1.5em;*/
    text-transform:lowercase;
}

.clean-start #popup-wrapper #popup {
    background-color:#FFFFFF;
    border:1px solid #CCCCCC;
    margin: 25px auto;
    padding:35px 25px;
    width:450px;
    position: relative;
}
/*
.clean-start #popup-wrapper #popup {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    margin: 25px auto;
    padding: 35px 25px;
    width: 450px;
}
*/

.clean-start #popup .bd {
    height:auto;
    margin-top:17px;
    padding-right:25px;
    text-align:left;
}

.clean-start #popup .hd a {
    color: #EC068D;
    margin-right:0;
    padding-right:25px;
    text-transform:lowercase;
}

#popup .hd a {
    background:transparent url(../images/backgrounds/pop_up_close.png) no-repeat scroll right center;
    float:right;
    font-weight:bold;
    margin-right:50px;
    padding-right:15px;
    text-transform:uppercase;
}

.clean-start #popup li #age {
    /*border:1px solid #EC068D;*/
    width: 13px;
    margin-top: 10px;
}

.clean-start #popup li input, .clean-start #popup li textarea {
    border: 1px solid #CCCCCC;
    color: #707070;
    margin-bottom: 6px;
    padding: 3px 5px;
    width: 60%;
}

.clean-start #popup li label {
    display: block;
    margin-bottom: 10px;
    margin-top: 7px;
    text-transform: lowercase;
}

.clean-start #popup #formNewsletter {
    margin-top: 20px;
}

body.flash a {
    color:#5A167A;
}

#popup #email-submit {
    background-color:#8A8A8A;
    border:medium none;
    color:#FFFFFF;
    height:auto;
    margin-top:15px;
    padding:3px 15px;
    text-transform:lowercase;
    width:auto;
}

#rb, #general-question input#rb, #formNewsletter input#rb {
    width: 13px;
    margin-bottom: -2px;
}

#popup #email-address {
    border: 1px solid #CCCCCC;
    color: #707070;
    padding: 3px 20px 3px 5px;
}

.clean-start #popup li #send-submit {
    background-color:#8A8A8A;
    border:medium none;
    color:#FFFFFF;
    margin-top:20px;
    padding:3px 15px;
    width:auto;
}

.clean-start #popup #formSendtoafriend li label {
    display: block;
    margin-top: -4px;
    margin-bottom: 0px;
    text-transform: lowercase;
}

/***** end: popup *****/
