/************************************************************************

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique

	Author:		Tom Harman
				Nick Watson
				Tom Fletcher
				[www.optixsolutions.co.uk]

	Listing Order:
	==============

	Universal
	Forms
	General Structure / Layout
	Navigation Elements
	Header Elements
	Body Elements
	Footer Elements
	Messages

************************************************************************/

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/

body {
	font-size: .7em;
	background-image: url(../i/layout/bg.jpg);
	background-repeat: repeat-x;
/*	height: 100%;*/
	color: #43516f;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: Arial, Verdana, Helvetica, sans-serif;
/*	height: 100%;*/
}

.small-print {
	padding: 5px;
	font-size: 10px;
	text-align: center;
}

/***********************************************************************
	IF YOU GET RANDOM SPACING AND OTHER ANNOYING WIERDNESS LOOK BELOW FIRST
************************************************************************/



div#content p, div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, 
div#content h6, div#content table, div#content ul, div#content ol, div#content form {
	margin: 1em 0;
}

/***********************************************************************
	FORMS
************************************************************************/

fieldset, legend {
	border: none;
}

legend {
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 .5em;
}

label {
	float: left;
	padding: 0 1em 0 0;
	text-align: right;
}

form fieldset div {
	clear: both;
	display: block;
	margin-bottom: .5em;
	padding: 0;
}

div.submit {
	clear: both;
	text-align: center;
	width: auto;
}

div.multi input {
	border: 0;
	width: auto;
}
 
form 									{ width: 100%; }

label		 							{ float: left;	height: 22px; width: 45%; }

fieldset div input,
fieldset div select,
fieldset div textarea  			{ width: 45%; }

fieldset div input.small,
fieldset div select.small,
fieldset div textarea.small 	{ width: 25%; }

div.req label, div.req p		{ font-weight: bold; }

div.multi label 					{ height: 22px; }

div.req label:before, 
div.req p:before {
	content: "* ";
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

fieldset div input, 
fieldset div select, 
fieldset div textarea  {
	border: 1px solid #aaa;
	color: #333;
	font-weight: normal;
	padding: 1px;
}

div.submit input {
	background: #777;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 1px .7em;
	width: auto;
}

/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/
div#container{
	margin: 0 auto;
	width: 770px;	
}
div#header{
	float: left;
	width: 770px;
	height: 154px;
	background-image: url(../i/layout/header-header.jpg);
	background-repeat: no-repeat;
}
div#main{
	float: left;
	width: 770px;
/*	height: 100%;*/
	background-image: url(../i/layout/body-repeat.jpg);
	background-repeat: repeat-y;
}
div#content{
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	width: 525px;

}
div#content p{
	text-align: justify;
}
div#news{
	float: left;
	width: 182px;
	clear: left;
	background-image: url(../i/layout/news-repeat.jpg);
	background-repeat: repeat-y;
	margin-left: 17px;
	color: #fff;
}
* html div#news{
	margin-left: 8px;
}
div#news p{
	padding-left: 12px;
	padding-right: 10px;
}
div#news h1{
	padding-left: 12px;
	padding-right: 10px;
}
div#news a{
	color: #fff;
}
div#news a:hover{
	color: #888888;
}
div#content h1{
	color: #43516f;
	font-size: 1.4em;
}
div#news-top{
	float: left;
	width: 183px;
	height: 160px;
	background-image: url(../i/layout/news-top.jpg);
	background-repeat: no-repeat;
}
div#news-bottom{
	float: left;
	width: 183px;
	height: 18px;
	background-image: url(../i/layout/news-bottom.jpg);
	background-repeat: no-repeat;
	clear: both;
}
div#right-stuff{
	float: right;
	width: 119px;


	margin-top: 53px;
	margin-left: 20px;
	margin-bottom: 10px;
}
div#call{
	float: left;
	width: 119px;
	height: 123px;
}
div#call a{
	float: left;
	width: 119px;
	height: 123px;
	background-image: url(../i/layout/call-me.jpg);
}
div#partners{
	float: left;
	width: 119px;
	height: 229px;
	background-image: url(../i/layout/partners-panel.jpg);
	background-repeat: no-repeat;
}

div#contacts {
  	float: left;
	margin-top: 5px;
	margin-left: 5px;
	font-size:1em;
}

div#footer{
	float: left;
	width: 770px;
	height: 121px;
	background-image: url(../i/layout/footer-footer.jpg);
	background-repeat: no-repeat;
	
}
div#content span.brand{
	color: #43516f;
	font-weight: bold;
}
div#content img{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
div.contact-form{
	float: left;
	background-color: #f6f7f8;
	width: 340px;
}
div.contact-form div.ddfmwrap form.ddfm fieldset p.fieldwrap label{
	width: 100px;
	height: 20px;
	margin:0px;
	padding:5px;
	margin-bottom: 4px;

}
div.contact-form div.ddfmwrap form.ddfm fieldset p.fieldwrap input{
	width: 180px;
		height: 20px;
	margin:0px;
		margin-bottom: 4px;
	padding:5px;
	font-size: 1em;
}
div.contact-form div.ddfmwrap form.ddfm fieldset p.fieldwrap input#fm_verify{
	width: 70px;
	height: 20px;
	margin:0px;
	margin-bottom: 4px;
	padding:5px;
	font-size: 1em;
	float: left;
}
div.contact-form div.ddfmwrap form.ddfm fieldset p.fieldwrap textarea{
	width: 180px;
	margin:0px;
	padding:5px;
	margin-bottom: 4px;
	font-size: 1em;
}
div.contact-form div.ddfmwrap form.ddfm fieldset div{
	width: 300px;
	margin-top: 10px;
		margin-bottom: 4px;
	float: left;
	font-size: 1em;
}
div#header a.home-link{
	float: left;
	width: 770px;
	height: 105px;
	text-indent: -999em;
	}
	
div#content div.contact-form div.ddfmwrap form.ddfm fieldset p.fieldwrap img{
	float:left;

}
/***********************************************************************
	HEADER ELEMENTS
************************************************************************/

/***********************************************************************
	BODY ELEMENTS
************************************************************************/
div#content ul li{
	list-style: square;
	list-style-position: inside;
		color: #43516f;
}
div#content ul.panasonic li{
	list-style: square;
	list-style-position: inside;
	color: #43516f;
	float: left;
	width: 180px
}
div.division{
	float: left;
	padding: 20px;
	width: 340px;
	border: 1px dashed #43516f;
	margin-bottom: 10px;
	padding-top: 10px;
	background-color: #f6f7f8;
}
/***********************************************************************
	NAVIGATION
************************************************************************/
div#header ul{
	float: left;
	width: 770px;
/*	height: 40px;*/

/*	margin-top: 105px;*/
	padding-left: 13px;
}
div#header ul li{
	float: left;
/*	display: block;	*/
	height: 40px;
	background-image: url(../i/layout/link-end.jpg);
	background-position: right;
	padding-right: 15px;
	clear: none;
}
div#header ul li a{
	float: left;
	height: 30px;
/*	display: block;*/
	background-image: url(../i/layout/link-bg.jpg);
	background-repeat: no-repeat;
	font-size: 1.2em;
	color: #43516f;
	padding-top: 10px;
	padding-left: 20px;
}
div#header ul li a:hover{
	color: #ccc;
}
div#partners{
	padding-top: 50px;
}
div#partners a{
	float: left;
	width: 90px;
	text-indent: -999em;
	margin-left: 12px;
}
div#partners a.avaya{
	height: 65px;
	background-image: url(../i/layout/avaya.jpg);
	background-repeat: no-repeat;
}
div#partners a.panasonic{
	height: 43px;
	background-image: url(../i/layout/panasonic.jpg);
	background-repeat: no-repeat;
}
div#partners a.voip{
	height: 28px;
	background-image: url(../i/layout/voip.jpg);
	background-repeat: no-repeat;
}
/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/
div#footer-content{
	text-align: center;
	margin-left: 150px;
	padding-top: 40px;
}
div#footer-content a{
	color: #999;
}
div#footer-content a:hover{
	color: #43516f;
}
/***********************************************************************
	MESSAGES
************************************************************************/

.error, .notice, .message { 
	color: #b22;
	font-weight: bold;
}

.error ol li {
	font-weight: normal;
	list-style-type: lower-roman;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
}