body 
{
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	background-color: #283F56;
	background-image: url('http://www.maryfisherdesign.com/images/marypics/bg_home.gif');
	background-repeat: repeat-y;
	background-position: left top;
}


#wrap {
	width: 900px;
	position: relative;
}
#wrap #header {
	height: 40px;

}


#wrap #header #logo {
	float: left;
}

#footer {
	clear: both;
	margin-left: 0px;
	color: #FFFFFF;
	font-size: 90%;
	padding-bottom: 15px;
	margin-top: 30px;
	margin-left: 120px;
	width: 380px;
}


#footer p {
	font-size: 95%;
	margin-bottom: 0px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FF6600;
}



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

#headermenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}


#headermenu {
	margin:0;
	padding:0;
	border-size: 1px;
	}
	
#headermenu li {display:inline;}	
	
	
#headermenu li a {
	voice-family: "\"}\"";
	voice-family: inherit;
	text-decoration: none;
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #283F56;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	height: 19px;
	
	}	
	
#headermenu li a:link, #headermenu li a:visited {
	display: block;
	color: #CCCCCC;
	}
	
#headermenu li a:hover {
	color: #FFFFFF;
	background-color: #FF6600;	
	}
	
#headermenu li a:active {
	color: #FFFFFF;
	
	}
#headermenu #home a {
	width: 99px;
	

}
#headermenu #contact a {
	width: 99px;
	float: left;
	
}

#headermenu #phone a  {
	background-color: #485D71;
	font-size: 130%;
	width: 199px;
	
}


#headermenu #none a {
	background-image: none;
	background-color: #283F56;
	width: 100px;
}
	





/* --------------------- MAIN NAV ------------------------------*/

#menu {
	width: 119px;
	border-size: 1px;
	float: left;
	padding-top: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	display:inline;
	clear: left;
	}


#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu li {

	margin: 0px;
	padding: 0px;
	}	

#menu #company {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	}
	
#menu li a {
	voice-family: "\"}\"";
	voice-family: inherit;
	text-decoration: none;
	font-family: "Trebuchet MS", sans-serif, Arial;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: block;
	color: #FFFFFF;
	background-color: #999999;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 7px;
	margin: 0px;
	}	
	
#menu a {
  display: inline-block;
  }



#menu li a:hover {
	color: #FFFFFF;
	background-color: #FF6600;	
	}
	
#menu li a:active {
	color: #FFFFFF;
	
	}


#menu li.nolinetop a {
	border: none;
}

#menu #staff a {
	background-image: url('http://www.maryfisherdesign.com/images/marypics/bullet_menu.gif');
	background-repeat: no-repeat;
	background-position: right top;
}

#menu #promo a {
	background-image: url('http://www.maryfisherdesign.com/images/marypics/bullet_menu.gif');
	background-repeat: no-repeat;
	background-position: right top;
}

#menu #portfolio a {
	background-image: url('http://www.maryfisherdesign.com/images/marypics/bullet_menu.gif');
	background-repeat: no-repeat;
	background-position: right top;
}


body#homepage #headermenu #home a {
	color: #FFFFFF;
	background-color: #FF6600;
}

#menu #aiga a {
	
	background-color: #5C6D7C;
	background-image: url('http://www.maryfisherdesign.com/images/marypics/btn_aiga.gif');
	background-repeat: no-repeat;
	text-indent: -5555px;
	height: 45px;
	background-position: 0px 20px;
}


body#company #company a,
body#staff #staff a,
body#staff-details #staff a,
body#portfolio #portfolio a,
body#how #how a,
body#effective #effective a,
body#awards #awards a,
body#blog #blog a,
body#contact #contact a,
body#services #services a,
body#promo #promo a {
	color: #FFFFFF;
	background-color: #64999F;
}

/* dropmenu */
.dropmenu a {
	width: 110px;
	background-color: #000000!important;
	font-size: 90%;
	background-position: 9999px!important;
}


#menu ul li {
	position: relative;
	}
	
.dropmenu {
	position: absolute;
	left: 120px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	z-index: 555;
	
	}

/* Styles for Menu Items 
ul li a {
	display: block;
	padding: 5px;
	border-bottom: 0;
	
	}*/

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

.dropmenu a:hover { 

background: #FF6600!important; } /* Hover Styles */
		
#menu li ul li a { padding: 2px 5px; border: none; } /* Sub Menu Styles */
		
#menu li:hover ul, #menu li.over ul { display: block; } /* The ma3gic */






/* MAIN LAYOUT */

#content {
	padding-left: 120px;
	padding-top: 1px;
}

#graphic {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 299px;
	width: 240px;
	position: absolute;
	visibility: visible;
	z-index: 77;
	left: 520px;
	top: 39px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
}


#main {
	background-color: #CCCCCC;
	width: 379px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	color: #283F56;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 70px;
	margin-top: -1px;
}


#main p  {
	padding-right: 20px;
	padding-bottom: 10px;
}
#sidebar {
	width: 180px;
	font-style: italic;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
	left: 529px;
	top: 353px;
	height: 400px;
}
#sidebar a {
	color: #FFFFFF;
}
#sidebar a:hover {
	color: #FF6600;
}


#sidebar p {
	margin-bottom: 10px;
}

#homesidebar  a {
color: #FFFFFF;
text-decoration: underline!important;
}

#homesidebar  a:hover {

text-decoration: none!important;
}













/* HEADERS */

h1 {

	font-size: 100%;
	font-weight: bold;
	margin-bottom: 10px;

}

h2 {
	font-size: 120%;
	color: #B39D66;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	
}


h3 {

}

h4 {
	
}

h5 {
	
}

h6 {
	
}




/* LINKS */

a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #283F56;
}

	
a:hover
{
	text-decoration: underline;
	
}


/* classes */
.contenttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
}





/* ----------------- BLOG -----------------*/
#blog #main {
	background-image: url('http://www.maryfisherdesign.com/images/marypics/blog_header.jpg');
}

#blog #graphic {
	background-image: url('http://www.maryfisherdesign.com/images/marypics/blog-pic.jpg');
	
}


#blog #sidebar .feed {
	background-image: url('http://www.maryfisherdesign.com/images/marypics/feed-icon.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 18px;
}
#blog   #sidebar  h3 {
	font-size: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	margin-top: 10px;
}
#blog #sidebar #archive-nav li {
	background-image: url('http://www.maryfisherdesign.com/images/marypics/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 18px;
}
#blog .blogpost h1 {
	font-size: 110%;
	margin-bottom: 0px;
}
#blog  .blogpost  h2 {
	color: #283F56;
	margin: 0px 20px 5px 0px;
	padding: 0px 0px 5px;
	font-size: 90%;
	font-style: italic;
	font-weight: normal;
}
#blog /* ----------------- BLOG POST -----------------*/

.blogpost  img {
	width: 360px;
	height: auto;
	background-color: #FFFFFF;
}
#blog .picture {
	
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #485D71;
	margin-bottom: 10px;
}
#blog .picture p  {
	font-size: 90%;
	font-style: italic;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
}
#blog  .blogpost {
	padding-right: 20px;
}
#main .blogpost p {
	margin-bottom: 10px;
}

#blog h4 {
	margin-top: 20px;
}
#blog a {
	text-decoration: underline;
}
#blog a:hover {
	color: #FF6600;
}
#blog h1 a {
	text-decoration: none;
}

#blog #comments {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #283F56;
	margin-right: 20px;
	padding-top: 10px;
}
#blog  #comments p {
	margin: 0px;
}
#blog   #comments   .odd {
	background-color: #DFDFDF;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
}
#blog #comments .even {
	background-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
}
#blog #comments .posted-by {
	font-style: italic;
}
#blog #comment-form {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #283F56;
	margin-right: 20px;
	margin-top: 10px;
	padding-top: 10px;
}



/* ----------------- How We Work Layout  -----------------*/

#how #main {
	background-image: url('http://www.maryfisherdesign.com/images/marypics/howwework-header.jpg');
}

#how #graphic {
	background-image: url('http://www.maryfisherdesign.com/images/marypics/howwework-pic.jpg');
	
}


/* ----------------- Services Layout  -----------------*/

#services #main {
	background-image: url('http://www.maryfisherdesign.com/images/marypics/services-header.jpg');
}

#services #graphic {
	background-image: url('http://www.maryfisherdesign.com/images/marypics/services-pic.jpg');
	
}

#services #main h2 {
	color: #283F56;
	font-size: 90%;
	margin-left: 0px;
	font-style: italic;
	line-height: 1.6em;
}
#services  #main li {
	background-image: none;
	list-style-type: square;
	margin-left: 15px;
	padding-left: 0px;
}

/* ----------------- Company Layout -----------------*/

#company #main {
	background-image: url('http://www.maryfisherdesign.com/images/marypics/company-header.jpg');
}

#company #graphic {
	background-image: url('http://www.maryfisherdesign.com/images/marypics/company-pic.jpg');
	
}

/* ----------------- General Page Layout -----------------*/

#generalpage #main {
	background-image: url('http://www.maryfisherdesign.com/images/marypics/general-header.jpg');
}

#generalpage #graphic {
	background-image: url('http://www.maryfisherdesign.com/images/marypics/company-pic.jpg');
	
}


/* ----------------- Effective Marketing Layout -----------------*/

#effective #main {
	background-image: url('http://www.maryfisherdesign.com/images/marypics/effective-header.jpg');
}

#effective #graphic {
	background-image: url('http://www.maryfisherdesign.com/images/marypics/effective-pic.jpg');
	
}

/* ----------------- Awards Layout -----------------*/

#awards #main {
	background-image: url('http://www.maryfisherdesign.com/images/marypics/awards-header.jpg');
}

#awards #graphic {
	background-image: url('http://www.maryfisherdesign.com/images/marypics/awards-pic.jpg');
	
}


/* ----------------- contact Layout -----------------*/

#contact #main {
	background-image: url('http://www.maryfisherdesign.com/images/marypics/contact-header.jpg');
}

#contact #graphic {
	background-image: url('http://www.maryfisherdesign.com/images/marypics/effective-pic.jpg');
	
}
#contact input, #generalpage input, #promo input {
	background-color: #BFBFBF;
	color: #283F56;
	width: 350px;
	height: 30px;
	border-bottom: 2px solid #5C6D7C;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #5C6D7C;
	border-top-width: 0px;
	border-right-width: 0px;
	font-size: 15px;
}
#contact .submitbutt, #generalpage .submitbutt, #promo .submitbutt  {
	background-color: #64999F;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contact textarea, #promo textarea {
	background-color: #BFBFBF;
	color: #283F56;
	width: 350px;
	border-bottom: 2px solid #5C6D7C;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #5C6D7C;
	border-top-width: 0px;
	border-right-width: 0px;
	font-size: 120%;
	font-size: 15px;
}


#contact h3 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #283F56;
	width: 350px;
	padding-top: 10px;
}

/* ----------------- promo Layout -----------------*/

#promo #main {
	background-image: url('http://www.maryfisherdesign.com/images/marypics/promo-header.jpg');
}

#promo #graphic {
	background-image: url('http://www.maryfisherdesign.com/images/marypics/effective-pic.jpg');
	
}

/* ----------------- portfolio Layout -----------------*/

#portfolio #main {
	background-image: url('http://www.maryfisherdesign.com/images/marypics/portfolio-header.jpg');
	background-color: #283F56;
	width: 700px;
	padding: 30px 0px 0px;
}



#portfolio #main .pic {
	border: 1px solid #283F56;
}

#portfolio #footer {
	 padding-left: 140px;
}
#portfolio h1 {
	color: #FFFFFF;
}
#portfolio   .name {
	font-size: 100%;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 20px;
	margin-left: 20px;
}

#portfolio .portnav {
	margin-top: 12px;
	margin-bottom: 0px;
	text-align: center;
}

#portfolio .caption {
	color: #FFFFFF;
	font-style: italic;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	padding-top: 5px;
	margin-top: 5px;
	text-align: left!important;
}

body#portfolio  {
	background-image: none;
}


#portfolio #portfolio .dropmenu {

 display: block;

}

#portfolio #staff .dropmenu {

 display: none;

}

#portfolio #portgraphic {
	margin-left: 130px;
	background-image: none;
	left: 261px;
	top: 68px;
	right: 10px;
	bottom: 10px;
	width: 490px;
	background-color: #4B5D71;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;

}

#portfolio #portgraphic img {
	width: 480px;
	border: 5px solid #FFFFFF;
	height: 365px;
}

#portfolio #portgraphic a {
	color: #FFFFFF;
}
#portgraphic .caption {
	margin-top: 12px;
	text-align: center;
	 color: #FFFFFF;
}


#port-category {
	margin-left: 130px;
	background-image: none;
	left: 261px;
	top: 68px;
	right: 10px;
	bottom: 10px;
	width: 490px;
	background-color: #4B5D71;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;

}

#port-category a {
	color: #FFFFFF;
}



#port-category .porttable {
	color: #FFFFFF;
	font-size: 90%;
text-align: center;
}
#port-category    .thumbs img   {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#port-category .paginate      {
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
#port-category img {
	border-right: 2px solid #212121;
	border-bottom: 2px solid #212121;
	padding: 2px;
	background-color: #CCCCCC;
}
#port-category td {
	width: 120px;
}


/* ----------------- staff Layout -----------------*/

#staff #main {
	background-image: url('http://www.maryfisherdesign.com/images/marypics/staff-header.jpg');
}

#staff #graphic {
	background-image: url('http://www.maryfisherdesign.com/images/marypics/effective-pic.jpg');

}
#staff #staffpic {
	width: 400px;
	margin-top: 10px;
}
#staff  .smallpic img {
	float: left;
	color: #CCCCCC;
	height: 85px;
	width: 85px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCCCCC!important;
}

/* ----------------- staff details Layout -----------------*/

#staff-details #main {
	background-image: url('http://www.maryfisherdesign.com/images/marypics/staff-header.jpg');
}

#staff-details  #graphic {
	background-image: none;
}

#staff-details #sidebar {
	top: 280px;

}

#staff-details #graphic {
	height: 230px;
	background-color: #283F56;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;

}
#staff-details .buttonright {
	margin-top: 100px;
}
/* ----------------- Home Page Layout -----------------*/


#homepage #none a  {
	background-image: url('http://www.maryfisherdesign.com/images/marypics/btn-hook.jpg');
	background-repeat: no-repeat;
	clear: right;
	width: 99px;
}
#homepage #homegraphic {
	margin-left: 120px;
	margin-top: 0px;

	height: 300px;
	width: 641px;
	background-repeat: no-repeat;
	background-position: left top;
	
}


#homepage #homecontent {
	padding-left: 140px;
	padding-top: 20px;
}

#homepage #homemain {
	width: 350px;
	float: left;
	background-image: url('http://www.maryfisherdesign.com/images/marypics/home_needbait.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
}
#homepage #homemain a {
	color: #FFFFFF;
}
#homepage #homesidebar {
	width: 180px;
	margin-left: 390px;
	padding-top: 30px;
	margin-top: 0px;
	color: #FFFFFF;
	font-style: italic;
	line-height: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
#homepage #homesidebar p {
	margin-bottom: 10px;
	
}
#homepage #homemain li {
	list-style-type: disc;
	margin-left: 15px;
}
#homepage #homemain ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

#homepage #footer {
	
	margin-left: 0px;
	
}


/* ----------------- clients Layout -----------------*/

body#clients {
	background-image: none;
	color: #333333;
	background-color: #FFFFFF;
}
#clients a {
	color: #FF6600;
	text-decoration: underline;
}
#clients p {
	margin: 10px 10px 5px;
}
#clients #wrap {
	width: 100%;
}
#clients #header {
	background-color: #283F56;
}
#clients    #headermenu   a  {
	border-bottom-style: none;
	border-bottom-width: 0px;
}

/* ----------------- Common Classes -----------------*/
.readmore      {
	font-weight: bold;
	background-color: #999999;
	padding: 3px 30px 3px 5px;
	text-decoration: none;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF6600;
	text-transform: lowercase;
	color: #FFFFFF;
	text-align: right;
	width: 90px;
}
.buttonright a:hover  {
	text-decoration: underline;
}
.buttonright {
	text-align: right;
	margin-bottom: 10px;
}

.successtory {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
.testimonial {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.sign {
	font-size: 90%;
	line-height: 13px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main li {
	background-image: url('http://www.maryfisherdesign.com/images/marypics/bullet.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 18px;
}
#main ul {
	margin-bottom: 20px;
}

.titlearticle a   {
	margin-bottom: 0px;
	font-weight: bold;
}
.excerpt  {
	margin-top: 0px;
}
.date {
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #283F56;
	margin-bottom: 7px;
	margin-right: 20px;
}

.blockright {

float: right;
width: 150px;
margin: 10px;

}


h6  {
	font-size: 125%;
	border-top-width: 4px;
	border-top-style: double;
	border-top-color: #CCCCCC;
	padding-top: 15px;
	margin-top: -5px;
	font-weight: normal;
}

h6 a {
	color: #FFFFFF;
	text-decoration: none;
}
h6 a:hover {
	color: #FF6600;
	 text-decoration: none;
}

.smalltext {

font-size: 80%;
line-height: auto;
margin-bottom: 10px;


}