@charset "utf-8";
/* CSS Document */

@import url("../theme/css/reset.css"); /*reset many standard elements*/

/* Common styles */

body {
	background: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	margin: 0;
}

p {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 1.2em;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 1.8em;
	color: #666666;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	color: #b60606;
}


/* Site layout */

#header {
	background: url(../images/header-tile.gif) repeat-x;
	width: 100%;
	height: 180px;
}

#header-container {
	width: 740px;
	height: 180x;
	margin-left: auto;
	margin-right: auto;
	position: relative;	
}

#header-left {
	background: url(../images/header-left.gif) repeat-x;
	width: 190px;
	height: 180px;
	float: left;	
}

#header-center {
	width: 510px;
	height: 180px;
	float: left;
}

#header-right {
	background: url(../images/header-right.gif) repeat-x;
	width: 40px;
	height: 180px;
	float: left;	
}

#main {
	background: url(../images/main-tile.gif) repeat-x;
	width: 100%;
	height: 380px;
}

#main-container {
	width: 740px;
	height: 380px;
	margin-left: auto;
	margin-right: auto;
}

#main-left {
	background: url(../images/main-left.gif);
	width: 40px;
	height: 380px;
	float: left;	
}

#main-center {
	background: url(../images/main-center.gif) repeat-x;
	width: 660px;
	height: 380px;
	float: left;
	position: relative;
}

#main-right {
	background: url(../images/main-right.gif);
	width: 40px;
	height: 380px;
	float: left;
}

#footer-line {
	margin: 0;
	width: 740px;
	height: 20x;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.footer-text {
	font-size: 1.1em;
	color: #999999;
}


/* Header content */

div#header-title {
	margin: 0;
	padding: 0;
	height: 123px;
	overflow: hidden;
	position: relative;
	width: 510px;
}

div#header-title span {
	background: url(../images/header-title.gif) no-repeat;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

h1#header-tagline {
	margin: 0;
	padding: 0;
	height: 57px;
	overflow: hidden;
	position: relative;
	width: 510px;

}

h1#header-tagline span {
	background: url(../images/header-tagline.gif) no-repeat;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#logo-cdi {
	margin-top: 40px;
	margin-left: 65px;
	border: 0;
}

/* Main content */
h2#page-header {
	margin: 0;
	padding: 0;
	font-size: 1.8em;
	color: #666666;
}	
#content-right {
	width: 280px;
	height: 380px;
	background: url(../images/nav-image.jpg) no-repeat right;
	float: right;
	position: relative;
}

#content-left {
	width: 370px;
	padding-left: 7px;
}

#content-bottom {
	width: 370px;
	padding-top: 10px;
	padding-left: 7px;
	position: absolute;
	bottom: 25px;
}

#text-about-us {
	position: absolute;
	width: 120px;
	height: 20px;
	top: 152px;
	right: 18px;
	text-align: center;
	font-size: 14px;	
}

#text-our-services {
	position: absolute;
	width: 120px;
	height: 20px;
	top: 235px;
	right: 140px;
	text-align: center;
	font-size: 14px;	
}

#text-contact-us {
	position: absolute;
	width: 120px;
	height: 20px;
	top: 310px;
	right: 18px;
	text-align: center;
	font-size: 14px;	
}

.image-nav-link, .image-nav-link:a, .image-nav-link:link, .image-nav-link:visited {
	color: #b60606;
	font-weight: 700;
	text-decoration: none;
}

.image-nav-link:hover {
	text-decoration: underline;
}

.features-list {
	font-size: 1.7em;
	color: #333333;
}

.features-list {
	margin-left: -38px;
	margin-bottom: 0;
}

.features-list ul {
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 0;	
}

.features-list li {
	padding-left: 12px;
	padding-bottom: 5px;
	background: url(../images/bullet.gif) no-repeat left center;
	text-decoration: none;
}

#img-email {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1px;
}

#text-shop {
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 1.2em;
}

#text-nav {
	padding-top: 8px;
	padding-bottom: 5px;
	font-size: 1.4em;
	color: #666666;
}

.text-nav-link, .text-nav-link:a, .text-nav-link:link, .text-nav-link:visited {
	text-decoration: none;
	color: #666666;
}

.text-nav-link:hover {
	text-decoration: underline;
}

/* Contact form */

#contact-area {
	width: 300px;
	margin-top: 10px;
}

#contact-area input, #contact-area textarea {
	padding: 2px;
	width: 200px;
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 60px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #900;
}

#contact-area input.submit-button {
	width: 60px;
	height: 25px;
	float: left;
}

label {
	width: 50px;
	margin-right: 20px;
	text-align: left;
	padding-top: 5px;
	font-size: 1.2em;
	float: left;	
}

/* Phrases */

#phrases-list {
	margin: 0;
	width: 700px;
	height: 20x;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #999999;	
	}
	#phrases-list ul {
		margin: 0;		
		padding: 10px 0 10px 0;
		list-style-type: none;
		text-align: center;
	}
	#phrases-list ul li {
		margin: 0;	
		padding: 5px 2px 10px 2px;
		display: inline;
	}
	#phrases-list ul li a {
		text-decoration: none;
	}