@import"content.css";


/*
GLOBAL STYLES
--------------------------------------------------------------------------------
--------------------- NEW SECTION -------------------------------------------
--------------------------------------------------------------------------------
*/


body {
	background-image: url(../images/bg.jpg);
	background-repeat:repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#2a2a2a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:24px;
	color:#dddddd;
}

.divClear {
	clear:both;
}

.bg1 {
	width:100%;
	margin:auto;
	padding:1px 0 50px 0;
}

#header {
	margin:auto;
	width:950px;
	height:242px;
	padding:1px 0;
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
	
}

#menuWrapper {
	margin:auto ;
	width:950px;
	position:relative;
	
	
	
	
}

#menuHolder{
	margin:auto;
	background-image: url(../images/menu_bg.png);
	width:950px;
	height:50px;
	z-index:10;	
}


ul#mainMenu {
	margin:auto;
	padding:0;
    list-style-type: none;
	width:800px;
    }
	
ul#mainMenu  li {
	margin: 0 20px ;
	display:inline;
	font-family: 'HelveticaNeueLTPro-BdCn',Arial, Helvetica, sans-serif;
	font-size:17px;
	text-transform: uppercase;
	

    }
#mainMenu li a{
	color:#dcbcda;
	text-decoration: none;
    }
	
	
#mainMenu li a:hover {
	color:#e1bd23;
    text-decoration: none;
    }
	
#twitterFacebook {
	float:right;
	width:330px;
	height:34px;
	margin:60px 0 0 0;
}

#slideshowHolder {
	margin:70px auto auto auto;
	padding:10px;
	width:930px;
	height:580px;
	background-image:url(../images/slideshow_bg.png);
	background-repeat:no-repeat;
}


.nivoSlider {
    position:relative;
    width:930px; /* Change this to your images width */
    height:580px; /* Change this to your images height */
    background:url(../images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
	overflow:hidden;
}
.nivoSlider a {
  	border:0;
    display:block;
}

.titleHolder {
	margin:auto;
	text-align:center;
	min-height:82px;
	min-height:100px;
}

	
/*
ABOUT STYLES
--------------------------------------------------------------------------------
--------------------- NEW SECTION -------------------------------------------
--------------------------------------------------------------------------------
*/	

#aboutWrapper {
	width:100%;
	margin:100px auto;
	padding:1px 0;
}

#aboutHolder {
	margin:auto;
	padding:50px 0;
	width:950px;
	min-height:400px;
}

#aboutLeft {
	margin:0;
	float:left;
	width:380px;
	min-height:150px;
}

#aboutRight {
	margin:0;
	float:right;
	width:550px;
	min-height:150px;
}
	



#logoSocial {
	margin:auto;
	width:1000px;
	height:194px;
	background-image:url(/unashamed/images/logo-social.png);
	background-repeat:no-repeat;
}


/*
SERVICES STYLES
--------------------------------------------------------------------------------
--------------------- NEW SECTION -------------------------------------------
--------------------------------------------------------------------------------
*/	

#servicesWrapper {
	width:100%;
	background-image:url(../images/bg2.jpg);
	background-repeat:repeat;
	margin:100px auto;
	padding:1px 0;
}

#servicesHolder {
	margin:auto;
	padding:50px 0;
	width:950px;
	min-height:400px;
}

#servicesLeft {
	margin:0;
	float:left;
	width:600px;
	min-height:150px;
}

#servicesRight {
	margin:0;
	float:right;
	width:330px;
	min-height:150px;
}


/*
PORTFOLIO STYLES
--------------------------------------------------------------------------------
--------------------- NEW SECTION -------------------------------------------
--------------------------------------------------------------------------------
*/	

#portfolioWrapper {
	width:100%;
	margin:100px auto;
	padding:1px 0;
}

#portfolioHolder {
	margin:auto;
	padding:50px 0;
	width:950px;
	min-height:400px;
}




/*
CONTACT STYLES
--------------------------------------------------------------------------------
--------------------- NEW SECTION -------------------------------------------
--------------------------------------------------------------------------------
*/	

#contactWrapper {
	width:100%;
	background-image:url(../images/bg2.jpg);
	background-repeat:repeat;
	margin:100px auto;
	padding:1px 0;
}

#contactHolder {
	margin:auto;
	padding:50px 0;
	width:950px;
	min-height:400px;
}

#contactForm {
	margin:auto;
	max-width:800px;
	min-height:400px;
}




/*
REGISTRATION INFO STYLES
--------------------------------------------------------------------------------
--------------------- NEW SECTION -------------------------------------------
--------------------------------------------------------------------------------
*/	

#speakersRegHolder {
	margin:auto auto 25px auto;
	width:1000px;
	min-height:400px;
}

#refund {
	color:#f9f4f4;
}

#footerHolder{
	margin:25px auto auto;
	padding:1px 0;
	width:960px;
	height:42px;
	background-image: url(/conference/images/footer_bg.jpg);
	background-repeat:no-repeat;
}

#footerContent{
	margin:10px 10px 1px;
	padding:20px 0 1px 0;
	width:978px;
	min-height:30px;
	background-image: url(/images/footer_bar.jpg);
	background-repeat: repeat-x;
	
}

.footerHeaderText {
	color:#49b5fe;
	font-size:13px;
	font-weight:bold;
}

.footerText a {
	color:#fff;
	line-height:20px;
	font-size:13px;
}


.copyWrite{
	margin:30px 10px 0 20px;
	color:#878887;
	float:left;
	width:500px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	font-size:12px;
}

.devText{
	margin:30px 20px 0 0px;
	color:#878887;
	float:right;
	width:350px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	font-size:12px;
}

.devText a:link, .devText a:visited, .devText a:active{
	color:#878887 !important;
	text-decoration:none;
}

.devText a:hover{
	color:#333333 !important;
	text-decoration:none;
}
.copyWrite a{
	color:#be1e2d;
	font-size:13px;
}

/*
MENU STYLES
--------------------------------------------------------------------------------
--------------------- NEW SECTION -------------------------------------------
--------------------------------------------------------------------------------
*/


