/* (c)2011 C2-Cine Ltd */

/*MAIN*/

body {
	background-color: #FFF4DF;
	color: #333;
	font: 100%/19px Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

/*DIVS*/

#container {
	background-repeat:no-repeat;
	background-color: #FFF4DF;
	border: 1px solid #888;
	margin: 0 auto;	
	text-align: left;
	width: 980px;
}

#header {
	background-image:url(../images/header-bg.png);
	background-repeat: no-repeat;
	background-color: #4091E3;
	height: 153px;
	padding: 10px 0px 0 50px;
}

#logos {
	float:right;
	display:table-cell;
	vertical-align:top;
	background-image:url(../images/header-bg.png);
	background-repeat:no-repeat;
	height: 153px;
	padding: 10px 10px 0 0;
}

#navbar {
	background-color: #0000ff;
	background-image:url(../images/button_bg.png);
	background-repeat:x-repeat;
	color: #0000FF;
	height: 33px;
	padding: 0 0 0 0;
	width: 980px;
}

#maincontentcontainer {
	padding: 10px 0 0 10px;
	margin: 0 0 0 0;
	min-height: 430px;
}

#waltermarkcontainer {
	padding: 10px 0 0 10px;
	margin: 0 0 0 0;
	min-height: 430px;
	background-image:url(../images/gemstones3.png); /*To allow for the gap to the left of the logos*/
	background-repeat: no-repeat;
}

#maincontent {
	
	margin: 0 0 0 0;
	width: 670px;
	
}

#addressbox {
	background: url(../images/addressbox-bg.png);
	background-repeat:no-repeat;
	float: right;
	height: 300px;
	width: 250px;
	margin: 20 20 20 20;
	padding: 5px 5px 25px 25px;
}

#peridotbox {
	background: url(../images/peridot6.jpg);
	background-repeat:no-repeat;
	float: right;
	height: 300px;
	width: 250px;
	margin: 20 20 20 20;
	padding: 5px 5px 25px 25px;
}

#spinelbox {
	background: url(../images/spinel1.jpg);
	background-repeat:no-repeat;
	float: right;
	height: 300px;
	width: 250px;
	margin: 20 20 20 20;
	padding: 5px 5px 25px 25px;
}

#details {
	width:350px;
}

#footer {
	background-image:url(../images/footer-bg.png);
	background-repeat:no-repeat;
	background-color: #1C3587;
	height: 56px;
	padding: 0 2px 2px 2px;
}

/*TEXT TAGS*/

h1 {
	font-size: 19px;
	color: #19388A;
}

h2 {
	font-size: 15px;
	color: #19388A;
}

h3 {
	font-size: 14px;
	color: #19388A;
}

p {
	font-size: 13px;
	color: #333;
	line-height:19px;
	margin-top:0;
}

#subcontent h1 {
	margin: 10px 0 6px 0;
	font-size: 17px;
	color: #19388A;
}

#subcontent p {
	font-size: 12px;
	color: #333;
	line-height:15px;
}

#footer p {

	font-size: 13px;
	color: #FFF;
	padding: 5px 0 0 10px;	
	margin: 0px;
}

#footer a:link {
	text-decoration:none;
	color: #FFF;
}

#footer a:visited {
	text-decoration:none;
	color: #FFF;	
}

#footer a:hover {
	text-decoration:underline;
	color: #FFF;
}

#footer a:active {
	text-decoration:none;
	color: #FFF;
}

#maincontent h2 a:link {
	font-size: 15px;
	color: #19388A;
	text-decoration:underline;
}

#maincontent h2 a:visited {
	font-size: 15px;
	color: #19388A;
	text-decoration:underline;
}

#maincontent h2 a:hover {
	font-size: 15px;
	color: #19388A;
	text-decoration:none;
}

#maincontent h2 a:active {
	font-size: 15px;
	color: #19388A;
	text-decoration:underline;
}

#maincontent p a:link {
	font-size: 13px;
	color: #333;
	line-height:19px;
	text-decoration: underline;
	font-weight:normal;
}

#maincontent p a:visited {
	font-size: 13px;
	color: #333;
	line-height:19px;
	text-decoration: underline;
}

#maincontent p a:hover {
	font-size: 13px;
	color: #333;
	line-height:19px;
	text-decoration: none;
}

#maincontent p a:active {
	font-size: 13px;
	color: #333;
	line-height:19px;
	text-decoration: underline;
}

#subcontent a:link {
	font-size: 12px;
	color: #333;
	line-height:19px;
	text-decoration: none;
	font-weight:normal;
}

#subcontent a:visited {
	font-size: 12px;
	color: #333;
	line-height:19px;
	text-decoration: none;
}

#subcontent a:hover {
	font-size: 12px;
	color: #333;
	line-height:19px;
	text-decoration: underline;
}


#subcontent a:active {
	font-size: 12px;
	color: #333;
	line-height:19px;
	text-decoration: none;
}


/*CLASSES & TAGS*/

.floatright {
	float: right;	
}

.floatleft {
	float: left;	
}

IMG.topright {
	vertical-align:top;
	float:right;
}

.toprightweb {
	position: relative;
	top: -1px;
	right: 0px;
	float:right;
}

IMG.profile {
	float:left;
	margin: 0 10px 10px 0;
	border: #333 solid 1px;
}

IMG.mainteam {
	border: #333 solid 1px;
}

p.copy {
	font-size: 9px;
	margin: 0;
	padding: 0;
}

#maincontent ul {
	list-style: bullet;
	line-height: 1px;
}
IMG.emailadd {
	display: inline;
}

.bold {
	font-weight:bold;
}

.logoleft{
	margin:117px -7px 0 0;
}