/****************************************/
/* Main stylesheet for dynanti web site */
/* Created by Derek Hughes - 28/05/2010 */
/****************************************/

/******************/
/* Default styles */
/******************/

* {
	margin: 0px;
	padding: 0px;
	}
	
/******************/
/* Element styles */
/******************/

body {
	background-color: #C1DAFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #444444;
	}

h1 {
	font-size: 2.2em;
	font-weight: bold;
	margin-bottom: 1.0em;
	color: #FFFFFF;
	padding: 3px;
	padding-left: 10px;
	background-image:url(../images/layout/h1-main-background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #05069e;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	}

h2 {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 0.9em;
	color: #ffffff;
	padding: 3px;
	padding-left: 10px;
	background-image:url(../images/layout/h1-main-background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

h3 {
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	color: #000066;
	}

h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #000066;
	}
	
p {
	font-size: 1.4em;
	margin-bottom: 0.7em;
	}

blockquote {
	font-size: 1.4em;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0.7em;
	}

ul {
	margin-left: 30px;
	margin-bottom: 2.0em;
	}
	
li {
	font-size: 1.4em;
	}

table {
	margin-bottom: 5px;
	}
	
td {
	font-size: 1.3em;
	vertical-align: top;
	padding: 5px;
	}

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

img {
	border: 0;
	}

/*****************/
/* Layout styles */
/*****************/

/* Wrapper */

#wrapper {
	background-color: #FFFFFF;
	width: 970px;
	margin: 0 auto;
	}

/* Utility panel */

#utility-panel {
	margin: 0 auto;
	padding: 10px;
	clear: both;
	}
	
#utility-menu {
	width: 450px;
	float: right;
	text-align: right;
	}

#accessibility-menu {
	width: 450px;
	float: left;
	}

/* Header */

#header {
	width: 950px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 5px;
	padding-top: 15px;
	color: #000099;
	clear: both;
	}

#header-contact {
	width: 200px;
	float: right;
	text-align: right;
	padding-top: 10px;
	}

#header-logo {
	width: 160px;
	float: right;
	}

#header-tagline {
	width: 570px;
	float: left;
	padding-top: 28px;
	}
	
/* Main menu */

#main-menu {
	width: 950px;
	margin: 0 auto;
	background-color: #000099;
	background-image: url(../images/layout/main-menu-background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	clear: both;
	}

#main-menu-table, #client-menu-table {
	width: 100%;
	margin-bottom: 0px;
	}

.main-menu-cell {
	padding-bottom: 5px;
	text-align: center;
	}

.main-menu-border {
	border-right: #FFFFFF 1px solid;
	}

#client-menu-table {
	display: none;
	}
	
/* Banner */

#banner {
	width: 970px;
	margin: 0 auto;
	border-bottom: 5px #000099 solid;
	}

/* Content wrapper */

#content-wrapper {
	width: 950px;
	margin: 0 auto;
	padding-top: 10px;
	min-height: 400px;
	}

#content-main {
	width: 690px;
	float: left;
	min-height: 100px;
	}

#content-panel-left, #content-panel-right, .dual-column-left, .dual-column-right {
	margin-top: 15px;
	width: 335px;
	}
	
#content-panel-left, .dual-column-left {
	float: left;
	}

#content-panel-right, .dual-column-right {
	float: right;
	}

#content-panel-left img, #content-panel-right img {
	border: 1px solid #999999;
	}

#content-panel-full-width {
	margin-top: 15px;
	width: 690px;
}

#sidebar {
	width: 250px;
	float: right;
	}
	
.sidebar-panel {
	padding: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px #05069e solid;
	}

.sidebar-panel-custom {
	margin-bottom: 10px;
	}
	
/* Footer */
	
#footer {
	width: 950px;
	margin: 0 auto;
	background-color: #000033;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 0.4em;
	}

#footer-left {
	width: 460px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	}

#footer-right {
	width: 460px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	}
	
/* Footer legal */

#footer-legal {
	width: 950px;
	margin: 0 auto;
	background-color: #000033;
	margin-bottom: 10px;
	}
	
#footer-copyright {
	width: 460px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	}

#footer-legal-links {
	width: 460px;
	float: right;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	}
		
/************************/
/* Specific text styles */
/************************/


h2.warning{
	background-image: none;
	background-color: #FF0000;
	}

/* Utility menu text */

#utility-panel p {
	color: #000099;
	}

#utility-panel a:visited {
	color: #0000FF;
	}
	
/* Header text */

#header p {
	color: #000066;
	}
	
#header-tagline p {
	font-size: 1.2em;
	}
	
/* Main menu text */

#main-menu a {
	color: #FFFFFF;
	font-weight: bold;
	}

#main-menu a:hover {
	color: #FFFF00;
	}

/* Footer text */

#footer p, #footer blockquote, #footer h3 {
	color: #FFFFFF;
	}

#footer a, #footer-legal a {
	color: #FFFF00;
	}

#footer a:hover, #footer-legal a:hover {
	color: #3399FF;
	}

#footer-legal p {
	color: #FFFFFF;
	}

/* Other text styles */

.small-print {
	font-size: 0.9em;
	}

/* Testimonials */

.testimonials {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.8em;
	}

.testimonials:before {
	content: url(../images/symbols/symbol-quotes-opening.jpg);
	}

.testimonials:after {
	content: url(../images/symbols/symbol-quotes-closing.jpg);
	}

.testimonials-client {
	border-top: 1px solid #CCCCFF;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 1.8em;
	padding-top: 3px;
	}
	
/*************************/
/* Specific image styles */
/*************************/

/*************************/
/* Specific table styles */
/*************************/

#why-deal-table td {
	}
	
.table-heading {
	color: #000066;
	background-color: #ededed;
	text-align: center;
	}

.table-top-left {
	border-top: 3px solid #000066;
	border-left: 3px solid #000066;
	border-bottom: 3px solid #000066;
	border-right: 1px solid #000066;
	}

.table-top {
	border-top: 3px solid #000066;
	border-bottom: 3px solid #000066;
	border-right: 1px solid #000066;
	}

.table-top-right {
	border-top: 3px solid #000066;
	border-bottom: 3px solid #000066;
	border-right: 3px solid #000066;
	}

.table-left {
	border-left: 3px solid #000066;
	border-bottom: 1px solid #000066;
	border-right: 1px solid #000066;
	}

.table-middle {
	border-bottom: 1px solid #000066;
	border-right: 1px solid #000066;
	}

.table-right {
	border-bottom: 1px solid #000066;
	border-right: 3px solid #000066;
	}

.table-bottom-left {
	border-left: 3px solid #000066;
	border-bottom: 3px solid #000066;
	border-right: 1px solid #000066;
	}

.table-bottom {
	border-bottom: 3px solid #000066;
	border-right: 1px solid #000066;
	}

.table-bottom-right {
	border-bottom: 3px solid #000066;
	border-right: 3px solid #000066;
	}

.cell-centered {
	text-align: center;
	}

.cell-middle {
	text-align: center;
	vertical-align: middle;
	}

/*************************/
/* Portfolio page styles */
/*************************/

.portfolio-numbers {
	width: 50px;
	height: 50px;
	background-color: #7BC144;
	float: left;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

.portfolio-numbers p {
	color: #FFFFFF;
	font-size: 3.0em;
	font-weight: bold;
	margin-top: 7px;
	}

.portfolio-text {
	width: 340px;
	float: right;
	}

.portfolio-images {
	width: 275px;
	float: right;
	margin-left: 10px;
	border: #000099 1px solid;
	}

#button-return-portfolio {
	display:block;
	background:url(../images/buttons/button-return-portfolio.png) no-repeat 0 0;
	width: 213px;
	height: 28px;
	margin-top: 20px;
	margin-bottom: 30px;
	}

#button-return-portfolio:hover {
	background:url(../images/buttons/button-return-portfolio-ro.png) no-repeat 0 0;
	}

#button-return-portfolio span {
	display: none;
	}

/****************/
/* Other styles */
/****************/

.retaining-layer {
	clear: both;
	font-size: 0.1em;
	height: 1px;
	}

.height-15px {
	height: 15px;
	}
	
.left-aligned {
	float: left;
	margin-right: 5px;
	}

.right-aligned {
	float: right;
	margin-left: 5px;
	}

.centered {
	margin: 0 auto;
	}

.small-text {
	font-size: 0.8em;
	}
	
/* Form validation */

.error {

	/* supply height to ensure consistent positioning for every browser */
	height:15px;
	background-color:#FF0000;
	font-size: 1.3em;
	color:#ffffff;
	padding:3px 10px;

	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;

	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
	}
