*{margin:0;padding:0;border:none;}


#strapline
{
	position: relative;
	top: 20px;
	text-align: center;
}







body{
	color: #556671;
	font-family: Century Gothic, Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0;
	background: #FFF;
}
a {text-decoration: none;}
h1, h2, h3 {font-weight: normal; font-size: 15px;}

h1
{
	font-weight: bold;
	font-size: 18px;
}

h2
{
	font-weight: bold;
}

h1,h2,p
{
	margin: 10px 0;

}

a
{
color: blue
}

/* ---------------------------------------------- PAGE WRAPS ---------------------------------------------- */

#top_shade { /* BLUE HORIZONTAL SHADE AT TOP */
	display: block;
	width: 100%;
	background: #FFF url(../BG1.jpg) top left repeat-x;
}

#bottom_shade { /* BLUE HORIZONTAL SHADE AT BOTTOM */
	display: block;
	width: 100%;
	background: #FFF url(../BG2.jpg) top left repeat-x;
}

#wrap {/* MAIN WRAP - creates break between TOP and BOTTOM for #content */
	display: block;
	width: 100%;
	height: auto;
	background: #FFF;
}

#content { /* MAIN CONTENT AREA - centralises and contains all content */
	display: block;
	width: 64em;
	height: auto;
	margin: 0 auto;
	background: #FFF;
}

/* ---------------------------------------------- STYLE CONTENT REGIONS ---------------------------------------------- */

/* MONSTERVISION IDENTITY TEXT */
#title {
	background: #FFF;
	padding: 25px 10px 10px 2px;
}  

/* CENTRAL DYNAMIC IMAGE */
#picture_content {
	text-align: right;
	margin: 0.5em 0 0 0;
	border-bottom: 0;
	background: #FFF;
}

/* PAGE SPECIFIC DESCRIPTION */
#description_box {
	z-index: 1000;
	display: block;
	position: absolute;
	margin-top: 1em;
	margin-left: 38.25em;
	padding-bottom: 0.5em;
	text-align: left;
	width: 25em;
}

#description_box p {
	font-family: Verdana;
	font-size: 0.9em;
	color: #FFF;
	letter-spacing: 0.025em;
	padding: 0.25em 0.5em 0.5em 0.75em;
}

#description_box ul {
	font-family: Verdana;
	font-size: 0.9em;
	color: #FFF;
	letter-spacing: 0.025em;
	padding: 0.5em 0.25em 0.5em 2em;
}

#description_box ul li {padding: 3px 0px;}

#description_box h2 {
	font-family: Verdana;
	color: #FFF;

	padding: 0.025em 0.5em 0.20em 0.5em;
	width: 18.99em;
	margin: 0 0 0 -1px;
	background: #3F474A;
}

/* ---------------------------------------------- MAIN CONTENT REGIONS ---------------------------------------------- */

#left_content { /* LEFT content area */
	float: left;
	height: auto;
	width: 31.5em;
	background: #FFF;
	margin-bottom: 1em;
}

#right_content { /* RIGHT content area */
	float: right;
	min-height: 20em;
	width: 31.5em;
	background: #FFF;
	margin-bottom: 1em;
}

#right_content p{padding: 5px 10px;}
#right_content h1{padding: 10px 10px 5px 10px; font-size: 18px;}


#footer {text-align: center; padding: 1em 0;}

/* ---------------------------------------------- NAVIGATION AND MENU ---------------------------------------------- */


#login_menu { /* FIRST MENU BOX - login and demo login */
	display: block;
	width: auto;
	height: auto;
	background: #FFF;
	margin: 0.5em 0 0.5em 0;
	padding: 0.3em 0 0.3em 0;
	border: 1px solid #EEEEEE;
}

/* LOGIN MENU ITEMS MAY BE TARGETTED INDIVIDUALLY USING - a#login, a#demo_login */

#login_menu a { /* properties for both menu items */
	display: block;
	width: auto;
	float: right;
	margin-right: 0.3em;
	padding: 0px 4px 0px 4px;
	color: #FFF;
	background: #A3D1E7;
	border: 1px solid #96C0D5;
}
#login_menu a:hover {background: #556670;border: 1px solid #FFF;}



#main_menu { /* SECOND MENU BOX - main site navigation */
	display: block;
	width: auto;
	height: auto;
	background: #FFF;
	margin: 0.5em 0 0.5em 0;
	padding: 0.3em 10px 0.3em 10px;
	border: 1px solid #EEEEEE;
}

#main_menu p { /* PHONE NUMBER STYLING */
	float: right;
	font-weight: bold;
	color: #EC7032;
	font-size:1.25em;
}


ul#nav li {
	float: left;
	list-style: none;
}

ul#nav li a { /* MAIN NAVIGATION STYLING */
	display: block;
	width: 5.25em;
	margin-right: 3px;
	padding: 0px 4px 0px 4px;
	color: #78B4D2;
	background: #FFF;
	border: 1px solid #EEEEEE;
}

ul#nav li a:hover {
	color: #FFF;
	background: #EC7032;
	border: 1px solid #FFF;
}



/* ---------------------------------------------- PAGE SPECIFIC PROPERTIES ---------------------------------------------- */

/* ======================================================================================= DEMO LOGIN DETAILS ========== */

 /* ---- PAGE SPECIFIC BUTTON STATES ---- */
#demo_page a#demo_login {background: #76A2B7;border: 1px solid #556670;}

/* ---- PAGE SPECIFIC CONTENT WIDTH ---- */
#demo_page #left_content {display: none;}
#demo_page #right_content {
	width: 100%;
	float:left;
	background: url(../Image/Backgrounds/DemoBanner2.jpg) no-repeat top right;
}

 /* ---- DESCRIPTION BOX ---- */
#demo_page #description_box {
	background: url(../Content_BoxBG1.png) repeat;
	border: 1px solid #8C6643; border-top:0px;
}
#demo_page #description_box h2 {
	background: #1C6C8C;
	border: 1px solid #257B9D; border-bottom:0px;
}

/* DEMO MENU STYLE */
#demo_page #right_content table {color:#FFF;}
#demo_page #right_content table td {width: 162px;}
#demo_page #right_content table td a{
	display: block;
	color: #FFF;
	text-align: center;
	background:#90AEB5;
	border: 1px solid #FFF;
}
#demo_page #right_content table td a:hover{
	background:#EC7032;
	border: 1px solid #EC7032;
	border-bottom: 1px solid #E16222;
}


/* ======================================================================================= HOME PAGE DETAILS ========== */

 /* ---- PAGE SPECIFIC BUTTON STATES ---- */
#home_page ul#nav li a.button1 {color: #FFF;background: #EC7032;border: 1px solid #FFF;}

/* ---- PAGE SPECIFIC CONTENT WIDTH ---- */
#home_page #left_content {width: 33.5em;}
#home_page #right_content {width: 30em; background: url(../ContentBG.gif) no-repeat top right;}

 /* ---- DESCRIPTION BOX ---- */
#home_page #description_box {
	background: url(../Content_BoxBG1.png) repeat;
	border: 1px solid #A08F50; border-top:0px;
}
#home_page #description_box h2 {
	background: #3F474A;
	border: 1px solid #485459; border-bottom:0px;
}





/* ======================================================================================= PORTFOLIO PAGE DETAILS ========== */

/* ---- PAGE SPECIFIC CONTENT WIDTH ---- */
#portfolio_page ul#nav li a.button2 {color: #FFF;background: #EC7032;border: 1px solid #E16222;}

/* ---- PAGE SPECIFIC CONTENT WIDTH ---- */
#portfolio_page #left_content {display: none;}
#portfolio_page #right_content {
	width: 100%;
	float:left;
	background: url(../Image/Backgrounds/PortfolioBanner2.jpg) no-repeat top right;
}

 /* ---- DESCRIPTION BOX ---- */
#portfolio_page #description_box {
	background: url(../Content_BoxBG1.png) repeat;
	border: 1px solid #738056; border-top:0px;
}
#portfolio_page #description_box h2 {
	background: #003D19;
	border: 1px solid #496114; border-bottom:0px;
}

/* PORTFOLIO GALLERY STYLE */
#portfolio_page #right_content table {color:#FFF; width: 600px;}
#portfolio_page #right_content table td {width: 162px;}
#portfolio_page #right_content table td a{
	display: block;
	color: #FFF;
	text-align: center;
	background:#90AEB5;
	border: 1px solid #FFF;
}
#portfolio_page #right_content table td a:hover{
	background:#EC7032;
	border: 1px solid #EC7032;
	border-bottom: 1px solid #E16222;
}






/* ======================================================================================= SERVICES PAGE DETAILS ========== */

/* ---- PAGE SPECIFIC CONTENT WIDTH ---- */
#services_page ul#nav li a.button3 {color: #FFF;background: #EC7032;border: 1px solid #E16222;}

/* ---- PAGE SPECIFIC CONTENT WIDTH ---- */
#services_page #left_content {width: 33.5em;}
#services_page #right_content {width: 30em;}

 /* ---- DESCRIPTION BOX ---- */
#services_page #description_box {
	background: url(../Content_BoxBG1.png) repeat;
	border: 1px solid #653872; border-top:0px;
}
#services_page #description_box h2 {
	background: #C4027E;
	border: 1px solid #A10067; border-bottom:0px;
}



/* ======================================================================================= NEWS PAGE DETAILS ========== */

/* ---- PAGE SPECIFIC CONTENT WIDTH ---- */
#news_page ul#nav li a.button4 {color: #FFF;background: #EC7032;border: 1px solid #E16222;}

/* ---- PAGE SPECIFIC CONTENT WIDTH ---- */
#news_page #left_content {width: 33.5em;}
#news_page #right_content {width: 30em;}

 /* ---- DESCRIPTION BOX ---- */
#news_page #description_box {
	background: url(../Content_BoxBG1.png) repeat;
	border: 1px solid #354840; border-top:0px;
	}

#news_page #description_box h2 {
	background: #58C1D9;
	border: 1px solid #4AA3B8; border-bottom: 0px;
	}

/* NEWS CONTENT STYLES */
#right_content div.newsWrapper {margin-bottom: 10px;}
#right_content p.newsTitle {font-weight: bold;font-size: 14px; padding: 2px 10px;}
#right_content p.newsSnippet {padding: 2px 10px 5px 10px;}
#right_content span.newsStamp {display: block; text-align: right; margin-right: 10px; font-size: 12px; font-weight: bold;}




/* =======================================================================================CONTACT PAGE DETAILS ==========*/

/* ---- PAGE SPECIFIC CONTENT WIDTH ---- */
#contact_page ul#nav li a.button5 {color: #FFF;background: #EC7032;border: 1px solid #E16222;}

/* ---- PAGE SPECIFIC CONTENT WIDTH ---- */
#contact_page #left_content {width: 33.5em;}
#contact_page #right_content {width: 30em;}

 /* ---- DESCRIPTION BOX ---- */
#contact_page #description_box {
	background: url(../Content_BoxBG1.png) repeat;
	border: 1px solid #4D567A; border-top:0px;
}

#contact_page #description_box h2 {
	background: #6F218C;
	border: 1px solid #6B0E8D; border-bottom: 0px;
}

/* NEWS CONTACT FORM */

#contact_form fieldset {
	margin: 1em 0;
	padding: 0.5em 0.5em 1em 0.5em;
	border: 1px solid #9fc2cb;
}

#contact_form legend {
	font-weight: bold;
	font-size: 1.5em;
	color: #9fc2cb;
}

#contact_form label {
	float: left;
	font-size: 1.2em;
	float: left;
	width: auto;
	color: #96C0D5;
}

#contact_form p {display: block; clear: both;}

#contact_form input {
	float: right;
	width: 200px;
	border: 1px solid #FFF;
	background: #d5eaf5;
}

#contact_form textarea {
	width: 225px;
	height: 100px;
	float: right;
	border: 1px solid #FFF;
	background: #d5eaf5;
}

#contact_form input.focus,
#contact_form textarea:focus,
#contact_form input:focus {border: 1px solid #9fc2cb;background: #fff;}

#contact_form textarea:hover,
#contact_form input:hover {border: 1px solid #9fc2cb;}

#contact_submit {text-align: right; padding: 10px 10px 0px 10px;clear: both;}

#contact_submit input {
	color: #FFF;
	float: none;
	width: auto;
	border: 1px solid #FFF;
	background: #7595A6;
}

#contact_submit input#submit {padding: 1px 5px 1px 5px;}
#contact_submit input#reset {padding: 1px 7px 1px 7px;}

#contact_submit input#submit:hover {background: #0188B2;border: 1px solid #68BED9;}
#contact_submit input#reset:hover {background: #EC5532;border: 1px solid #EC5E32;}





/* ======================================================================================= QUOTATION PAGE DETAILS ========== */

/* ---- PAGE SPECIFIC CONTENT WIDTH ---- */


/* ---- PAGE SPECIFIC CONTENT WIDTH ---- */
#quotation_page #left_content {display: none;}
#quotation_page #right_content {
	width: 100%;
	float:left;
	background: url(../Image/Backgrounds/Contact2Banner2.jpg) no-repeat top right;
}

 /* ---- DESCRIPTION BOX ---- */
#quotation_page #description_box {
	background: url(../Content_BoxBG1.png) repeat;
	border: 1px solid #345A4F; border-top:0px;
}
#quotation_page #description_box h2 {
	background: #274073;
	border: 1px solid #2F4B83; border-bottom:0px;
}
