/*
Theme Name: Petit Couture
Theme URI: http://www.petitcouture.com
Description: A steller V1 website for Rebecca + her Petit Couture venture.</p><p><small> Developed by <a href="http://www.mrdiggles.com/">Mr. Diggles</a>. Protected by <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.</small>
Version: 1.0
Date Updated: 10.25.09
Author: Mr. Diggles
Author URI: http://www.mrdiggles.com/
*/

/****************************         GLOBAL          *****************************/

* {
	padding: 0px;
	margin: 0px;
}

html { 
	padding: 0px;
	margin: 0px;
}

body {
	background: #000;	
	padding: 0px;
	margin: 0px;
	font-family: Trebuchet, Trebuchet MS, Arial, verdana, san-serif, georgia;
	color: #444;
	font-size: small;
}

#tile{
	background: #3366ff url(/img/tile4.png) top left repeat;
	height: 1200px;
}
div.clear {
	clear: both;
}

img {
	border: none;
}

#wrap {
	background: #ffffff;
}

#frameit iframe {
	border: 1px solid #ffffff;
        overflow: hidden;
}

/****************************         HEADER          *****************************/

#season {
	position: absolute;
	top: 0;
	background: url(../img/season-bg.png) top right no-repeat;
	height: 70px;
	width: 70px;
	right: 0;
	display: none;
}

#head {
	padding-top: 35px;
	height: 50px;
	width: 1000px;
	margin-bottom: 0px !important; margin-bottom: -10px;
}

#head ul.main {
	float: left;	
	list-style: none;
	margin-left: 20px;
}

#head ul.main li {
	float: left;
	text-transform: uppercase;
}

#head ul.main li a{
	padding: 0px 20px;
	line-height: 50px;
	text-decoration: none;
	font-size: 160%;
	letter-spacing: 1px;
	color: #555;
	display: block;
}

#head ul.main li a:hover{
	color: #6897de;
	background: #fafafa;
   text-shadow: 1px 1px 1px #ddd;
}


#head ul.main li.home{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
}



#head ul.main li.shop{
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#head ul.main li.stores{
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#head ul.main li.press{
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#head ul.main li.events{
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
}

#basket {
	float: left;
	color: #aaa;
	height: 41px;
	padding: 10px 20px 0px 20px;
	border-bottom: 1px solid #ddd;
}

#basket h3 {
	font-weight: 100;
	font-size: 100%;
}

#basket h4 a{
	text-decoration: none;
	color: #6897de;
	font-size: 90%;
	font-weight: 100;
}



#logo {
	float: right;
	text-align: center;
	width: 252px;
	margin-right: 30px;
	height: 90px;
	margin-top: -30px;
}

#logo img {
}


#logo h1{
	margin-top: 10px;
}

/****************************         CONTENT          *****************************/

#content {
	padding: 25px 0px 33px 20px;
	width: 960px;
}

#content h2.title {
	margin-bottom: 10px;
	font-weight: 100;
}

#content h2.title span{
	border-bottom: 1px solid #ddd;
}

div.hero {
	width: 600px;
	height: 427px;
	border: 1px solid #ddd;
	float: left;
	margin-right: 40px;
}

div.intro {
	float: left;
	margin-top: 40px;
	width: 260px;
}

div.intro h2{

}


/****************************         SPINNER          *****************************/


#recentWork { 
	float: left; 
	width: 300px;
	height: 427px; 
	color: #444; 
	position: relative; 
}

#recentWork h2 a{ 
	text-decoration: none;
	color: #6897de;
}


#recentWork .inner { 
	margin-top: 20px; 
	padding: 10px 10px 0px 10px;
}

#recentWork h1 {
	color: #555;
	font-weight: 100;
	font-size: 190%;
}

#recentWork h2 {
	font-size: 120%;
	color: #888;
	margin-bottom: 8px;
}

#recentWork h5 {
	font-size: 90%;
	color: #222;
}


#recentWork p {
	line-height: 1.7em;
	color: #999;
	padding-bottom: 10px;
}

#recentWork p a{
	text-decoration: none;
	color: #6897de;	
}



.controls	{  
	width: 280px; 
	margin: 30px 0px 0px 10px; 
	padding-left: 6px;
	border-top: 1px solid #ddd;
}

.controls div { 
	float: left; 
	margin-left: 5px;
}

.controls a { 
	float: left; 
	line-height: 60px; 
	font-size: 180%;
	width: 33px;
	padding: 0; 
	text-decoration: none;
	color: #ddd; 
	text-align: center;
}


.controls .next { 
	float: right; 
	margin: 0; 
	font-size: 100%;
}



.controls a:hover,
.controls a.activeSlide { 
	color: #6897de; 
	padding: 0; 
	border-bottom: 1px solid #ddd; 
}

.spinner { 
	display: block; 
	width: 615px; 
	height: 407px; 
	float: left; 
	margin-right: 13px;
	overflow: hidden; 
	border: 10px solid #000;
}

.inner {
	height: 300px;
}

.spinner img {
	width: 615px;
}

/****************************         ENTRY        *****************************/

#doit {
	float: left;
	width: 583px;
}

#side {
	float: right;
	width: 264px;
}

#side h2 {
	color: #999;
	font-size: 130%;
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: 1px;
}

#side ul {
	border-top: 1px solid #ddd;
	padding-bottom: 20px;
}

#side ul li{
	border-bottom: 1px solid #ddd;
	padding: 2px 0px;
	font-size: 90%;
}


div.entry img.righty{
	float: right;
	border: 10px solid #000;
	margin-left: 30px;
}

div.entry {
	border-bottom: 5px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

div.entry p.date{
	font-size: 90%;
	color: #888;
	font-weight: bold;
}

div.entry img.size-medium {

}


/****************************         COMMENTS        *****************************/


div.comment{ 
	background: #eee;
	padding: 20px;
	line-height: 1.7em;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
}


#comment-form {

}

#comments a{
	color: #000;
}

#comments a:hover{
	color: #555;
}

h3.red {
}

#comments h6
{
	font-size: 90%;
	font-weight: normal;
	padding-bottom: 30px;
	text-align: right;
	vertical-align: middle;
	color: #444;
	background: transparent url(/img/comment-bg.jpg) top right no-repeat;
	padding-right: 22px;
	padding-top: 10px;
	margin-right: 20px;
}

#comments h6 img
{
	vertical-align: middle;
	margin-left: 10px;
	border: 3px solid #000;
}

textarea {
	padding: 10px;
	width: 563px;
	border: 1px solid #ddd;
	color: #555;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
}

#comment-form input.author {
	padding: 5px;
	width: 573px;
	border: 1px solid #ddd;
	margin-top: 15px;
	color: #555;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
}

#comment-form input.email {
	padding: 5px;
	width: 573px;
	border: 1px solid #ddd;
	margin-top: 15px;
	color: #555;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
}


#comment-form input.url {
	padding: 5px;
	width: 573px;
	border: 1px solid #ddd;
	margin-top: 15px;
	color: #555;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
}


p.submit {
	margin-top: 10px;
	text-align: left;
}



/****************************         PAGE        *****************************/

#page {
	padding: 0px 40px 0px 20px;
	border-right: 1px solid #ddd;
}

#page a{
	color: #6897de; 
	text-decoration: none;
}

#page h3{
	font-size: 140%;
	color: #555;
	margin-bottom: 5px;
}

#page p {
	line-height: 1.8em;
	text-align: justify;
	padding-bottom: 10px;
}

caption {
	display: none;
}

#page ul {
	list-style: none;
	margin-bottom: 20px;
	margin-top: 10px;
}

#page img.lefty {
	float: left;
	padding: 10px;
	background: #000;
	margin: 0px 30px 10px 0px;
}

div.tc {
	width: 600px;
}

div.tc strong{
	color: #cc3333;
}

ul.sub {
	border-top: 1px solid #ddd;
}

ul.sub li{
	border-bottom: 1px solid #ddd;
}

ul.sub li a{
	padding: 2px 0px;
	display: block;
}


ul.sub li a:hover{
	background: #f8f8f8;
	color: #cc3333;
	padding-left: 10px;
	font-weight: bold;
}

/****************************         STORE          *****************************/


div.productimage {
	float: left;
	width: 370px;
	padding: 4px;
	margin-right: 30px;
}

div.productimage img.main{
	margin-bottom: 5px;
	border: 10px solid #000;
}

div.productimage img.mainthumb{
	margin: 0px 5px 10px 5px;
	border: 5px solid #000;
	width: 52px;
}

div.productdetails {
	float: left;
	width: 400px;
}

div.productdetails h2{
	font-size: 140%;
	margin-top: 30px;
}


div.productdetails h2.style{
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #999;
}


div.productdetails h5{
	font-size: 100%;
	color: #999;
	line-height: 1.5em;
	margin-bottom: 15px;
	text-align: justify;
}

div.productdetails ul.colors li{
	font-size: 90%;
	padding: 3px 0px;
}

div.productdetails p.price {
	font-weight: bold;
	text-transform: uppercase;
}

div.productdetails p.detail {
	font-size: 90%;
}

div.productdetails p.qty {
	font-weight: bold;
	font-size: 90%;
	color: #999;
	text-transform: uppercase;
}

div.productdetails p.add {
	text-transform: uppercase;
}


div.cat {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 10px;
}


div.cat h5{
	font-size: 120%;
	font-weight: 100;
	color: #CC3333;
	text-transform: uppercase;
}
div.browse {
	width: 159px;
	float: left;
	height: 290px;
	padding: 10px 10px 0px 10px;
}

div.browse img{
	padding: 8px;
	border: 1px solid #eee;
	background: #fff;
	width: 139px;
	margin-bottom: 5px;
}

div.browse p{
	font-size: 90%;
	color: #999;
	font-weight: bold;
	letter-spacing: 1px;
}

/****************************         PRESS PAGE          *****************************/




#press h2 {
	margin-bottom: 10px;
	padding-bottom: 4px;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 100%;
	margin-top: 15px;
	letter-spacing: 1px;
	color: #999;
	border-bottom: 1px solid #ddd;
}

div.digital {
	margin: 0px 0px 0px 0px;
}

div.digital ul li{
	padding-bottom: 3px;
}	

div.digital ul li span {
	font-weight: bold;
	color: #555;
	margin-right: 5px;
}

div.digital ul li a:hover{
	border-bottom: 1px solid #c6d9f6;
}

div.pr {
	float: left;
	width: 80px;
	height: 140px;
	text-align: center;
	margin: 0px 20px 0px 0px;
}

div.pr img {
	border: 2px solid #ddd;
}
div.pr h5 {
	margin-top: -10px;
}

div.pr h3 {
	font-weight: 100;
	font-size: 90%;
	border-bottom: 1px solid #ddd;
	padding: 3px 0px;
}

div.pr a {
	color: #6897de;
}


/****************************         STORES PAGE          *****************************/

div.retail {
	margin-top: 20px;
}


div.location {
	border-top: 1px solid #ddd;
	padding-top: 5px;
	float: left;
	width: 165px;
	margin-right: 20px;
}

div.location a{
	color: #6897de;
	text-decoration: none;
}

div.location h2 {
	font-size: 110%;
	padding-bottom: 6px;
	letter-spacing: 1px;
	border-bottom: 1px solid #ddd;
	margin-bottom: -5px;
}

div.location ul {
	list-style: none;
}

div.location ul li {
	font-size: 90%;
	padding: 2px 0px;
	color: #999;
}

h4.local {
	font-size: 90%;
	margin: 10px 0px 5px 0px;
	letter-spacing: 2px;
	color: #999;
	text-transform: uppercase;
}

/****************************         EVENTS PAGE          *****************************/

div.events {
	margin-top: 20px;
}

div.trunk {
	float: left;
	width: 400px;
	padding-right: 40px;
}

div.trade {
	float: left;
	width: 440px;
}

div.events h3.event {
	padding: 5px 0px 6px 0px;
	border-bottom: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
}

div.events h5 {
	margin-top: 30px;
	font-size: 90%;
	letter-spacing: 2px;
	color: #999;
	text-transform: uppercase;
}

div.events ul li {
	line-height: 1.7em;
	font-size: 90%;
}

div.events img.tradeicon {
	margin-top: 20px;
	border: 2px solid #dfdfdf;
}


/****************************         LOOK BOOK PAGE         *****************************/

#nav {
	height: 100px;
	line-height: 100px;
}

ul.navigation {
    list-style: none;
	border-bottom: 1px solid #ddd !important; border-bottom: none;
	padding-bottom: 10px;
}

ul.navigation img {
	border: 2px solid #000;
}

ul.navigation li {
	float: left;
	margin: 0px 5px 0px 1px;
}

ul.navigation a {
    color: #000;
    text-decoration: none;
    background: #fff;
}

ul.navigation a:hover {
    background-color: #000;
}

ul.navigation a.selected {
    background-color: #fff;
    border-bottom: 7px solid #6897de;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
    top: 30px;
	display: none;
}

.scrollButtons.right {
    right: -22px;
    top: 20px;
}


.hide {
    display: none;
}



#slider {
    width: 900px;
    margin: 0px auto;
    margin-top: -5px;
    position: relative;
}

.scroll {
    width: 900px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    margin-top: -8px;
    margin-bottom: -40px !important; margin-bottom: -300px;
    clear: left;
    text-align: left;
}

.scrollContainer div.panel {
    width: 900px;
    text-align: left;
}

.scrollContainer img {
	border: 10px solid #000;
}

.scrollContainer  h1 {
	display: none;
}

.scrollContainer  h4 {
	margin-top: 10px;
}

/****************************         CONTACT PAGE          *****************************/

div.contact{ 
	margin-top: 20px;
}

div.formy {
	float: left;
	width: 350px;
	margin-right: 30px;
	padding-right: 20px;
	border-right: 1px solid #dfdfdf;
}
div.contact p.lab {
	font-size: 90%;
}

div.contact input { 
	background: none;
	border: 1px solid #dfdfdf;
	padding: 5px;
	color: #444;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	width: 325px;
}


div.contact p.submit input { 
	width: 75px;
	background: #fafafa;
	color: #6897de;
}

div.contact textarea { 
	border: 1px solid #dfdfdf;
	padding: 5px;
	color: #444;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	height: 125px;
	width: 325px;
}


div.contactinfo {
	float: left;
	margin-right: 20px;
	width: 200px;
}

div.contactinfo ul {
	line-height: 1.8em;
}


div.contactinfoimg {
	float: left;
}


div.contactinfoimg img{
	background: #000;
	padding: 10px;
	width: 240px;
}


div.newsleft {
	float: left;
	width: 530px;
}


div.newsright {
	text-align: right;
	float: right;
	width: 330px;
}

div.newsright img {
	border: 5px solid #000;
}


/****************************         FOOTER          *****************************/

div.yellow {
	height: 3px !important; height: 1px;
	background: #ffcd00;
	border-top: 1px solid #e0b400;
}

#foot {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	min-width: 1000px;
	background: #fff url(/img/tile.png) top left repeat-x;
}

#foot h2 a {
	color: #999;
	text-decoration: none;
}


#foot h2 a:hover {
	color: #6897de;
}

#foot  ul.subnav {
	width: 176px;
	padding: 20px;
	float: left;
	min-height: 165px;
	padding-bottom: 20px;
	border-right: 1px solid #ddd;
	list-style: none;
}

#foot  ul.subnav li a{
	text-decoration: none;
	font-size: 130%;
	letter-spacing: 1px;
	color: #999;
	text-transform: uppercase;
	display: block;
	margin-bottom: 5px !important; margin-bottom: -10px;
}

#foot  ul.subnav li a:hover{
	color: #6897de;
}

div.news {
	float: left;
	padding: 20px;
	width: 364px;
	position: relative;
	min-height: 165px;
	padding-bottom: 20px;
	border-left: 1px solid #fff;
	border-right: 1px solid #ddd;
}

/* begin styles for RSS Feed */

.rss-box {
}
.rss-items {
	margin-top:0px;
	line-height: 1.5em;
	margin-left:0px;
	color:#FFFFFF;
	text-align: left;
}
p.rss-title {padding0px;}
.rss-title {
     text-transform:uppercase;
	text-decoration: none;
	font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	font-size: 12px;
	background-color:#000;
	color:#ccc;
	font-weight:bold;
	margin: 0px;
    margin-bottom: 0px;
	padding:0em;
	text-align: right;
}

.rss-item  {
  font-family: "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
  font-size: 12px;
  font-weight : normal;
  list-style:none;
  padding-bottom:0em;
}

.rss-item a {
	text-decoration : none;
	color: #ad9;
	font-size: 12px;
	font-weight:light;
	font-family:"Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
	}
	
.rss-item a:hover {
	color:#fff;
}

.rss-date {
	font-size: 90%;
	font-weight : bold;
	color: #444;
	padding-bottom: 10px;
	line-height: 2.1em;
}


div.news ul.rss-items {
	list-style: none;
	color: #999;
	margin: 0px;
	padding: 0px;
}


div.news li.rss-item a.rss-item {
	color: #6897de;
	text-decoration: none;
	font-size: 140%;
	line-height: .1em;
}


div.news h2 {
	float: left;
	font-size: 130%;
	margin-bottom: 10px;
	letter-spacing: 1px;
	color: #999;
	font-weight: normal;
	text-transform: uppercase;
}

div.news p.readmore {
	float: right;
	font-size: 90%;
	color: #444;
	border: 1px solid #ddd;
	background: #eee;
	padding: 2px 9px;
	text-decoration: none;
	margin-bottom: 12px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}
	
div.news p.readmore a{
	color: #6897de;
	text-decoration: none;
}

div.news h3 {
	color: #444;
	margin: 2px 0px 15px 0px;
}

div.news p.entry {
	color: #999;
	font-size: 90%;
	line-height: 1.6em;
	padding-top: 5px;
	padding-bottom: 10px;
}

div.news p.comments {
	float: left;
	font-size: 90%;
}

div.news p.comments a{
	color: #6897de;
	text-decoration: none;
}

div.news p.more {
	float: right;
	font-size: 90%;
}
div.news p.more a{
	color: #6897de;
	text-decoration: none;
}

div.twitter {
	width: 145px;
	float: left;
	padding: 20px;
	min-height: 150px;
	padding-bottom: 20px;
	border-left: 1px solid #fff;
	border-right: 1px solid #ddd;
}

div.twitter h2 {
	padding-bottom: 5px;
	font-size: 130%;
	letter-spacing: 1px;
	color: #999;
	font-weight: normal;
	text-transform: uppercase;
}

div.twitter p.follow {
	margin-top: 10px;
	font-size: 90%;
	font-weight: bold;
}

div.twitter a{
	color: #6897de;
	text-decoration: none;
}

div.twitter #twitter_update_list {
	list-style: none;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.6em;
	color: #999;
}




div.network {
	float: left;
	padding: 20px 0px 0px 20px;
	width: 175px;
	font-size: 90%;
	border-left: 1px solid #fff;
}

div.network ul {
	list-style: none;
}


div.network ul li {
	margin-bottom: 5px;
}

div.network ul li a{
	text-decoration: none;
	color: #6897de;
	line-height: 1.4em;
}

div.network ul li.blog {
	font-size: 100%;
	font-weight: bold;
}

div.network ul li.facebook {
	background: url(/img/facbook-icon.gif) 0px 0px no-repeat;
	padding-left: 20px;
}

div.network ul li.twitter {
	background: url(/img/twitter-icon.gif) 0px 0px no-repeat;
	padding-left: 20px;
}

div.network ul li.rss {
	background: url(/img/rss-icon.gif) 0px 0px no-repeat;
	padding-left: 20px;
}

div.network ul li.news {
	background: url(/img/news-icon.gif) 0px 0px no-repeat;
	padding-left: 20px;
}

div.network ul li.blog {
	background: url(/img/wordpress-icon.gif) 0px 0px no-repeat;
	padding-left: 20px;
}



div.network h2 {
	padding-bottom: 5px;
	font-size: 130%;
	letter-spacing: 1px;
	color: #999;
	font-weight: normal;
	text-transform: uppercase;
}

div.network h4 {
	margin-top: 10px;
	margin-bottom: 4px;
}

div.network form {
	margin-bottom: 5px;
}

div.network input{
	padding: 4px 0px 5px 0px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 0px;
	border-right: 0px;
	color: #999;
	width: 120px;
}

div.network p.go a{
	color: #6897de;
	text-decoration: none;
	font-size: 90%;
	text-transform: uppercase;
	letter-spacing: 1px;
}


#legal {
	height: 36px;
	background: #000;
	margin-bottom: 30px;
}

div.legalwrap {
	width: 1000px;
}

#legal p.callout {
	float: left;
	padding-top: 15px;
	padding-left: 20px;
}
#legal p.callout img{
	margin-right: 3px;
}


#legal p.call {
	padding-top: 15px;
	padding-left: 14px;
	float: left;
	font-size: 90%;
	font-weight: bold;
	line-height: 18px;
	color: #aaa;
}

#legal p.call span{
	color: #444;
	padding: 0px 3px;
}


#legal p.lawyer {
	padding-top: 15px;
	padding-left: 14px;
	float: right;
	font-size: 90%;
	font-weight: bold;
	line-height: 18px;
	color: #aaa;
}

#legal p.lawyer span {
	color: #555;
	padding: 0px 3px;
}


#legal a {
	color: #6897de;
	text-decoration: none;
}
