﻿/* CSS Document */

body
{
	/*background-image: url(../../images/bkground_tile.jpg);*/
	background-color: #E4E4E4;
	margin: 0;
	padding: 0;
	font-size: 62.5%; /*gives base of 10px*/
}
#container
{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 900px;
}
#containerShadow
{
	position: absolute;
	top: 0; /*left:-68px;*/
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(../../images/bkground_container.jpg);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0; /*padding-right:68px;*/
	z-index: 0;
}


/*Header*/
#headerLeft
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 445px;
	height: 70px;
	background-color: #ebebeb;
	z-index: 10;
}
#headerLeft p
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	color: #595959;
	font-size: 1.6em;
	padding: 25px 15px 0 15px;
	z-index: 10;
	font-weight: bold;
}
/* for IE browsers*/
#container > #headerLeft p
{
	padding: 10px 15px 0 15px;
	font-weight: normal;
}
/*for all other browsers */

#headerMiddle
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 207px;
	height: 70px;
	background-color: #ebebeb;
	z-index: 10;
}
#headerMiddle div
{
	padding: 25px 15px 0 15px;
	z-index: 10;
}
#newLogo
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 93px;
	height: 70px;
	background-color: #ebebeb;
	z-index: 10;
}
#logo
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 155px;
	height: 70px;
	background-color: #f61f2e;
	z-index: 10;
}

#logoBottomAdmin
{
	float: left;
	margin: 0px;
	padding: 0;
	width: 250px;
	height: 25px;
	/* background-color: #f61f2e; */
	background-color:White ;
	text-align: center;
	z-index: 10;
}
#logoBottomAdmin a, #logoBottomAdmin a:visited
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	line-height: 25px;
	text-decoration: none;
}

#logoBottomAdmin a:hover 
{
    text-decoration: underline;
}

#headerBottomAdmin
{
	float: left;
	margin: 0px;
	padding: 0;
	width: 745px;
	height: 25px;
	background-color: #ebebeb;
	z-index: 10;
}

#headerBottomAdmin div
{
	width: 745px;
	height: 12px;
	background-color: #c8c9cc;
}
/*Navigation*/
#navBackgroundAdmin
{
	float: left;
	width: 900px;
	height: 68px;
	background-image: url(../../images/navigation.gif);
	background-repeat: no-repeat;
}
#navHomeAdmin
{
	float: left;
	margin-left: 150px;
	margin-top: 20px;
	width: 55px;
	height: 40px;
	background-image: url(../../images/nav_home.jpg);
	background-repeat: no-repeat;
}
#navBackgroundAdmin > #navHomeAdmin
{
	margin-left: 0px;
}

#navGlobeAdmin
{
	float: left;
	margin-top: 20px;
	width: 45px;
	height: 20px;
	background-image: url(../../images/nav_moreInfo.jpg);
	background-repeat: no-repeat;
	border-left:solid 1px black;
	/*background-color:Blue;*/
}


#navMaster
{
	float: left;
	margin-top: 20px;
	width: 105px;
	height: 20px;
	background-image: url(../../images/nav_topten.jpg);
	background-repeat: no-repeat;
	border-right: solid 1px #252526;
}
#navCaseStudiesResult
{
	float: left;
	margin-top: 20px;
	width: 115px;
	height: 20px;
	background-image: url(../../images/nav_spec.jpg);
	background-repeat: no-repeat;
	border-right: solid 1px #252526;
}
#navSpecificataion
{
	float: left;
	margin-top: 20px;
	width: 113px;
	height: 20px;
	background-image: url(../../images/nav_spec.jpg);
	background-repeat: no-repeat;
	border-right: solid 1px #252526;
}
#navMoreInfoAdmin
{
	float: left;
	margin-top: 20px;
	width: 113px;
	height: 20px;
	background-image: url(../../images/nav_spec.jpg);
	background-repeat: no-repeat;
}
#navTopTenAdmin
{
	float: left;
	margin-top: 20px;
	width: 134px;
	height: 20px;
	background-image: url(../../images/nav_topten.jpg);
	background-repeat: no-repeat;
}
#navLanguage
{
	float: left;
	margin-top: 20px;
	width: 113px;
	height: 20px;
	background-image: url(../../images/nav_moreInfo.jpg);
	background-repeat: no-repeat;
}
/*
.navLinks
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #FFF;
	padding: 10px;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
}
.navLinks a:link
{
	color: #FFF;
	text-decoration: none;
}
.navLinks a:visited
{
	color: #fff;
	text-decoration: none;
}
.navLinks a:hover
{
	color: red;
	text-decoration: none;
}
*/

/*Flash element*/
#flashAreaLarge
{
	float: left;
	width: 900px;
	height: 400px;
	background-color: #8396b2;
}
#flashAreaSmall
{
	float: left;
	width: 900px;
	height: 150px;
	background-color: #8396b2;
}

/*.caseStudies
{
	margin-left: 20px;
}
.odd
{
	background-color: #FFF;
	height: 60px;
	width: 440px;
	vertical-align: top;
}
.odd p
{
	padding: 5px 0 0 10px;
	margin: 0;
}
.odd p a:link
{
	color: #00b6df;
	text-decoration: none;
}
.odd p a:visited
{
	color: #00b6df;
	text-decoration: none;
}
.odd p a:hover
{
	color: #00b6df;
	text-decoration: underline;
}
.odd p a:active
{
	color: #00b6df;
	text-decoration: none;
}

.even
{
	background-image: url(../../images/gradient_grey.jpg);
	background-repeat: repeat-x;
	height: 60px;
	width: 440px;
	vertical-align: top;
}
.even p
{
	color: #fff;
	font-weight: normal;
	padding: 5px 0 0 10px;
	margin: 0;
}
.even p a:link
{
	color: #fff;
	text-decoration: none;
}
.even p a:visited
{
	color: #fff;
	text-decoration: none;
}
.even p a:hover
{
	color: #fff;
	text-decoration: underline;
}
.even p a:active
{
	color: #fff;
	text-decoration: none;
}

.categoryOdd
{
	background-color: #FFF;
	height: 60px;
	width: 65px;
	vertical-align: bottom;
}
.categoryEven
{
	background-image: url(../../images/gradient_grey.jpg);
	background-repeat: repeat-x;
	height: 60px;
	width: 65px;
	vertical-align: bottom;
}

.leisure
{
	background-image: url(../../images/gradient_lightBlue.jpg);
	background-repeat: repeat-x;
	height: 60px;
	width: 15px;
	vertical-align: top;
	padding: 0;
}
.education
{
	background-image: url(../../images/gradient_green.jpg);
	background-repeat: repeat-x;
	height: 60px;
	width: 15px;
	vertical-align: top;
}
.exhibition
{
	background-image: url(../../images/gradient_darkBlue.jpg);
	background-repeat: repeat-x;
	height: 60px;
	width: 15px;
	vertical-align: top;
}
*/

/*footer*/
#footer
{
	float: left;
	width: 900px;
	height: 100px;
	padding-top: 2px;
	margin-top: 0;
	background-color: #FFF;
	border-top: solid 2px #e2e2e2;
}
#footer p
{
	text-align: right;
	font-size: 1.1em;
	padding-right: 10px;
}
#footer a
{
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #999;
	text-decoration: none;
	text-align: left;
}

.clearboth
{
	clear: both;
}

.adminbutton 
{
    padding:15px;
    background-color: Gray;
    color:White;
    font-family: Verdana, Arial;
    font-size:small;
    font-weight: bold;
    margin: 15px;
    border-width: 10px;
    display:inline-block;
    text-decoration: none;
}

.adminbutton:hover 
{
   background-color: #eeeeee;
   color: #111111;
   text-decoration: underline;
}   
