

/* STANDARD STYLES */

*{
	font-family:arial !important;	
}

body{padding:0px; margin:0px;}




	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		min-width:600px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		
	}
    /* common column settings */
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* Full page settings */
	.fullpage .col1 {
		width:96%;			/* page width minus left and right padding */
		left:2%;			/* page left padding */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}








a.link_color{color:#0096D7;}

a{
	text-decoration:none;	
	outline:none;
}

hr{color:#0096D7;}

img{
	border:0px;	
}

.clear{
	clear:both;	
}

.pink_line{
	border-top:2px solid #0096D7;
	width:172px;	
}

.large_pink_link{
	border-top:2px solid #0096D7;
	width:600px;	
}

#login_box a{
	color:#0096D7;
	text-decoration:underline;
	font-size:12px;	
}

#login_box{position:relative; top:-40px;}

/* HEADER STYLES */
#header{
	width:992px;
	height:215px;	
}

#header_left{ 	background:url('../images/header2.png') no-repeat; width:300px; height:103px; float:left; 	position:relative; top:45px;}
#header_right{float:right; margin-right:47px;}
#header_right img{position:relative; top:35px;}

/* CONTECT STYLES */
#content{
	display:block;
	width:992px;
	/*height:445px;*/
	height:100%;
}

/* LEFT COLUMN */
#left_column{
	display:block;
	width: 265px;
	height:auto;	
	color:#efefef;
    position:absolute;
    top:210px;
    left:50%;
    margin-left:-475px;
    text-align:left;
}

/* NAVIGATION STYLES */
#navigation{
	display:block;
	width:240px;
	height:auto;
    margin-bottom:50px;	
}

#navigation ul{
	padding:0px;
	margin:0px;	
}
#navigation li, #navigation li a:link, #navigation li a:visited{
	list-style:none;
	color:#efefef;
	text-align:left;	
	font-size:24px;
}

#navigation li a:hover{
	text-decoration:underline;
	color:#0096D7;
}

a.pink_colour{
	text-decoration:underline ;
	color:#0096D7 !important;
}

/* LOGIN BOX STYLES */
#login_box{
	display:block;
	height:218px;
	width:240px;
	font-size:12px;	
}

#login_box span{
	font-size:18px;	
}

#login_wrapper{
	position:relative;
	top:30px;
}

p.padding{
	margin:7px 0px 7px 0px;	
}

/* RIGHT COLUMN */

#right_column{
	display:block;
	width:680px;
	height:520px;	
	float:left;
	color:#FFF;	
}

#right_column_products, #right_column_news, #right_column_clients{
	display:block;
	width:700px;
	/*height:543px;*/
	height:100%;	
	float:right;
	position:relative;
	left:50px;
}

#right_left_column{
	float:left;
	display:block;
	width:298px;
	height:520px;
	margin-left:50px;
	text-align:justify;
    overflow:auto;
}

#right_right_column{
	float:left;
	display:block;
	width:208px;
	height:auto;
	margin-left:99px;
}

#right_left_column span, #right_right_column span, #right_column_news span, #right_column_clients span{
	color:#efefef;	
	font-size:24px;
}

#right_column p, #right_column p span{
	font-size:12px;	
}

a.pink_news_heading, .messages{
	color:#0096D7 !important;
	font-style:italic
}

.messages{
	font-size:12px !important;
	font-weight:bold !important;
	text-transform:capitalize;	
}

.date{
	color:#727171 !important;
	font-size:12px !important;
}

.date_box{
	display:block;
	height:17px;
	width:173px;
	margin-top:5px;	
	margin-left:7px;
}

.grey_line{
	border-top:1px solid #0096D7;
	#margin-top:11px;	
}

/* NEWS STYLES */
.news_block{
	display:block;
	width:173px;
	height:157px;
	#height:163px;
	background-color:#373737;
}

.news_boxes_1, .news_boxes_4{
	float:left;	
}

.news_boxes_2, .news_boxes_3, .news_boxes_5, .news_boxes_6{
	float:left;	
	margin-left:35px;
}

/* CLIENTS STYLES */

#clients_container, #message_port_container, #contact_container{
	display:block;
	width:598px;
	height:auto;
	color:#fff;
	margin-top:20px;
	#margin-top:-10px;
	overflow:hidden;
}

#contact_container{
	margin-top:20px !important;
	font-size:12px;	
}

.clients_image{
	display:block;
	width:173px;
	height:152px;	
	background-color:#efefef;
	float:left;
}

.clients_text{
	float:left;
	display:block;
	width:395px;
	height:auto;
	font-size:12px;
	margin-left:17px;
	/* line-height:13px !important; */
}

.clients_text a{
	font-size:12px !important;	
}


/* MESSAGE PORT */

.demo_colour a, .tutorials{
	color:#0096D7 !important;
	font-size:12px !important;
	font-weight:normal;
}

.demo_colour{
	margin-left:22px;
	#margin-left:17px;	
}

.text_colours, .faq a{
	color:#0096D7 !important;
}

.faq a{
	position:relative;
	left:240px;
	font-size:12px !important;	
}

.tutorials{
	margin-left:280px;
	cursor:default;
	#pointer:hand;
		
}

#message_port_container{
	overflow:hidden;
}

#mp_left{
	display:block;
	width:550px;
	height:82px;
	font-size:12px;
	float:left;	
	text-align:justify;
}

#mp_right{
	float:right;
	display:block;
	width:141px;
	height:131px;
}

#mp_right img{
	position:relative;
	top:-10px;	
}

#mp_details_container{
	display:block;
	width:596px;
	height:264px;
	position:relative;
	top:15px;	
}

.details_right{
	margin-left:40px;	
}

.details_left, .details_right{
	float:left;
	display:block;
	width:247px;
	height:65px;	
}


.details_left dd, .details_right dd{
	margin:0px;
	padding:0px;
	display:inline;	
}

.line_height{
	position:relative;
	/*bottom:25px;*/	
	left:10px;
}

#mp_details_container a{
	color:#0096D7 !important;	
}

.jDrawer-handle h3{
	color:#0096D7 !important;
}

/* CONTACT US STYLES */

#contact_container{
	margin-top:-10px;	
}

#contact_container dd{
	margin:0px;
	padding:0px;
	font-size:12px;	
}

/* Footer STYLES */

/*#footer{
	border-bottom:2px solid #0096D7;
	clear: both;
 	position: relative;
 	z-index: 10;
 	margin-top: -342px;
}

#footer .image{
	background:url('../images/footer.jpg') 0 0 no-repeat;
	width:587px;
	height:181px;
	float:right;
	margin:0px;
	padding:0px;
}*/

#footer dd{display:inline; float:right; margin-right:15px !important;}

#footer_links a{color:#efefef; font-size:10px !important;}

.lines{position:relative; top:-30px; width:200px; border-bottom:1px solid #0096D7;}

.faqcontent { padding-right:10px; }
