/* ===== colours 
blue #59a3c5
green #86bcc7
medium blue #547ea8
dark blue #284664
yellow #f8b449
white #fff  

====== */


html, body {
	margin: 0;
	padding: 0;
}

html { 
	background: #999; 
	}

body { 
	font: 16px Arial, Helvetica, sans-serif;
		background: #fff;
		width: 960px;
		margin: 0px auto 0px;
	}


article, aside, figure, footer, header, nav, section { 
	display: block; 
}

#pageWrap { 
	position: relative;
	width: 960px; 
	margin: 0px auto 0px; 
}


/* =====  header  ====== */

#header { 
	position: absolute; 
	background: #86bcc7 url(../images/header1.png) 680px 10px no-repeat; 
	width: 960px; 
	height: 160px;	 
}

#header p { 
	color: #fff;
	text-shadow: -1px 2px 0 #777;
 	padding: 50px 0px 30px 25px;
	text-transform: uppercase; 
	letter-spacing: 1px; 
	font-size: .9em; 
}

#header h1 { 
	font: 220% Times, Serif; 
	color: #fff; 
	text-shadow: -2px 3px 0 #777; 
	letter-spacing: 1px;
	padding: 20px 0px 20px 20px; 
}
#header a {
	text-decoration: none;
	color: #fff;
	width: 960px; 
	height: 160px; 
}


/* =====  headerBar  ====== */

#headerBar { 
	position: absolute;
	font: 100% Arial, sans-serif;
	color: #fff;
	top: 160px;
	width: 960px; 
}

#headerBar ul { 
	background: #547ea8;
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	width: 960px;
}

#headerBar li { 
	float: right;	 
}

#headerBar li a {
	display: block;
	text-transform: uppercase;
		color: #fff;
	text-decoration: none; 
	background: #547ea8; 
	line-height: 1.2em;
	margin-left: 1.2em;
	padding: .4em .6em; 
}

#headerBar li a:hover {
	color: #f8b449;
	background: #547ea8;
	text-decoration: none;
}


/* ===== main menu ===== */

#mainMenu {
	position: absolute;
	left: -1px;
	top: -2px;
}

#mainMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainMenu li {
    float: left;
	width: 320px;
    margin-bottom: 8px;
    padding: 0;
}

#mainMenu a {
    font-family: "Trebuchet MS", sans-serif;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0 15px 0 150px;
    margin-right: 10px;
    line-height: 84px;
    background: url(../images/button-copom.png) -320px 0px;
    border: none;
}

#mainMenu a:hover {
    color: #f8b449;
    background-position: -320px -84px;
}

#mainMenu a.current {
    margin-top: -5px;
    height: 30px;
    background-position: -86px 0px ;
    color: #aaa;
    line-height: 25px;
}

#mainMenu a.current:hover {
    cursor: default;
}


/* =====  sidebar  ====== */

#sideBar {
	position: absolute;
	float: left;
	top: 200px;
	width: 320px;
	padding: 205px 10px 0 10px;
	margin: 0px 10px 0 10px;
}



/* =====  images  ====== */

#imageContainer {
	position: absolute; 
	float: left; 
	top: 0px;
	left: -184px;	
}

#image1 {
	position: absolute; 
	float: right;
	top: 2px;
	left: 198px;	
}

/* a #image1 #image2 #image3 #image4 #image5 {
	opacity: 0.4;
	filter: alpha(opacity=40); /* For IE8 and earlier
}


a:hover #image1 #image2 #image3 #image4 #image5 {
	opacity: .40;
	filter: alpha(opacity=40);
	filter: “alpha(opacity=40)”;
} */ 

a.opac img {
	filter: Alpha(opacity=100);

	opacity: 1.0; 
	border: none;
	}

a.opac:hover img {
	color: #f8b449;
	filter: Alpha(opacity=75);

	opacity: 0.75; 
	border: none;
} 



#image2 {
	position: absolute; 
	float: right; 
	top: 94px;
	left: 198px;	
}

#image3 {
	position: absolute; 
	float: right; 
	top: 186px;
	left: 198px;	
}

#image4 {
	position: absolute; 
	float: right; 
	top: 278px;
	left: 198px;	
}

#image5 {
	position: absolute; 
	float: right; 
	top: 370px;
	left: 198px;	
}

#image6 {
	position: absolute; 
	float: right; 
	top: 462px;
	left: 198px;	
}



/* =====  navigation  ====== */


nav ul {
	list-style: none;
}

nav ul li a {
	display: block;
	padding: 30px;
	color: white;
	font-size: 18px;
	text-decoration: none;
	background-color: #547ea8;
	margin: 0 0 10px 0;
	position: relative;
}



/* =====  main content  ====== */

#mainContent {
	clear: both;
	float: right;
	background: #fff;
	width: 600px;
	height: 100%;
	padding: 180px 0 0 0;
	color: #666;
}

#mainContent  h1 {
	float: left;
	color: #547ea8;
	font-size: 140%;
	letter-spacing: 1px; 
	text-transform: none;
	padding: 0;
	}


#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #666;  
	margin: 10px 10px 10px 0;
	font-size: 100%; 
	}
	
.note {
	font-family: Arial, Helvetica, sans-serif;
	/* =====  line-height: 1.4em;   ====== */
	color: #666;  
	margin: 10px 10px 10px 0;
	font-size: .10em; 
	}
	
/* =====  lists  ====== */
	
ol {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #666;
	padding: 0 0 5px 15px;
	}

ol.c {
	list-style-type: lower-roman;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #666;
	padding: 0 0 0 15px
	}
	
/* =====  links  ====== */
	
li a {
	text-align: left;
	line-height: 1.8em;
	font-size: 1.1em;
    display: block;
    color: #0066cc;
	text-decoration: none;
}

li a:hover {

	line-height: 1.8em;
	font-size: 1.1em;
    display: block;
    color: #c14a5b;
	text-decoration: none;
}

ul.plain{
	list-style-type:none
}


/* =====  download button  ====== */

/*  --- #download {
	  background: url(../images/2button_sprite.png) 0px 0px no-repeat;
	  width: 227px; 
	  height: 58px;
	  margin: 0 0 0 10px;
}

#download a {
    font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
    display: block;
    color: #fff;
	text-transform: uppercase;
	text-decoration: none;
    padding: 15px 30px 0px 10px;
	text-align: center;
    line-height: 18px;
    border: none;
}

#download a:hover {
	background: url(../images/2button_sprite.png) 0px -57px no-repeat;
	text-align: center;
    color: #f8b449;
	height: 58px;
} --- */

/* =====  download ====== */

.download {
	text-align: center;
	line-height: 20px;
	font-size: 15px;
	display: block;
	color: #0F3;
	width: 320px;
	height: 60px;
	border: 4px solid #666;
	margin: 10px;
	background-color: #00F;
}

.download a {
	text-align: center;
	line-height: 15px;
	font-size: 15px;
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #00F;
}

.download a:hover {
	background: #66ccff;
	text-align: center;
	line-height: 15px;
	font-size: 15px;
	display: block;
	color: #c14a5b;
}


/* =====  review  ====== */

.review {
	  background: #ff0000;
	  	text-align: center;
		line-height: 60px;
	font-size: 15px;
    display: block;
    color: #fff;
	  width: 320px; 
	  height: 60px;	
	  border: 4px solid #666;
	  margin: 10px;
} 
.review a {
	  background: #ff0000;
	  text-align: center;
	line-height: 60px;
	font-size: 15px;
    display: block;
    color: #fff;
	text-decoration: none;
}

.review a:hover {
	  background: #ffcccc;
	  text-align: center;
	line-height: 60px;
	font-size: 15px;
    display: block;
    color: #c14a5b;
}

/* =====  OMFC  ====== */

.OMFC {
	background: #c6efba;
	text-align: center;
/* =====    line-height: 60px;   ====== */
	font-size: 15px;
    display: block;
    color: #666;
	  width: 320px; 
/* =====    height: 60px;   ====== */	
	  border: 4px solid #666;
	  margin: 10px;
}
.OMFC a {
	  background: #3399cc;
	  text-align: center;
	text-align: center;
/* =====    line-height: 60px;   ====== */
	font-size: 15px;
    display: block;
    color: #fff;
	text-decoration: none;
}

.OMFC a:hover {
	  background: #66ccff;
	  text-align: center;
	text-align: center;
/* =====    line-height: 60px;   ====== */
	font-size: 15px;
    display: block;
    color: #c14a5b;
}

/* =====  return  ====== */

.return {
	background: #c6efba;
	text-align: center;
	line-height: 60px;
	font-size: 15px;
    display: block;
    color: #666;
	  width: 320px; 
	  height: 60px;	
	  border: 4px solid #666;
	  margin: 10px;
}
.return a {
	  background: #33cc33;
	  text-align: center;
	line-height: 60px;
	font-size: 15px;
    display: block;
    color: #fff;
	text-decoration: none;
}

.return a:hover {
	  background: #c6efba;
	  text-align: center;
	line-height: 60px;
	font-size: 15px;
    display: block;
    color: #c14a5b;
}

/* =====  line  ====== */

.line {
	position: absolute;
	background: #999;
	width: 8px; 
	height: 600px;
	top: 320px;
	left: 500px;
}



/* =====  footer  ====== */

#footer {
    clear: both;
    background: #fff;
    margin: 0 auto;
    padding: 10px;
    width: 940px;
    text-align: center;
	}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #547ea8;
	margin: 0;
	padding: 0;
	text-align: center;
	}

#footer a {
    color: #284664;
    text-decoration: none;
	}
	
	/* =====  misc  ====== */

.clearfloat { 
	clear: both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
