/* CSS Document */

/**
**    Frost IT - Stylesheet
**    Colours are ---- Purple = #473278
**                     Turquoise = #14A383
**/

html, body {
	height: 100%;
	color: #999999;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(images/bgpage.jpg);
	background-repeat: repeat;
	background-position: left 0px;
}

/* Container for Index */
#container {
	text-align: left;
	width:950px;
	position: relative;
	margin-left: 10px;
	height: auto;
	background-image: url(images/frostitbg.jpg);
	background-repeat: no-repeat;
	background-position: 475px 110px;
	
} 
/*  This is the container for the non-index pages */
#container2 {
	text-align:left;
	width:950px;
	position: relative;
	margin-left: 10px;
	height: auto;
	
} 
.rhsbg {
    background-image: url(images/frostitbg.jpg);
	background-repeat: no-repeat;
	background-position: 540px 10px;
}
.question {
	color: #006A65;
	padding-left: 35px;
	margin-left: 35px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.answer {
	color: #333333;
	padding-left: 35px;
	margin-top: 20px;
	margin-bottom: 20px;
    height: 43px;
}
.contactform {
	color: #000000;
	padding-left: 100px;

}
/*
    min-height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
*/
html>body #container {
    height: auto;
}

hr {
	width: 900px;
	height:1px;
	border: 0;
	color: #000066;
	background-color: #000066;
}

.logo {
	color: #FFFFFF;
	margin-top: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
}
.menutable {
	
}
#pricesextra {
	color: #FFFFFF;
	background-color:#529E95;
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
.menu {
	color: #FFFFFF;
	font-size:14px;
	margin-left: 0px;
}
.navlink {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;

}

.navlink a, .navlink a:link, .navlink a:visited {
     color: #FFFFFF; 
	 text-decoration: none;
} 

.smenufiller {
    width: 25px;
}

.snavlink {
	color: #473278;
	width: 110px;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	background-color: #473278;
	border: thin solid #473278;	
}

.snavlink a, .snavlink a:link, .snavlink a:visited {
     color: #FFFFFF; 
	 text-decoration: none;
}
.sactivelink {
	color: #473278;
	width: 110px;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	background-color: #FFFFFF;
	border: thin solid #473278;	
}
.sactivelink a, .sactivelink a:link, .sactivelink a:visited {
     color: #473278; 
	 text-decoration: none;
}
p a, p a:link, p a:visited {
	color: #CC0000;
	text-decoration: none;
}


#footer {
	/*position: absolute; */
	/*bottom: 0;*/
	clear: both;
	color: #000066;
	width: 900px;
	height: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#footertext a, a:link, a:visited {
     color: #CC0033;
	 text-decoration: none;
}

#footertext {
    font-size: 10px;
    /* background-color: #999999; */
	margin-left: 11px;
	text-align: center;
	width: 850px;
	height: 35px;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

#testimonials {
    padding-left: 10px;
	padding-right: 10px;
	width: 350px;
}
.quote {
	color: #473278;
	width: 350px;
	text-align: center;
	font-weight: normal;
	font-style: italic;
}

#maincontent {
    font-size: 11px;
	color: #2969a9;
	margin-left: 0px;
	
}

.maintext {
	padding-left: 35px;
	padding-top: 10px;
	font-size: 12px;
	color: #333333;
	width: 420px;
}
.emphasis {
    font-weight: bold;
}
.boxedget {
    padding-left: 35px;
    height: 14px;
	background-image: url(images/textbg_t_c1.gif);
	background-repeat: no-repeat;
}
.boxedgeb {
    padding-left: 35px;
    height: 12px;
	background-image: url(images/textbg_b_c1.gif);
	background-repeat: no-repeat;
}
#topgraphic {
	position: absolute;
	left: 360px;
	top: 0px;
	visibility: visible;
}
.advertisements {
	position: absolute;
	left: 770px;
	top: 115px;
	float: right;
	visibility: visible;
}
#promotion {
	position: absolute;
	width: 300px;
	text-align: center;
	left: 73px;
	top: 155px;
}

ul {
    margin-left: 20px;
}

li {
	color: #473278;
	margin-bottom: 5px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	text-align: left;
}
h2 {
    font-size: 12px;
	font-weight: bold;
	color: red;
	text-align: center;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	text-align: left;
	line-height: 12px;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
