/*
Theme Name: Architectural Dynamics
Theme URI: http://architecturaldynamics.net/
Description: Architectural Dynamics
Version: 1.0
Author: bugdown
Author URI: http://dopplerinternet.com/
*/


* {
	padding:0;
	margin:0;
}

body {
	background:url(images/bg-body.gif);
	background-repeat:repeat-x;
	background-color:black;
	color:#242F49;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14.5px;
	line-height:17px;
}

#wrapper {
	width:900px;
	margin:0 auto;
}

#wrapper a,
#wrapper a:link {
	color:#A40001;
	text-decoration:none;
}

#wrapper a:hover {
	color:#006cbf;
	text-decoration:underline;
}

#header {
	height:195px;
	background-image:url(images/header.png);
}

#nav {
	height:22px;
}

#nav ul {
	list-style:none;
}

#nav li {
	float:left;
}

.phone { width:395px; height:22px; background-image:url(images/index_03.jpg); text-indent:-9999%; }

.home { height:22px; width:77px; background:url(images/button-home.png) 0 0; text-indent:-9999%; display:block; }
.home:hover { background:url(images/button-home.png) 0 -22px; }

.about { height:22px; width:108px; background:url(images/button-about.png) 0 0; text-indent:-9999%; display:block; }
.about:hover { background:url(images/button-about.png) 0 -22px; }

.new { height:22px; width:112px; background:url(images/button-new.png) 0 0; text-indent:-9999%; display:block; }
.new:hover { background:url(images/button-new.png) 0 -22px; }

.portfolio { height:22px; width:87px; background:url(images/button-portfolio.png) 0 0; text-indent:-9999%; display:block; }
.portfolio:hover { background:url(images/button-portfolio.png) 0 -22px; }

.testimonials { height:22px; width:114px; background:url(images/button-testimonial.png) 0 0; text-indent:-9999%; display:block; }
.testimonials:hover { background:url(images/button-testimonial.png) 0 -22px; }

#main-top {
	width:900px;
	height:12px;
	background-image:url(images/index_10.jpg);
	background-repeat:no-repeat;
}

#main {
	width:862px;
	margin:0 auto;
	padding:36px 14px;
	background-color:white;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
}

#main h1 {
	color:black;
	font-weight:bold;
	font-size:16px;
	margin-bottom:18px;
}

#main p {
	margin-bottom:24px;
}

#footer {
	margin:12px 0;
	color:white;
	font-size:11px;
	line-height:14px;
	text-align:center;
}