/*----------
	Demand Powdercoaters - CSS Document 
----------*/

@import url("reset.css");

/*----------	LaYoUT STYLeS	----------*/
body {
  color: #0d1c2c;
	font: 62.5%/2.7em Verdana, Arial, Helvetica, sans-serif;
	background: #052951 url(../images/core/bg.gif) top center repeat-x;
}

/*#lighting {
  width: 100%;
  height: 260px;
  position: absolute;
  top: 108px;
	left: 30px;
	^left: 100px;
  background: url('../images/core/lighting.png') top center no-repeat;
}*/

#container-bg {
  background: url('../images/core/container-bg.jpg') no-repeat 50% 370px;
  position: relative;
  width: 100%;
}

#container {
  width: 960px;
  margin: 0 auto;
  font-size: 1.1em;
}

#content {
  width: 942px;
  padding: 0 8px 10px 10px;
  background-color: #ffffff;
}

#column-left {
  width: 610px;
  float: left;
  border-left: 1px solid #949496;
}

#column-right {
  float: right;
  width: 320px;
}

#text {
  width: 600px;
  padding: 0 0 0 10px;
}



/*----------	CoMMoN STYLeS	----------*/
a { color: #1571cf; text-decoration: underline; }
a:hover { text-decoration: none; }
h1, h2, h3 {
  color: #0d1c2c;
  font-weight: normal;
  padding: 0;
}
h1 {
  font-size: 2.0em;
  text-indent: -9999px;
  height: 25px;
  width: 338px;
  display: block;
}
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
strong { font-weight: bold; }
hr { border: none; border-bottom: 1px solid #949496; margin: 10px 0; }
p { margin: 15px 0; }
ul { margin: 10px 30px; list-style-type: square; }

.clear { display: block; clear: both; }
.hidden { display: none; }
.top { border-top: 1px solid #949496; text-align: right; font-size: 0.9em; margin: 10px 0; }

#mudmap { margin: -25px 10px 0 10px; float: right; width: 290px; }
#mudmap img {border: 3px solid #063262; }
#mudmap a { color: #1571CF; text-decoration: none; }
#mudmap a:hover { color: #063262;  text-decoration: underline; }

#p-home h1 { background: url(../images/core/h1-welcome.gif) no-repeat; }
#p-profile h1 { background: url(../images/core/h1-profile.gif) no-repeat; }
#p-services h1 { background: url(../images/core/h1-services.gif) no-repeat; }
#p-gallery h1 { background: url(../images/core/h1-gallery.gif) no-repeat; }
#p-contact h1 { background: url(../images/core/h1-contact.gif) no-repeat; }
#p-thankyou h1 { background: url(../images/core/h1-thankyou.gif) no-repeat; }



/*----------	HeaDeR STYLeS	----------*/
#header {
  width: 960px;
  height: 78px;
  position: relative;
}

#header #logo {
  top: 21px;
  left: 7px;
  position: absolute;
}

#header #phone {
  top: 24px;
  left: 773px;
  position: absolute;
}



/*----------	NaVIGaTIoN STYLeS	----------*/
#nav { height: 30px; width: 960px; }
#nav ul { list-style-type: none; margin: 0; }
#nav ul li { display: inline; float: left; }
#nav ul li a { display: block; height: 30px; text-indent: -9999px; }
#nav ul li a:hover { background-position: 0 -30px !important; }
#nav li#home a { background: url(../images/nav/home.gif) no-repeat; width: 191px; }
#nav li#profile a { background: url(../images/nav/profile.gif) no-repeat; width: 192px; }
#nav li#services a { background: url(../images/nav/services.gif) no-repeat; width: 192px; }
#nav li#gallery a { background: url(../images/nav/gallery.gif) no-repeat; width: 192px; }
#nav li#contact a { background: url(../images/nav/contact.gif) no-repeat; width: 193px; }

#p-home li#home a,
#p-profile li#profile a,
#p-services li#services a,
#p-gallery li#gallery a,
#p-contact li#contact a {
  background-position: 0 -30px !important;
}



/*----------	BaNNeR STYLeS	----------*/
#banner-bg {
  width: 960px;
  height: 280px;
  padding: 8px 8px 0 10px;
  background: url(../images/core/banner-bg-shadow.gif) no-repeat;
}

#banner {
  width: 942px;
  height: 248px;
  position: relative;
  background: url(../images/core/banner-bg.gif) no-repeat;
}

#banner #slogan {
  top: 55px;
  left: 59px;
  position: absolute;
}

#banner a#link {
  top: 165px;
  left: 59px;
  position: absolute;
  width: 232px;
  height: 20px;
  display: block;
  text-indent: -9999px;
  background: url(../images/core/slogan_link.gif) no-repeat;
}

#banner a#link:hover {
  background-position: 0 -20px;
}

#banner #flash {
  top: 11px;
  left: 405px;
  position: absolute;
  width: 517px;
  height: 224px;
  display: block;
  overflow: hidden;
  border: 3px solid #FFFFFF;
}



/*----------	CTa STYLeS	----------*/
#cta {
  width: 318px;
  height: 188px;
  display: block;
  position: relative;
  background: url(../images/core/contact-us.gif) no-repeat;
}

#cta p { display: none; }
#cta a {
  position: absolute;
  top: 155px;
  left: 80px;
  width: 190px;
  height: 15px;
  display: block;
}



/*----------	GaLLeRY STYLeS	----------*/
ul#gallery {
  margin: 0;
  list-style-type: none;
}

ul#gallery li {
  float: left;
  width: 130px;
  height: 130px;
  display: block;
}



/*----------	FooTeR STYLeS	----------*/
#footer { font-size: 0.9em; color: #ffffff; margin: 0 5px; }
#footer p {margin: 0; }
#footer a { text-decoration: none; margin: 0; padding: 5px 10px; color: #ffffff; }
#footer #wflogo { float: right; margin: 20px 10px; }

a#footer-home:hover,
a#footer-profile:hover,
a#footer-services:hover,
a#footer-gallery:hover,
a#footer-contact:hover {
  background-color: #0C1C2C;
  padding: 5px 10px;
}

#p-home a#footer-home,
#p-profile a#footer-profile,
#p-services a#footer-services,
#p-gallery a#footer-gallery,
#p-contact a#footer-contact {
  background-color: #0C1C2C;
  padding: 5px 10px;
}
