/* Carpeo stylesheet v3 */

@import url(reset.css); /* resets all browser defaults - from now on it's up to you */


body {
  margin: 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, 'Lucida Grande', Arial, Sans-Serif;
	background-color: #1e6696;
	color: #333;
	text-align: center;
}

div.inner  {
  padding: 0 20px;
}

#container	{
	margin: 0 auto;
  background: #1e6696 url(graphics/arches-860-bottom.gif) repeat-x center bottom;
}

#wrapper {
	margin: 0;
	padding: 0;
	background: transparent url(graphics/arches-860-top.gif) repeat-x center top;
}

#wrapper .inner {
  width: 860px;
  margin: 0 auto;
  }

#page { /* This is the wrapper for the three columns - ie sidebars and content */
	margin: 0;
	padding: 0 0 80px 0; /* stops the content flowing out of the curved bottom */
	width: 860px;
	float: left;
	display: inline;
}

#page hr {
  clear: left;
  }

a img {
  border: 0;
}

strong {
  font-weight: bold;
  color: #000;
}

/*  Header
----------------------------------------------------- */

#header {
	margin: 20px auto 30px;
}

.home #header {
	margin-bottom: 40px;
}


#header #logo {
  display: block;
  margin: 0 auto;
  width: 278px;
}

/*
 * Conditional rules for source ordered content
 * Apply the appropriate class to the body tag
 * and wrap the columns in a containing div - eg #page
 *
*/ 

#content {
  float: left;
  display: inline; /* hack for shitty IE */
  text-align: left;
}


body.sidebar-left #content {
    width: 560px;
    margin-left: 300px; /* The width of #sidebar-left. */
    margin-right: -860px; /* Negative value of #content's width + left margin. */
}

#sidebar-left {
	float: left;
	display: inline; /* hack for shitty IE */
	width: 300px;
  margin-right: -300px; /* Negative value of #sidebar-left's width + left margin. */
}


#sidebar-left, #sidebar-right, #content {
  padding: 0;
}

.home #content {
  width: 960px;
}

/*  Home page
----------------------------------------------------- */

.home #container	{
  background: #1e6696 url(graphics/arches-486.gif) repeat-x center top;
}

.home #wrapper {
  background-image: none;
  padding: 0;
}

.home #wrapper .inner { 
  width: 960px; 
  padding: 0;
  }

.home #page {
  padding-bottom: 10px;
  width: 960px;
  position: relative;
  }

div.homepic a{
  display: block;
  width: 486px;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  color: #185284;
}

div.homepic a img {
display: block;
}

div.homepic a span {

display: block;
 width: 150px;
 text-align: left;
 position: absolute;
 top: 76px;
/*  left: 508px; */
  left: 320px; /* temporary during event registration */
 margin-top: -999em;
 font-size: 14px;
 line-height: 15px;

}

div.homepic a:hover span {
  margin-top: 0;
 }

div#seminar {
  position: absolute;
  top: 60px;
  left: 730px;
  }

/*  Menu
----------------------------------------------------- */

#menu {
  padding: 150px 10px 20px;
  text-align: left;
}

#menu ul {
 list-style-type: none;
 border-top: 1px solid #1e6696;
}

#menu ul li {
 list-style-type: none;
 border-bottom: 1px solid #1e6696;
}

#menu ul li a {
 display: block;
 padding: 10px 23px;
 font-size: 1em;
 color: #185284;
 text-transform: uppercase;
 text-decoration: none;
 background: transparent url(graphics/carpeo-arrows.png) no-repeat 6px 8px;
}
#menu ul li a:hover {
 background-color: #c3d7e8;
 background-position: 6px -16px;
}

/* Front page menu  */

#frontpage-menu {
   width: 233px;
   position: absolute;
   top: 76px;
   left: 0;
  }
  
#frontpage-menu ul {
 list-style-type: none;
 border-top: 1px solid #ddd;
 margin: 0;
 padding: 0;
}

#frontpage-menu ul li {
 list-style-type: none;
 border-bottom: 1px solid #ddd;
 text-align: left;
 width: 233px;
 margin: 0;
 padding: 0;

}

#frontpage-menu ul li a {
 display: block;
 padding: 4px 23px;
 font-size: 0.9em;
 color: #185284;
 text-transform: uppercase;
 text-decoration: none;
 background: transparent url(graphics/carpeo-arrows.png) no-repeat 6px 2px;
}
#frontpage-menu ul li a:hover {
 background-color: #c3d7e8;
 background-position: 6px -22px;
}


/*  callouts
----------------------------------------------------- */

#every-day {
  display: block;
  width: 580px;
  text-align: center;
  margin: 20px auto 0;
  }

#callouts {
  width: 733px;
  height: 156px;
  margin: 0 auto;
  padding: 20px 0 0 0;
  background-color: transparent;
  }

.pullout {
  width: 243px;
  height: 156px;
  float: left;
}

.pullout a {
  float: left;
  display: inline;
  width: 220px;
  height: 62px;
  margin: 0;
  padding: 90px 10px 10px 13px;
  text-decoration: none;
  color: #000;
  font-size: 1em;
  line-height: 1.3em;
  text-align: left;
}

.team a {
  width: 150px;
  padding: 70px 80px 24px 13px;
  }

.carpeo a {
  text-align: center;
  height: 50px;
  padding: 105px 12px 10px 11px;
  color: #fff;
 }

.left, .right {
  margin: 0;
  padding: 0;
}

.middle {
 margin: 0 2px; 
}

.conversion a, .team a, .carpeo a {
  background: transparent url(graphics/pullout-sprites-243.png) no-repeat;
}


.conversion a { background-position: 0 0; }
.team a       { background-position: 0 -216px; }
.carpeo a     { background-position: 0 -432px; }

.conversion a:hover { background-position: -303px 0; }
.team a:hover       { background-position: -303px -216px; }
.carpeo a:hover     {background-position: -303px -432px; }


.action {
  float: none !important;
  margin: 0 auto; 
  }

.action a           { background-position: 0 0; color: #fff; }
.action a:hover     { background-position: -303px 0; }

.action a {
  background: transparent url(graphics/pullout-sprites-action.png) no-repeat;
}


/*  content
----------------------------------------------------- */

#content .inner {
  margin: 0;
  padding: 20px;
  width: auto;
  }
  
#content .office, #content .conversion, #content .capability  {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-top: 140px;
  }

#content .office      { background-image: url(graphics/bg-office.jpg)       }
#content .conversion  { background-image: url(graphics/bg-girl-laptop.jpg)  }
#content .capability  { background-image: url(graphics/bg-woman-mobile.jpg) }


#content h1 {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 2.1em;
  font-weight: normal;
  color: #185284;
  padding: 30px 0;
  text-align: left;
  width: 370px;
}
  

#content h2 {
  font-size: 1.4em;
  font-weight: bold;
  color: #6d95af;
  margin-bottom: 0.4em;
}

h2.rule {
  padding-bottom: 6px;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #ededed;
  }

#content p, #content address {
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 0 0 1.5em;
  color: #333;
}

#content ul {
  margin: 0 0 1.5em 2em;
  padding: 0 0 0 1em;
  list-style-type: disc;
}

#content ul li {
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 0 0 0.5em;
  color: #333;
}

#content dl {
  margin: 1em 0;
}

#content dt, #content dd {
  font-size: 1.2em;
  line-height: 1.5em;
  margin: 0.5em 0;
  }

#content dt{
  font-weight: bold;
  }
  
#content dd {
  margin-left: 3em;
  }
  
#content p a {
  font-weight: bold;
  color: #185284;
  text-decoration: none;
}

#content p a:hover {
font-weight: bold;
color: #000;
text-decoration: underline;
}


#content blockquote {
  background: transparent url(graphics/blockquote-sprites.png) no-repeat left top;
  margin: 1em 0;
}

#content blockquote p {
  padding: 0 60px;
}

#content blockquote p.last {
  background: transparent url(graphics/blockquote-sprites.png) no-repeat right bottom;
}


#content blockquote cite {
  font-weight: bold;
  }

#content ul.big-bullets {
  margin: 0 0 1.6em 0;
  list-style-type: none;
  }

#content ul.big-bullets li {
  list-style-type: none;
  padding: 0 0 15px 60px;
  color: #333;
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: bold;
  background: transparent url(graphics/big-bullet.png) no-repeat 0 0;
  }

#content ul.major-brands {
  margin: 0 0 0 -10px;
  padding: 0 0 1em 0;
  width: 520px;
  float: left;
  display: inline;
  list-style-type: none;
  }

#content ul.major-brands li {
  margin: 0 0 10px 10px;
  padding: 0;
  width: 158px;
  border: 1px solid #f3f3f3;
  border-bottom-color: #aaa;
  border-right-color: #ccc;
  float: left;
  display: inline;
  }

#content ul.major-brands li img{
  display: block;
  }

/* Images */


p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 6px 16px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 16px 6px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.clear-right {
clear: right;
}

.clear-left {
clear: left;
}

abbr {
font-weight: bold;
}


/*  Forms
----------------------------------------------------- */


form.standard 	{
	width: 420px;
	padding: 0;
	/* border: 1px solid #5f6a72; */
	/* background-color: #eee; */
	/* float: left; */
	}
	
fieldset {
  float: left;
  width: 355px;
	padding: 0.5em;
	border: 0;
	border-top: 1px solid #fa8181;
	}

legend	{
	font-size: 1.3em;
	font-weight: normal;
	padding: 0.5em;
	background-color: white;
	color: #c00;
	}

form.standard div	{
	margin: 2px 0;
	padding: 5px 5px 3px;
  background-color: #e8f0f4;
	float: left;
	width: 420px;
	}

form.standard div p {
  position: relative;
  }
	

form.standard label	{
	width: 140px;
	padding-top: 3px;
	float: left;
	font-weight: bold;
	color: #333;
	font-size: 1.2em;
	}
	
form.standard label.error {
  font-weight: normal;
  color: #c00;
  margin-left: 140px;
  width: 250px;
  clear: left;
  }

form.standard div.full label {
  width: auto;
  float: none;
  display: block;
  }

form.standard label span {
  font-weight: normal;
  }

form.standard input, form.standard select, form.standard option, form.standard textarea 	{
	font-size: 1.2em;
	width: 250px;
	margin-bottom: 0.5em;
	border: 1px solid #999;
	}

form.standard div.full input, form.standard div.full text-area {
 /*  width: auto; */
 
  } 

form.standard select {
  /* width: 120px; */
  }
	
form.standard div.submit-div {
  border: 0;
  background-color: transparent;
  }


form.standard input.submit	{
	width: auto;
	margin: 1em 0 1em 140px;
	background-color: #185284;
	color: #fff;
	}

/* checkboxes */

form.standard label.checkbox	{
	width: 200px;
	margin: 3px 3px 3px 40px;
	}

form.standard label.checkbox input	{
	display: inline;
	margin: 0 10px 0 -30px;
	width: auto;
	position: relative;
	}

/* radiobuttons */

form.standard label.radiobutton	{
	float: none;
	margin: 3px;
	font-weight: normal;
	}
	
form.standard label.radiobutton	span{
	display: block;
	margin: 10px 0 10px 115px;
	}

form.standard label.radiobutton	input{
	float: none;
	display: inline;
	width: auto;
	margin: 0 15px;
	border: 0;
	}

form.standard table {
  border-collapse: collapse;
  }

form.standard table th, form.standard table td {
  font-size: 1.2em;
  padding: 3px 10px;
  vertical-align: top;
  }

form.standard table th {
  font-weight: bold;
  }


form.standard table input.radio {
  float: none;
  display: inline;
  width: auto;
  border: 0;
  vertical-align: center;
  }

/*  Footer
----------------------------------------------------- */


#footer {
  clear: left;
  margin: 0;
  padding: 20px 0;
  line-height: 1;
  text-align: center;
  background-color:  #1e6696;
}

#footer p, #footer address {
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 0 50px 20px;
  color: #97b8ce;  
}

#footer address a {
  color: #97b8ce; 
  text-decoration: none;
  }

#footer strong {
  color: #fff;
  font-weight: normal;
  }
