/* cmsms stylesheet: focusforms modified: 09/21/22 18:16:50 */
@import url(http://fonts.googleapis.com/css?family=Open+Sans);

body {
	margin: 0px;
	padding: 10px 0px;
	font-size: 80%;
	font-family: 'Open Sans', sans-serif;
	color: #465560;
	background-color: #8b8b8b;
	background-image: url(https://focuswebedit.co.uk/look/focusforms/site_back.png);
	background-position: top;
	background-repeat: repeat-x;
}

#cookies {
position: absolute;
top: 0px;
right: 0px;
z-index: 1000;
}

#wrapper {
	width: 980px;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #000000;
	margin: 0px auto 0px auto;
	overflow: hidden;
}

#header {
	height: 200px;
	position: relative;
	border-top: 6px solid #f1cb00;
}

#logo {
	width: 325px;
	float: left;
}

#top_navigation {
	position: absolute;
	right: 15px;
	bottom: 24px;
}

#top_navigation ul {
	margin: 0px;
	padding: 0px;
}

#top_navigation li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

#top_navigation a:link, #top_navigation a:visited {
	display: block;
	height: 35px;
	padding: 8px 10px 0px 10px;
	background-color: #d1d1d1;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #00597d;
	margin: 0px 5px 0px 5px;
	text-align: center;
	text-decoration: none;
	font-size: 130%;
}

#top_navigation a:hover {
	background-color: #0179ab;
	color: #f1cb00;
	transition: color 0.5s, background-color 0.5s; 
   -webkit-transition: color 0.5s, background-color 0.5s; 
   -moz-transition: color 0.5s, background-color 0.5s; 
   -o-transition: color 0.5s, background-color 0.5s; 
}

#under_navigation {
	background-color: #0092cf;
	height: 24px;
	border-radius: 5px;
	position: absolute;
	bottom: 5px;
	right: 10px;
	width: 632px;
}

#rightbit {
	color: #0092cf;
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: right;
	font-size: 300%;
}

#email {
	font-size: 52%;
	position: relative;
	bottom: 5px;
	letter-spacing:1px
}

#rightbit a:link, #rightbit a:visited {
	color: #0092cf;
	text-decoration: none;
}

#rightbit a:hover {
	color: #01628b;
	transition: color 0.5s, background-color 0.5s; 
   -webkit-transition: color 0.5s, background-color 0.5s; 
   -moz-transition: color 0.5s, background-color 0.5s; 
   -o-transition: color 0.5s, background-color 0.5s; 
}

#mainpage {
	padding-top: 20px;
}

#left_column {
	width: 630px;
	float: left;
	padding-left: 12px;
        line-height: 190%;
}

#right_column {
	width: 290px;
	float: right;
	background-color: #0092cf;
	color: #ffffff;
	border-radius: 10px;
	padding: 10px;
	margin-right: 10px;
        line-height: 160%;
}

#right_column h1, #right_column h2, #right_column h3, #right_column h4, #right_column h5, #right_column h6 {
	color: #ffffff;
}

#right_column a:link, #right_column a:visited {
color:#ffffff;
text-decoration: underline;
}

#right_column a:hover {
text-decoration: none;
}

.undercol {
	clear: both;
}

#footer {
	text-align: right;
	font-size: 80%;
	padding: 5px 10px;
	height: 15px;
}

#footer_left {
	float: left;
}

#footer_right {
	float: right;
}

h1 {
	font-size: 190%;
	color: #0092cf;
	margin: 0px 0px 10px 0px;
}

h2 {
	font-size: 180%;
	color: #0092cf;
	margin: 0px 0px 10px 0px;
}

h3 {
	font-size: 170%;
	color: #0092cf;
	margin: 0px 0px 10px 0px;
}

h4 {
	font-size: 160%;
	color: #0092cf;
	margin: 0px 0px 10px 0px;
}

h5 {
	font-size: 150%;
	color: #0092cf;
	margin: 0px 0px 10px 0px;
}

h6 {
	font-size: 140%;
	color: #0092cf;
	margin: 0px 0px 10px 0px;
}

p {
	margin: 0px 0px 10px 0px;
}

a:link, a:visited {
	color: #027caf;
	text-decoration: underline;
}

a:hover  {
	color: #000000;
	text-decoration: none;
}

.contents_table td {
vertical-align: top;
padding: 10px;
height: 140px;
}

.contents_table td b, .contents_table td strong {
color: #0092cf;
}

#home_left_splash {
float: left;
}

#home_right_splash {
float: right;
}

.home_box {
background-color: #465560;
padding: 20px;
border-radius: 10px;
color: #ffffff;
margin-bottom: 10px;
width: 265px;
font-size: 120%;
height: 190px;
position: relative;
}

.home_box h2 {
text-align: center;
color: #ffffff;
font-size: 160%;
}

.home_box p {
color: #ffffff;
}

.home_box a:link, .home_box a:visited {
display: block;
width: 120px;
position: absolute;
left: 82px;
bottom: 20px;
background-color: #0092cf;
padding: 10px;
border-radius: 10px;
color: #ffffff;
text-align: center;
margin: 0px auto;
text-decoration: none;
font-size: 120%;
}

.home_box a:hover {
    background-color: #016c99;
    transition: color 0.5s, background-color 0.5s; 
   -webkit-transition: color 0.5s, background-color 0.5s; 
   -moz-transition: color 0.5s, background-color 0.5s; 
   -o-transition: color 0.5s, background-color 0.5s; 
}
/* cmsms stylesheet: order_form modified: 09/21/22 18:16:50 */
#orderform {
border: 1px solid #cccccc;
padding: 20px;
margin-bottom: 10px;
border-radius: 10px;
}

.staticone p {
padding-bottom: 10px;
border-bottom: 1px solid #cccccc;
}

.formbuilderform_order div { 

}

.ordername, .ordermail, .accountcontact, .accountemail {
float: left;
width: 300px;
margin-right: 100px;
padding-bottom: 10px;
}

.ordername input, .ordermail input, .accountcontact input, .accountemail input {
display: block;
width: 250px;
}

.quoteref, .accountphone {
clear: both;
border-bottom: 1px solid #cccccc;
padding-bottom: 14px;
margin-bottom: 14px;
}

.quoteref input, .accountphone input {
display: block;
width: 250px;
}

#apply_30 {
border-top: 1px solid #cccccc;
margin-top: 10px;
padding-top: 10px;
}

.ordertype {
padding-bottom: 10px;
}

.ordertype input {
width: 50px;
}

.creditextend {
position: relative;
bottom: 30px;
left: 300px;
}

.refone, .reftwo  {
float: left;
padding-right: 20px;
padding-bottom: 10px;
}

.refone textarea, .reftwo textarea  {
width: 200px;
height: 100px;
display: block;
}


.orderdetails {}
.termstext {}
.termsbox {
padding-bottom: 10px;
}

#agree_payment {
border-top: 1px solid #cccccc;
margin-top: 10px;
padding-top: 10px;
clear: both;
}

.paymentterms {
position: relative;
bottom: 20px;
left: 300px;
}

.submit {
clear: both;
}

.submit input {
width: 100px;
}
