/*----------
	IOTS - CSS Document 
----------*/

@import url("reset.css");

/*----------	LaYoUT STYLeS	----------*/
body {
  background-color: #211443;
  font: 62.5%/2.0em Verdana, Arial, Helvetica, sans-serif;
}

.container {
  color: #E6DFFF;
  width: 1000px;
  margin: 0 auto;
  font-size: 1.1em;
}

#content {
  background: #1D103B url(../images/core/content_bg.gif) no-repeat 50% 0;
  padding: 0 0 20px 0;
}


/*----------	CoMMoN STYLeS	----------*/
a { color: #D3BC8E; text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { font-family: Verdana, sans-serif; font-weight: normal; text-decoration: italic; color: #D3BC8E; padding: 10px 0; }
h1 { font-size: 2.4em; width: 388px; height: 27px; display: block; padding: 0; }
h2 { font-size: 2.0em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; padding: 0;}
strong { font-weight: bold; }
hr { border: none; border-bottom: 1px solid #D9E8EB; margin: 10px 0; }
p { margin: 10px 0 10px 0; }
ul { margin: 5px 20px; list-style-type: disc; }

.clear { display: block; clear: both; }
.hidden { display: none; }
.left { float: left; }
.right { float: right; }
.space { margin-top: 20px; }

/*----------	TiTLeS STYLeS	----------*/
.p-home h1 { background: url(../images/core/home_title.gif) no-repeat; text-indent: -9999px; }
.p-services h1 { background: url(../images/core/services_title.gif) no-repeat; text-indent: -9999px; }
.p-team h1 { background: url(../images/core/team_title.gif) no-repeat; text-indent: -9999px; }
.p-contact h1 { background: url(../images/core/contact_title.gif) no-repeat; text-indent: -9999px; }
.p-thankyou h1 { background: url(../images/core/thankyou_title.gif) no-repeat; text-indent: -9999px; }


/*----------	HeaDeR STYLeS	----------*/
#header { background: url(../images/core/header_bg.gif) repeat-x; height: 151px; }
#header .container {
  width: 1000px;
  background: url(../images/core/header_bg2.gif) no-repeat left;
  height: 151px;
  position: relative;
  color: #D3BC8E;
}
#header .container a { color: #E6DFFF; }
#header .container #logo { position: absolute; top: 43px; left: 130px; }
#header .container #phone-details {
  position: absolute;
  top: 40px;
  left: 710px;
  width: 140px;
  display: block;
}

#phone { background: url(../images/core/icon-phone.gif) no-repeat left; padding: 0 0 0 20px; }
#fax { background: url(../images/core/icon-fax.gif) no-repeat left; padding: 0 0 0 20px; }
#email { background: url(../images/core/icon-email.gif) no-repeat left; padding: 0 0 0 20px; color: #E6DFFF; }

#header .container #address {
  position: absolute;
  top: 40px;
  left: 855px;
  width: 140px;
  display: block;
}


/*----------	NaVIGaTIoN STYLeS	----------*/
#nav { position: absolute; top: 116px; left: 465px; }
#nav ul { list-style-type: none; margin: 0; }
#nav ul li { float: left; padding: 0; margin: 0 0 0 2px; }
#nav ul li a { display: block; height: 35px; text-indent: -9999px; }
#nav ul li a:hover { background-position: 0 -35px !important; }
#nav ul li#home a { background: url(../images/nav/home.gif) no-repeat; width: 166px; }
#nav ul li#services a { background: url(../images/nav/services.gif) no-repeat; width: 123px; }
#nav ul li#team a { background: url(../images/nav/team.gif) no-repeat; width: 124px; }
#nav ul li#contact a { background: url(../images/nav/contact.gif) no-repeat; width: 112px; }

.p-home li#home a, .p-services li#services a, .p-team li#team a, .p-contact li#contact a {
  background-position: 0 -35px !important;
}


/*----------	BaNNeR STYLeS	----------*/
#banner {
  float: left;
  margin: 43px 0 0 0;
  width: 562px;
  height: 430px;
  position: relative;
  display: block;
  background: url(../images/core/banner_bg.gif) no-repeat;
}

#banner #image {
  position: absolute;
  top: 33px;
  left: 125px;
  width: 394px;
  height: 324px;
  display: block;
}

.p-home #banner #image { background: url(../images/core/banner-image01.jpg) no-repeat; }
.p-services #banner #image { background: url(../images/core/banner-image02.jpg) no-repeat; }
.p-contact #banner #image { background: url(../images/core/banner-image03.jpg) no-repeat; }
.p-team #banner #image { background: url(../images/core/banner-image04.jpg) no-repeat; }
.p-thankyou #banner #image { background: url(../images/core/banner-image03.jpg) no-repeat; }



/*----------	TeXT STYLeS	----------*/
#text {
  width: 405px;
  float: right;
  margin: 65px 10px 0 0;
}


/*----------	FooTeR STYLeS	----------*/
#footer {
  background: url(../images/core/footer_bg.gif) repeat-x;
  height: 68px;
  font-size: 0.9em;
  padding: 19px 0 0 0;
}
#footer p { margin-left: 120px; }
#footer #wflogo { float: right; }