html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}              /* reset CSS */
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em; font-weight:normal; font-style:normal;}
ul,ol {list-style:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
table {border-collapse:collapse; border-spacing:0;}
td {vertical-align:top;}

/* ---------------------------------------------- global style ----------------------------------------- */

h1 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
}

h2 {
	font-size: 16px;
	font-style: italic;
	padding-top: 4px;
}

h3 {
	font-size: 14px;
	font-style: italic;
	margin-bottom: 10px;
}





/* ---------------------------------------------- architecture ----------------------------------------- */

body {
	background: url(../images/bg.png) 0 192px repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	color: #57596d; /* purply grey */
	font-size: 12px;
}

#page_wrapper {
	width: 960px;
	margin: auto;
	position: relative;
}

#logo {
	width: 447px;
	height: 180px;
	background: url(../images/logo.png) left top no-repeat;
}

/* ------------------------------------------------------- navigation ------------------------------------------- */

#navbox_home, #navbox_services, #navbox_contact {
	width: 345px;
	position: absolute;
	right: -5px;	
	top: 160px;
	height: 30px;
	padding-top: 10px;
}

#navbox_home {
	background: url(../images/menu_sprite.png) no-repeat;
}

#navbox_services {
	background: url(../images/menu_sprite.png) 0 -40px no-repeat ;
}

#navbox_contact {
	background: url(../images/menu_sprite.png) 0 -80px no-repeat;
}

#navbox_home ul, #navbox_services ul, #navbox_contact ul {
	margin-left: 20px;
}

#navbox_home li, #navbox_services li, #navbox_contact li {
	display: inline;
	padding: 20px 20px;
	width: 143px;
	height: 31px;
}

#navbox_home a:link, #navbox_home a:visited, #navbox_services a:link, #navbox_services a:visited , #navbox_contact a:link, #navbox_contact a:visited {
	text-decoration: none;
	color: #8d90a8;
	font-weight: bold;
}

#navbox_home a:hover,  #navbox_services a:hover,  #navbox_contact a:hover {
	color: #616376;
}



/* ------------------------------------------------------- end navigation ------------------------------------------- */

#sidebanner_index {
	width: 960px;
	height: 660px;
	margin-top: 12px;
	background: #FFF url(../images/sidebanner.jpg) left top no-repeat;
}

#sidebanner_services {
	width: 960px;
	height: 850px;
	margin-top: 12px;
	background: #FFF url(../images/sidebanner.jpg) left top no-repeat;
}

#sidebanner_contact {
	width: 960px;
	height: 515px;
	margin-top: 12px;
	background: #FFF url(../images/sidebanner.jpg) left top no-repeat;
}

#centre_stage {	
	width: 375px;
	margin-left: 200px;
	padding-top: 20px;
	margin-right: 385px;
	line-height: 20px;
	font-style: italic;
}
	
#stage_right {
	width: 320px;
	margin-left: 595px;
	position: relative;
	top: -260px;
	color: #FFF;
}

#block_no1 {
	width: 315px;
	height: 110px;
	padding: 15px; 
	background: #8d90a8;
	border-radius: 15px;
	-moz-border-radius: 15px; /* Firefox 3.6 and earlier */
	margin-bottom: 20px;
	position: relative;

}

#block_no2 {
	width: 315px;
	height: 110px;
	padding: 15px; 
	background: #989bb1;
	border-radius: 15px;
	-moz-border-radius: 15px; /* Firefox 3.6 and earlier */
	margin-bottom: 20px;
	position: relative;

}

#block_no3 {
	width: 315px;
	height: 110px;
	padding: 15px; 
	background: #a4a6b9;
	border-radius: 15px;
	-moz-border-radius: 15px; /* Firefox 3.6 and earlier */
	margin-bottom: 20px;
	position: relative;
}

#block_no4 {
	width: 315px;
	height: 110px;
	padding: 15px; 
	background: #afb1c2;
	border-radius: 15px;
	-moz-border-radius: 15px; /* Firefox 3.6 and earlier */
	margin-bottom: 20px;
	position: relative;
}

#block_no1 p, #block_no2 p, #block_no3 p, #block_no4 p {
	color: #FFF;
	font-style: italic;
	margin-left: 10px;
}
	
a.readmore:link, a.readmore:visited {
	color: #57596d; /* darker violet grey */
	text-decoration: none;
	font-style: italic;
	position: absolute;
	right: 20px;
	bottom: 10px;
}

a.readmore:hover {
	color: #FFF;
}

/* ---------------------------------- for the subpage ---------------------------- */
#subpage_content {
	width: 720px;
	margin-left: 200px;
	margin-top: 10px;
	background: url(../images/header_bg.png) -20px top no-repeat;
}

.content_blocks {
	background-color: #f3f3f3; /* veeeeeeeeery light grey */
	padding: 20px;
	margin-top: 20px;
}

ul.bullet {
	list-style: outside url(../images/bullet.png);
	margin-top: 10px;
}

ul.bullet li {
	padding-bottom: 5px;
	margin-left: 30px;
}

#footer {
	background: #a4a6b9; /* medium lavernder */
	color: #caccda; /* light lavender grey */
	font-size: 10px;
	text-align: center;
	height: 130px;
}

#footer a:link, #footer a:visited {
	color: #caccda; /* light lavender grey */
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
}


table.contact {
	width: 90%;
	margin-top: 20px;
	border-collapse: collapse;
	border: #999 1px solid;
}
	
table.contact td {
	border: #d7d7d7 1px solid;
	padding: 5px;
}

table.contact a:link, table.contact a:visited {
	text-decoration: none;
	color: #a4a6b9;
}

table.contact a:hover {
	color: #707495;
}
	
	
	
	
	
	
	