h1
{
/*	font-size: 48pt; */
}

h4
{
	margin: 0px;
	text-align: center;
	padding: 3px;
	color: #0088e9;
	background-color: #ffffff;
	margin-bottom: 5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

}

.left_columnx
{
	float: left;
	width: 410px;
}

.right_columnx
{
	margin-left: 50px;
	float: left;
	width: 300px;
}


#services img
{
	opacity: 0.8;
	cursor: pointer;
}

#services img:hover
{
	opacity: 1.0;
}

#services
{
	padding-left:10px;
	text-align: center;
}

.get_a_quote
{
	float: right;
	width: 100px;
	height: 90px;
}

.email, .internet, .anti_virus, .data_protection
{
	float: left;
	width: 180px;
	height: 150px;
	margin-bottom: 10px;
}

.internet
{
	margin-left: 50px;
	margin-right: 50px;
}

.anti_virus
{
	margin-right: 50px;
}

.email_details
{
	
}

.pop_up_close_button
{
	cursor: pointer;
	position: absolute;
	left: 835px;
	top: 25px;
	width: 33px;
	height: 34px;
}

.top_curve
{
	margin-top: 20px;
/*	background-color: #d2b3db;	 */
	height: 15px;
}

.bottom_curve
{
	height: 14px;
}

.details_container
{
	font-size: 11pt;
	background-color: #008dea;
	color: #202020;
}

.details_container h3
{
	padding: 5px;
	font-size: 14pt;
	margin-bottom: 5px;
	padding-left: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.question
{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-weight: bold;
	clear: both;
	margin-bottom: 10px;
	padding: 5px;
	padding-left: 20px;
	cursor: default;
	cursor: pointer;
}

.question:hover
{
	background-color: #80c7f5;
	background-color: #ffffff;
}


.section_title
{
	background-color: #80c7f5;
	background-color: #ffffff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	cursor: pointer;
}

.section_title:hover
{
	background-color: #ffffff;
	background-color: #80c7f5;
}


.arrow
{
	float: right;
	width: 16px;
	height: 9px;
	margin-right: 10px;
	margin-top: 5px;
}

.response
{
	background-color: #ffffff;
	color: #ffffff;
	color: #000000;
/*	border: 2px dotted white; */
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.details_container .checkbox
{
	display: none;
	float: right;
	margin-left: 20px;
}

.details_container .padding
{
	padding: 20px;
}



.response a, .response a:active, .response a:visited
{
	background-color: #80138e;
	background-color: #80c7f5;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.response active
{
	text-decoration: underline; 
}


.banner_image
{
	width: 970px;
	height: 229px;
	background-image: url("/images/home/support_banner.jpg");
}

#modal_background
{
	position: fixed;
	background-color: #ffffff;
	opacity: 0.75;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	right: 0px;
	bottom: 0px;
	z-index:10000;
}

#help_content
{
	position:absolute;
	
	left:50%;
	top:0px;
	width:870px;
	margin-left: -435px;
	z-index:10001;
}