/*@charset "utf-8";*/

/* ---- redefine html elements ----*/

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	color: #002D56;
}
body h2 a, body h2 a:visited {
	color: #002D56;
	}
body h2 a:hover, body h2 a:active {
	color: #2E68B2;
}
p a, p a:visited {
	color: #C7690C;
	text-decoration: none;
	border-bottom: #C7690C thin dashed;
}
p a:hover, p a:active {
	color: #002D56;
	text-decoration: none;
	border-bottom: #002D56 thin dashed;
}
a:active {
  position: relative;
  top: 1px;
}


/* ---- classes ---- */

.clear { clear: both; }

.break20 { padding-top: 20px; }

.centerAlign { text-align: center; }

.orange { color: #C7690C; }

.darkBlue { color: #002D56; }

.lightBlue { color: #2E68B2; }

.darkBlueBG { background-color: #002D56; }

.red { color: #F00; }

img.leftFloat {
	float: left;
	margin-top: -5px;
	border: medium solid #002D56;
}

/* ---- container ----*/

#container {
	height: auto;
	width: 1030px;
	margin: 0px auto;
}

/* ---- header ----*/

#container #header {
	height: 198px;
	padding: 0px;
	position: relative;
	width: 1030px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
}
#container #header #logo {
	position: absolute;
	width: 145px;
	height: 145px;
	padding: 0px;
	margin: 0px;
}
#container #header #logo a {
	border: none;
	text-decoration: none;	
}

/* ---- nav ----*/

#logo_link {
	position:relative;
	width:129px;
	height:115px;
	z-index:1000;
	top: 23px;
	left: 16px;
	display: block;
	float: left;
}

#container #header #nav {
	margin-top: 65px;
	margin-left: 150px;
	position: absolute;
}
#container #header #nav a, #container #header #nav a:visited, #container #header #nav a:hover, #container #header #nav a:active {
	border-bottom: none;
}
#container #header #nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#container #header #nav ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
#container #header #nav ul li a { 
	background-image:url('../images/nav_sprite.jpg');
	background-repeat: no-repeat;
	display: block;
	float: left;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 75px;
	}
/* -- home btn -- */
#container #header #nav ul li a.home_btn, #container #header #nav ul li a:visited.home_btn {
	background-position:0px 0px;
	width: 114px;
}
body#home #container #header #nav ul li a.home_btn {
	background-position:0px -76px;
	width: 114px;
	cursor: default;
}
#container #header #nav ul li a:hover.home_btn, #container #header #nav ul li a:active.home_btn  { background-position:0px -76px }

/* -- about btn -- */
#container #header #nav ul li a.about_btn, #container #header #nav ul li a:visited.about_btn {
	background-position: -115px 0px;
	width: 125px;
}
body#about #container #header #nav ul li a.about_btn {
	background-position: -115px -76px;
	width: 125px;
	cursor: default;
}
#container #header #nav ul li a:hover.about_btn, #container #header #nav ul li a:active.about_btn  { background-position:-115px -76px }

/* -- portfolio btn -- */
#container #header #nav ul li a.portfolio_btn, #container #header #nav ul li a:visited.portfolio_btn {
	background-position: -241px 0px;
	width: 173px;
}
body#portfolio #container #header #nav ul li a.portfolio_btn {
	background-position: -241px -76px;
	width: 173px;
	cursor: default;
}
#container #header #nav ul li a:hover.portfolio_btn, #container #header #nav ul li a:active.portfolio_btn  { background-position:-241px -76px }

/* -- services btn -- */
#container #header #nav ul li a.services_btn, #container #header #nav ul li a:visited.services_btn {
	background-position: -415px 0px;
	width: 151px;
}
body#services #container #header #nav ul li a.services_btn {
	background-position: -415px -76px;
	width: 151px;
	cursor: default;
}
#container #header #nav ul li a:hover.services_btn, #container #header #nav ul li a:active.services_btn  { background-position:-415px -76px }

/* -- cms btn -- */
#container #header #nav ul li a.cms_btn, #container #header #nav ul li a:visited.cms_btn {
	background-position: -567px 0px;
	width: 122px;
}
body#cms #container #header #nav ul li a.cms_btn {
	background-position: -567px -76px;
	width: 122px;
	cursor: default;
}
#container #header #nav ul li a:hover.cms_btn, #container #header #nav ul li a:active.cms_btn  { background-position:-567px -76px }

/* -- contact btn -- */
#container #header #nav ul li a.contact_btn, #container #header #nav ul li a:visited.contact_btn {
	background-position: -690px 0px;
	width: 157px;
}
body#contact #container #header #nav ul li a.contact_btn {
	background-position: -690px -76px;
	width: 157px;
	cursor: default;
}
#container #header #nav ul li a:hover.contact_btn, #container #header #nav ul li a:active.contact_btn  { background-position:-690px -76px }

/* ---- body ----*/

#container #body {
	float: left;
	background-image: url(../images/body_bg.png);
	margin: 0px;
	width: 1030px;
	height: auto;
	background-repeat: repeat-y;
	padding: 0px;
}
#container #body h1 {
	font-size: 34px;
	color: #002D56;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 15px;
	padding-top: 10px;
}
#container #body h2 {
	font-size: 24px;
	color: #002D56;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	line-height: 10px;
	padding-top: 10px;
	clear: both;
}
#container #body h3 {
	font-size: 18px;
	color: #C7690C;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 17px;
}
#container #body h3 a, #container #body h3 a:visited {
	color: #002D56;
}
#container #body h3 a:active, #container #body h3 a:hover {
	color: #C7690C;
}

#container #body p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002D56;
}

/* ---- bodyMain ----*/

#container #body #bodyMain {
	margin: 0px;
	float: left;
	height: auto;
	width: 495px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 155px;
}
#container #body #bodyMain p.signature {
	float: left;
	width: 250px;
	display: block;
	padding: 0px 10px;
	margin: 0px;
	line-height: 18px;
}
#container #body #bodyMain #intro { float: left; width: 495px; }

/* -- for home page -- */
#container #body #bodyMain h1.goodMorning {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-indent: -9000px;
	background-image: url(../images/good_morning.png);
	background-repeat: no-repeat;
	line-height: 49px;
}
#container #body #bodyMain h1.goodAfternoon {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-indent: -9000px;
	background-image: url(../images/good_afternoon.png);
	background-repeat: no-repeat;
	line-height: 46px;
}
#container #body #bodyMain h1.goodEvening {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-indent: -9000px;
	background-image: url(../images/good_evening.png);
	background-repeat: no-repeat;
	line-height: 49px;
}
#container #body #bodyMain h1.welcome {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-indent: -9000px;
	background-image: url(../images/welcome.png);
	background-repeat: no-repeat;
	line-height: 45px;
}
#container #body #bodyMain h1.offer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-indent: -9000px;
	background-image: url(../images/what_c2_can_offer.png);
	background-repeat: no-repeat;
	line-height: 49px;
}
#container #body #bodyMain h1.seeForYourself a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-indent: -9000px;
	background-image: url(../images/see_for_yourself.png);
	background-repeat: no-repeat;
	line-height: 45px;
	display: block;
}

#container #body #bodyMain #essentials, #container #body #bodyMain #design, #container #body #bodyMain #development {
	float: left;
	width: 150px;
	color: #002D56;
	padding: 0px 5px;
}
#container #body #bodyMain .companies {
	float: left;
	text-align: center;
	padding: 0px 12px;
}

/* ---- bodySideBar ---- */

#container #body #bodySideBar {
	float: left;
	width: 287px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #C7690C;
}
#container #body #bodySideBar #col1 {
	float: left;
	width: 100px;
}
#container #body #bodySideBar #col1 h3 a, #container #body #bodySideBar #col1 h3 a:visited {
	color: #C7690C;
	text-decoration: none;
}
#container #body #bodySideBar #col1 h3 a:hover, #container #body #bodySideBar #col1 h3 a:active {
	color: #002D56;
	text-decoration: none;
}
#container #body #bodySideBar #col2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
#container #body #bodySideBar #col2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px 0px;
}
#container #body #bodySideBar #col2 ul li {
	margin: 0px;
	padding: 5px 0px;
}
#container #body h3.date {
	font-size: 15px;
	text-align:left;
	font-style:italic;
	color: #C7690C;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 10px;
}
#container #body #bodySideBar #ads1 {
	float: left;
	padding: 10px;
	width: 270px;
	height: 100%;
	margin: 10px 0px;
	border: thin dashed #000;
	background-color:#CCC;
}
#container #body #bodySideBar #ads1 ul li {
	font-size: 14px;
}
#container #body #bodySideBar #ads1 a, #container #body #bodySideBar #ads1 a:visited {
	color: #002D56;
}
#container #body #bodySideBar #ads1 a:hover, #container #body #bodySideBar #ads1 a:active {
	color: #2E68B2;
}

/* ---- footer ---- */

#container #footer {
	float: left;
	margin: 0px;
	width: 1030px;
	height: 53px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
}
#container #footer ul {
	margin: 0px 0px 0px 250px;
	padding: 0px;	
}
#container #footer ul li {
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 0px 15px;
	margin: 10px 10px 0px 0px;
	border: none;
	font-size: 14px;
	font-variant: small-caps;
	list-style-type:none;
}
#container #footer ul li a:link, #container #footer ul li a:visited  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	padding: 0px 15px;
	margin: 10px 10px 0px 0px;
	border: none;
	font-size: 14px;
	font-variant: small-caps;
}
#container #footer ul li a:hover, #container #footer ul li a:active  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #C7690C;
	text-decoration: none;
	padding: 0px 15px;
	margin: 10px 10px 0px 0px;
	border: none;
	font-size: 14px;
	font-variant: small-caps;
}

/* ---- ABOUT PAGE ----*/
#container #body #bodyMain h1.aethetics {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-indent: -9000px;
	background-image: url(../images/aethetics.png);
	background-repeat: no-repeat;
	line-height: 43px;
}
#container #body #bodyMain h1.seo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-indent: -9000px;
	background-image: url(../images/seo.png);
	background-repeat: no-repeat;
	line-height: 46px;
}
#container #body #bodyMain h1.relationships {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-indent: -9000px;
	background-image: url(../images/building_relationships.png);
	background-repeat: no-repeat;
	line-height: 46px;
}
#container #body #bodySideBar h3.name {
	line-height: 40px;
}
#container #body #bodySideBar #coreyStats {
	float: left;
	padding: 0px 10px;
}
#container #body #bodySideBar #coreyStats ul {
	margin: 0px;
	padding: 0px 20px;
	list-style: none;
	line-height: 30px;
	text-align:center;
}
#container #body #bodySideBar #coreyStats ul li {
	margin: 0px;
	padding: 0px;
	color: #002D56;
}

/* ---- portfolio page ---- */

body#portfolio #container #body {
	padding-left: 50px;
}

/* ---- SERVICES PAGE ----*/
#container #body #bodyMain h1.essentials {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-indent: -9000px;
	background-image: url(../images/essentials.png);
	background-repeat: no-repeat;
	line-height: 43px;
}
#container #body #bodyMain h1.design {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-indent: -9000px;
	background-image: url(../images/design.png);
	background-repeat: no-repeat;
	line-height: 48px;
}
#container #body #bodyMain h1.development {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-indent: -9000px;
	background-image: url(../images/development.png);
	background-repeat: no-repeat;
	line-height: 48px;
}


/* ---- Contact page ---- */

body#contact #container #body #bodyMain h1.haveAQuestion {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-indent: -9000px;
	background-image: url(../images/have_a_question.png);
	background-repeat: no-repeat;
	line-height: 49px;
}
body#contact #container #body #bodyMain #formBG {
	background-color:#ebebeb;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
body#contact #container #body #bodyMain h3 {
	text-align: left;
}
body#contact #container #body #bodyMain h3.success {
	color: #090;
}
body#contact #container #body #bodyMain h3.error {
	color: #F00;
}
body#contact #container #body #bodyMain ul.error {
	color: #F00;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
body#contact #container #body #bodyMain ul.error li {
	margin: 0px;
	padding: 0 0 0 5px;
	float: left;
}
body#contact #container #body #bodyMain #formBG label {
	float: left;
	text-align: right;
	padding: 5px 5px 5px 0;
	width: 150px;
	color: #002D56;
}
body#contact #container #body #bodyMain #formBG label.message {
	text-align: left;
	width: 250px;
}
body#contact #container #body #bodyMain input {
	color: #002D56;
}
body#contact #container #body #bodyMain input:focus, #container #body #bodyMain textarea:focus {
	border: medium #002D56 solid;
}
body#contact #container #body #bodyMain textarea {
	margin: 0 0 10px 0;	
}
body#contact #container #body #bodyMain input[type=submit]:hover {
	color: #C7690C;
}
body#contact #container #body img {
	border: none;
	padding: 0px 5px;
	float: left;
}
body#contact #container #body bodyMain #error {
	color:#900;
	font-weight: bold;
}
body#contact #container #body #bodySideBar ul {
	margin: 0px;
	padding: 5px;
	list-style: none;
}
body#contact #container #body #bodySideBar ul li {
	padding: 10px 0px;
	color: #002D56;
}
body#contact #container #body #bodySideBar ul.bg {
	background-color: #ebebeb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}


/* ---- Demo page ---- */

#container #body #bodyMain h1.cms {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-indent: -9000px;
	background-image: url(../images/cms.png);
	background-repeat: no-repeat;
	line-height: 45px;
	display: block;
}
#container #body #bodyMain h1.demo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-indent: -9000px;
	background-image: url(../images/demo.png);
	background-repeat: no-repeat;
	line-height: 45px;
	display: block;
}

body#cms #container #body #concrete h1.concrete5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-indent: -9000px;
	background-image: url(../images/concrete5.png);
	background-repeat: no-repeat;
	line-height: 45px;
	display: block;
}
body#cms #container #body #bodySideBar #login {
	padding: 20px;
	background-color: #ebebeb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */	
}
body#cms #container #body h3 {
	text-align: left;
}
body#cms #container #body #bodySideBar h2 {
	padding: 0 10px 0 0;
	float: left;
}
body#cms #container #body #bodySideBar p {
	line-height: 20px;
}
body#cms #container #body #bodySideBar input {
	background-color:#002D56;
	color: #fff;
}
body#cms #container #body #bodySideBar input:focus {
	border: medium solid #C7690C;
}
body#cms #container #body #demo, body#cms #container #body #concrete {
	margin: 0px;
	float: left;
	height: auto;
	width: 800px;
	padding: 0 10px 0 155px;
}
body#cms #container #body #demo #content {
	margin: 0 80px;
}
body#cms #container #body #demo #content #contentText  {
	margin: 40px;
	color: #FFF;
	background-color:#002D56;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	padding: 10px;
}
body#cms #container #body #demo #content #contentText p  {
	color: #FFF;
}
body#cms #container #body #demo hr  {
	margin-top: 50px;
	height: 5px;
	background-color: #002D56;
}
