/* Magee Scientific Styles
-------------------------------
Author:    	Rolf Mortenson
			monkeypuzzle studio

Created:   	August 19, 2006

Modified:  	Oct 18, 2008
-------------------------------
*/


* {
	margin: 0;
	padding: 0;
}

body {	
	background-color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: .78em;
	line-height: 1.5em;
	text-align: center;
	}
	
#wrapper {
	background: #FFF;
	border-color: #CCC #666 #333 #666;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	width: 760px;
}
	
* html #wrapper { overflow: hidden;}
		

/* ------------------------------
   General typography
   ------------------------------ */
	
a {
	color: #ED7300;
	text-decoration: none;
}

a:link {
	color: #ED7300;
}

a:visited {
	color: #ED7300;
}

a:active {
	color: #C73E1A;
}

a:hover {
	color: #C73E1A;
	text-decoration: underline;
}
	
h1 {
	color: #666;
	font-size: 1.5em;
}	
	
h2 {
	color: #666;
	font-size: 1.3em;
}

h3 {
	background:url(../images/bg/bg_header.png) repeat-x top left;
	border: 1px solid #415A80;
	color: #FFF;
	font-size: 1.1em;
	height: 23px;
	line-height: 23px;
	margin: 1px;
}

h4 {
	color: #28417F;
	font-size: 1em;
}	
	
p {
	margin-bottom: 1em;
}

.required span {
	font-weight: normal;
}


sup {
	font-size: .6em;
	font-weight: normal;
}

em {
	font-style: italic;
	text-decoration: underline;
}
/* ------------------------------
   General Page Divisions
   ------------------------------ */	
   
#top {
	background: #003366 url(../images/bg/bg_banner.png) repeat-x top left;
	position: relative;
	z-index: 10;
	zoom: 1;
}
	
#banner {
	background: url(../images/banner/spectrum.png) no-repeat right top;
	border-bottom: 1px solid #0F1D3E;
	height: 95px;
	position: relative;
}
  
  
#topnav {
}
  
  
#mainbody {
	background-color: #F1F1F1;
	border: 1px solid #999;
	clear: left;
	margin-top: 0;
	margin: 1px;
	padding: 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

* html #mainbody {
	zoom: 1;
}

#section {
	clear: both;
	background-color: #FFF;
	border: 1px solid #999;
	margin-bottom: 0;
	margin: 1px;
	height: 48px;
	line-height: 48px;
	position: relative;
}

#primary {
	background-color: #FFF;
	width: 500px;
	float: left;
	border: 1px solid #999;
	padding: 0 0 15px 0;
	min-height: 400px;
}

* html #primary {
	display: inline;
}

#secondary {
	border: 1px solid #999;
	float: right;
	font-size: .8em;
	padding: 0;
	width: 250px;
	margin: 0;
}

/* IE6 doesn't understand, so hide from it */
html>body #secondary {
/*	position: absolute;*/
/*	top: 52px;*/
	bottom: 0px;
	right: 0px;
}


* html #secondary {
	position: relative;
	display: inline;
}


#promotional {
	clear: both;
	float: left;
	background: #F1F1F1;
	padding-left: 1px;
	position: relative;
	width: 100%;
}

* html #promotional {
	width: 100%;
}

#foot {
	border: 1px solid #999;
	clear: left;
	margin: 1px 1px 1px 1px;
	padding: 5px 10px;
}
  
  
  
/* ------------------------------
   General styles
   ------------------------------ */	

#banner #header {   
	text-indent: -100em;
	overflow: hidden;
	background: url(../images/banner/hdr_mageeSci.png) no-repeat 10px 7px;
	height: 85px;
}

#banner p {
	position: absolute;
	text-indent: -100em;
	width: 400px;
	height: 50px;
	top: 35px;
	left: 265px;
	background: transparent url(../images/banner/tagline.png) no-repeat top left;
}


div#mainbody {
	border: 0;
	margin: 0;
}

div#primary {
	margin-right: 0;
}

form {
	margin: 0;
	padding: 0;	
	font-family: Arial, Helvetica, sans-serif;	
	}

input {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;
	}

fieldset {
	margin: 8px;
	padding: 8px;
	border: 1px solid #ED7300;
}

legend {
	color: #28417F;
	font:bold 1em  Arial, Helvetica, sans-serif;
	padding: 4px;
}	
	
	
li {	
	}
select {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em
	}
table {
	color: #FFFFFF
	}
td, th {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em
	}
textarea {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: .9em
	}
ul {	
	list-style-type:none;
	list-style-position: outside;
	padding: 8px;
	margin: 8px;
	}
ol {
	list-style-type: decimal;	
	list-style-position: outside
	}
	
dl {
	list-style-type: none;
	list-style-position: outside;
	padding: 8px;
	margin: 8px;
}

dt {
	font-weight: bold;
	padding: 0;
	margin: 0;
}

dd {
	font-weight: normal;
	margin: 8px 0;
}

dd ul,
dd ol {
	margin: 0 8px;
	padding: 0 14px;
}

dd ol li {
	list-style-type: decimal;
	margin: 8px 0;
	padding: 0 5px;
}

.footer {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: .8em;	
	text-align: center;
	color: #003366
	}

.credit {
	padding: 0;
	margin: -8px 0 0 0;
	font-family: Arial;	
	font-size: 9px;	
	text-align: center;
	color: #999;
}

.credit a {
	color: #999;
}

.credit a:hover {
	color: #C73E1A;
	text-decoration: underline;
}

.small {
	font-size: 85%;
}


.clear {
	clear: both;
	padding: 0;
	margin: 0;
	border: 0;
	height: 0px;
}

.required {
	font-weight: bold;
}

img {
	border: none;
}

/*--------- Link styles -------------*/

.quicklink, 
#secondary .quicklink, 
#primary .quicklink {
	border-width: 0px;
	padding: 2px 0;
	margin: 2px 0;
	margin-left: 8px;
}

.quicklink a,
.quicklink span {
	background:url(../images/arrow_r.gif) no-repeat left 4px;
	padding-left: 12px;
	zoom: 1;
}

div.quicklink a img {
	border: none;
	float: right;
	padding-right: 5px;
}

div.quicklink:hover {
	background-color: #FFF;
}

div.quicklink img.icon {
	display: inline;
	margin-bottom: -3px;
	margin-left: 2px;
}


/* ------------------------------
   Banner
   ------------------------------ */	
#banner h1,
#banner h2 {
	color: white;
	font-family: "Times New Roman", Georgia, Times, serif;
	padding: 10px 10px 0px 10px;
}

#banner h2 {
	font-style: italic;
	font-size: 1.1em;
}


/* ------------------------------
   Global Navigation
   ------------------------------ */	
#topnav {
	position: relative;
	background-color: #ED7300;
	border-top:1px solid #ECC372;
	border-bottom:1px solid #C73E1A;
	height: 28px;
	color: #FFF;
}

 ul#navlist {
	float: left;
	font-size: 0.9em;
	list-style-type: none;
	margin: 1px 0;
	padding: 0;
	text-align: center;
}


#navlist a {
	color: #FFF;
	display: block;
	padding: 0;
	margin: 0 .8em;
	text-decoration: none;
}

#navlist li {
	float: left;
	height: 24px;
	line-height: 24px;
	margin: 1px;
	padding: 0;
	text-align: left;
}


#navlist li ul {
	background: #F5F5F5; 
	border-color: #AA2E07 #666 #666 #FEB200;
	border-style: solid;
	border-width: 1px 2px 2px 1px; 
	height: auto;
	left: -999em;
	list-style-type: none;
	margin: 1px;
	margin-left: -1px;
	padding: 1px;
	position: absolute;
	z-index: 101;
	width: 300px;
}


#navlist li li {
	background: url(../images/bg/dot_999.gif) repeat-x left bottom;
	font-size: 1em;
	height: 22px;
	line-height: 22px;
	margin:0;
	padding: 0;
	text-align: left;
	width: 100%;
}



#navlist li li.navgroup {
	color: #5E5E5E;
	background-color: #E3E1D5;
}

#navlist li li a {
	color: #ED7300;
}

#navlist li li.navgroup a {
	color:#5E5E5E;
	font-weight: bold;
}

#navlist li:hover ul,
#navlist li.sfhover ul {
	left: auto;
	}

#navlist li:hover, 
#navlist li.sfhover {
	border: 1px solid #FEB200;
	margin: 0px;
}

* html #navlist li.sfhover {
	height: 25px;
}


#navlist li ul a:hover{
	color: #FFF;
	text-decoration: none;
}

#navlist li li:hover, 
#navlist li li.sfhover {
	background: #ED7300;
	border-width: 0px; 
}

#navlist li li.navgroup:hover,
#navlist li li.navgroup:sfhover {
	color: #5E5E5E;
	background: #E3E1D5;
}

#navlist li li.navgroup a:hover {
	color: #5E5E5E;
}
  
* html li#t-home.sfhover {
	margin-left: 1px;
	display: inline;
}

/*-- set current section --*/
#home #t-home {

}

#products #t-prod,
#applications #t-app,
#about #t-about,
#service #t-serv,
#contact #t-cont {
	
}



/* ------------------------------
   Page Section Title
   ------------------------------ */

#section h2 {
	color: #415A80;
	font-weight: normal;
	padding: 0 8px;

}

#section h2 span {
	font-weight: bold;
}



/* ------------------------------
   Primary Content Styles
   ------------------------------ */
#primary {
	margin: 0px 1px;
}

#primary h2,
#primary h3,
#primary h4,
#primary h5 {
	padding-left: 8px;
	margin-bottom: 5px;
}

#primary h3 span {
	font-weight: normal;
}

#primary p {
	margin-left: 8px;
	margin-right: 8px;
}

.simple {
	clear: both;
	padding: 8px;
	margin: 0;
	border: 0;
}


/* a large photo with caption*/
div.photocap {
	height: 200px;
	margin: 1px 1px 1px 0;
	text-align: center;
	width: 250px;
}

div.photocap img {
	display: block;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

div.photocap p {
	color: #666;
	font-size: .8em;	
}

#primary ul.basic {
	padding: 0 0 8px 8px;
	font-size: 1em;
}

#primary ul.basic li {
	padding:0 0 5px 20px;
	margin: 3px;
	list-style-type: none;
	background: url(../images/bg/bullet.png) no-repeat left 5px;
}

#primary ol li {
	margin: 0 8px 8px 30px;
	font-weight: bold;
}

#primary ol li span {
	font-weight: normal;
}

#primary dl.download {
	padding: 0;
}


#primary dl.download dt,
#primary dl.download dd {
	margin: 0 8px 5px 8px;
	font-size: .9em;
}

#primary dl.download dd {
}

#primary dl.download dd a.excel {
	background: url(../images/icons/icon_18_excel.gif) no-repeat left top;
	padding: 2px 8px 2px 20px;
}

#primary dl.download dd a.zip {
	background: url(../images/icons/icon_18_zip.gif) no-repeat left top;
	padding: 2px 8px 2px 20px;
}



/* ------------------------------
   Secondary Content Styles
   ------------------------------ */
#secondary {
	margin: 0px 1px;
}   

#secondary h2,
#secondary h3,
#secondary h4 {
	padding-left: 8px;
	margin: 1px;
}

#secondary h4 {
	background: #CCC;
	color: #666;
	zoom: 1;
}

#secondary p {
	margin-left: 8px;
	margin-right: 8px;
}

#secondary div {
	border: 0;
	margin: 8px 1px;
}

#secondary ul {
	padding: 0;
	margin: 0;
	margin-right: 4px;
}

#secondary .quicklink {
	border-bottom: 1px dotted #999;
	/*height: 1.8em;*/
	position: relative;
}

* html #secondary .quicklink {
	border-bottom: none;
	padding-bottom: 2px;
	background: url(../images/bg/dot_999.gif) repeat-x left bottom;
}

#secondary ul.quicklink {
	border: none;
	background: none;
}

#secondary ul.quicklink li {
	border-bottom: 1px dotted #999;
	padding: 5px 0px;
}

* html #secondary ul.quicklink li {
	border-bottom: none;
	background: url(../images/bg/dot_999.gif) repeat-x left bottom;
}



#secondary .quicklink a,
#secondary .quicklink span {
	display: block;
}


#secondary .quicklink a.current,
#secondary .quicklink a:hover.current {
	color: #000;
	cursor: default;
	font-weight: bold;
	text-decoration: none;
}

#secondary .quicklink img.icon {
	position: absolute;
	right: 2px;
	top: 2px;
}

#products div.full #secondary {
	display: none;
}

#products div.full #primary {
	width: 760px;
}

#secondary div.promo {
	position: relative;
	height: 72px;
}

#secondary div.promo div.photoS {
	margin: 5px 4px;
}

#secondary div.promo div.quicklink {
	border-bottom: none;
	border-top: 1px dotted #999;
}

* html #secondary div.promo div.quicklink {
	border-top: none;
	background: url(../images/bg/dot_999.gif) repeat-x left top;
}

/* ------------------------------
   Home Page
   ------------------------------ */  
   
#home #primary {
	width: 450px;
}

#home #secondary {
	width: 300px;
}

#home .feature {
	float: left;
	padding: 5px 0;
}

#home h3 {
	clear: both;
}

#home .feature h3 {
	width: 450px; /* test for fix */
}

#home div.photocap {
	float: left;
}

#home div.featureDescription {
	margin-left: 245px;
	margin-bottom: 20px;
}

#home #news {
	background: #F1F1F1;
	height: 75px;
	line-height: 1.5em;
	list-style-type: none;
	overflow-y: auto;
	position: relative;
}

#news .quicklink a {
	background:url(../images/arrow_r.gif) no-repeat left top;
}

#home .quicklink span {
	background: none;
}



/* ------------------------------
   Promo boxes
   ------------------------------ */

div#promotional div.promo {
	border: 1px solid #999;
	float: left;
	height: 225px;
	margin: 1px 1px 1px 0;
	position: relative;
	width: 250px;
}

* html div#promotional div.promo {
	height: 210px;
}

div#promotional div.promo:hover {
	border: 1px solid #ED7300;
	background: #FFF;
}

div.promo h5 {
	background:url(../images/bg/bg_header.png) repeat-x left top;
	color: #FFF;
	font-size: .9em;
	height: 25px;
	line-height: 25px;
	margin: 1px;
	padding-left: 8px;
}

div#promotional div.promo p {
	line-height: 1.4em;
	font-size: .85em;
	margin: 5px 8px;
}

div#promotional div.promo div.photoS {
	margin: 5px 4px;
}

div#promotional div.promo div.photoS:hover {
	border-color: #ED7300;
}

div.promo div.quicklink {
	border-top: 1px dotted #999;
	font-size: .9em;
	padding-top: 5px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin-top: -20px;
	height: 20px;
	width: 240px;
}

* html div.promo div.quicklink {
	border-top: none;
	background: url(../images/bg/dot_999.gif) repeat-x left top;
}



/*--------------------------------
	     About page 
--------------------------------*/
#about #promotional {
	display: none;
}
#about #primary div {
	margin: 1px;
}

#about #primary div.photoS {
margin-right: 8px;
}


/*--------------------------------
	     Contact page 
--------------------------------*/


#contact fieldset p {
	background-color:#FFFFFF;
	border-bottom: 1px dotted #999;
	padding-bottom: 8px;
	line-height:26px;
	clear:both;
	float:none;
}

#contact fieldset p label {
	font-weight: normal; 
	font-size: 1em;
	margin-right: 15px;
}

#contact fieldset p.contactInfo {
	background-color:#FFFFFF;
	border-bottom: 0px;
	padding-bottom: 0px;
	height:0px;
	clear:both;
	float:none;
}

#contact fieldset p.productsInfo {
	background-color:#FFFFFF;
	border-bottom: 0px;
	padding-bottom: 0px;
	height:0px;
	clear:both;
	float:none;
	position:relative;
}

#contact fieldset p.productsInfo label {
	font-weight: normal; 
	font-size: 1em;
	display:inline;
	margin-left:25px;
	width:290px;
}

#contact fieldset p.productsInfo input {
	position:absolute;
	margin-left:5px;
	margin-top:7px;
}

#contact fieldset p.productsInfo label.quantity {
	font-weight: normal; 
	font-size: 1em;
	margin:0px 2px 0px 0px;
	display: inline;
	width:10px;
}

#contact fieldset p.productsInfo input.quantity {
	display: inline;
	margin:3px 0px 0px 0px;
	width:30px;
}

#contact fieldset div.productsSection {
	background-color:#FFFFFF;
	border-bottom: 1px dotted #999;
	margin:4px 8px 4px 8px;
	padding:4px 8px 4px 0px;
	height:210px;
	clear:both;
	float:none;
}

#contact fieldset div.accessoriesSection {
	background-color:#FFFFFF;
	border-bottom: 1px dotted #999;
	margin:8px 8px 4px 8px;
	padding:4px 8px 4px 0px;
	height:150px;
	clear:both;
	float:none;
}

#contact fieldset div.contactInfo {
	background-color:#FFFFFF;
	border-bottom: 1px dotted #999;
	padding-bottom: 8px;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:8px;
	clear:both;
	float:none;
}

#contact fieldset p.contactInfo label {
	font-weight: normal; 
	font-size: 1em;
	clear:left;
	display:block;
	float:left;
	text-align:right;
	width:90px;
}

#contact fieldset p.contactInfo label.required {
	font-weight: bold; 
	font-size: 1em;
	clear:left;
	display:block;
	float:left;
	text-align:right;
	width:90px;
}

#contact fieldset p.contactInfo input {
	font-weight: normal; 
	font-size: 1em;
	clear:right;
	float:left;
	margin-left:0px;
	width:125px;
}

#contact fieldset p.contactInfo input.zipInfo {
	width:75px;
}

#contact fieldset p.contactInfo input.emailInfo {
	width:200px;
}

#contact fieldset p.contactInfo input.phoneInfo {
	width:100px;
}

#contact fieldset p.contactInfo textarea {
	font-size: 1em;
	margin-top:4px;
	margin-right:0px;
	margin-bottom:40px;
	margin-left:0px;
	height: 45px;
	width: 150px;
}

#contact fieldset input,
#contact fieldset select,
#contact fieldset textarea {
	margin: 4px 4px 4px 0px;
	
}

#contact fieldset textarea {
	font-size: 1em;
	margin: 4px 0px 4px 0px;
	height: 60px;
	width: 310px;
}

#contact fieldset .required {
	font-weight: bold;
}

/*--------------------------------
       Service/Support Page 
----------------------------------*/

#support #primary div {
	margin: 1px;
}

#support #primary fieldset div.contactInfo {
	background-color:#FFFFFF;
	border-bottom: 1px dotted #999;
	padding-bottom: 8px;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:8px;
	clear:both;
	float:none;
}

#support #primary fieldset p {
	background-color:#FFFFFF;
	border-bottom: 1px dotted #999;
	padding-bottom: 8px;
	line-height:26px;
	clear:both;
	float:none;
}

#support #primary fieldset div.contactInfo {
	background-color:#FFFFFF;
	border-bottom: 1px dotted #999;
	padding-bottom: 8px;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:8px;
	height:150px;
	clear:both;
	float:none;
}

#support #primary fieldset p label {
	font-weight: normal; 
	font-size: 1em;
	margin-right: 15px;
}

#support #primary fieldset p.contactInfo {
	background-color:#FFFFFF;
	border-bottom: 0px;
	padding-bottom: 0px;
	height:0px;
	clear:both;
	float:none;
}

#support #primary fieldset p.contactInfo label {
	font-weight: normal; 
	font-size: 1em;
	clear:left;
	display:block;
	float:left;
	text-align:right;
	width:90px;
}

#support #primary fieldset p.contactInfo label.required {
	font-weight: bold; 
	font-size: 1em;
	clear:left;
	display:block;
	float:left;
	text-align:right;
	width:90px;
}

#support #primary fieldset p.contactInfo input {
	font-weight: normal; 
	font-size: 1em;
	clear:right;
	float:left;
	margin-left:0px;
	width:125px;
}

#support #primary fieldset p.contactInfo input.emailInfo {
	width:200px;
}

#support #primary fieldset p.contactInfo input.phoneInfo {
	width:100px;
}

#support #primary fieldset p.contactInfo textarea {
	font-size: 1em;
	margin-top:4px;
	margin-right:0px;
	margin-bottom:40px;
	margin-left:0px;
	height: 45px;
	width: 150px;
}

#support #primary fieldset input,
#support #primary fieldset select,
#support #primary fieldset textarea {
	margin: 4px 4px 4px 0px;
	
}

#support #primary fieldset textarea {
	font-size: 1em;
	margin: 4px 0px 4px 0px;
	height: 60px;
	width: 310px;
}

#support #primary fieldset .required {
	font-weight: bold;
}


#support dl {
	margin: 0;
	padding: 0;
}

#support dt {
	background:url(../images/bg/bg_header.png) repeat-x top left;
	border: 1px solid #415A80;
	color: #FFF;
	font-size: 1.1em;
	height: 23px;
	line-height: 23px;
	margin: 1px;
	padding: 0 8px;
	margin-top: 20px;
}

#support dt.first {
	margin-top: 1px;
}

#support dd {
	margin: 8px;
	padding: 0 8px;
}

/*--------- Applications page --------------------------*/
#applications div.feature {
	clear: left;
	float: left;
	margin: 1px;
	margin-bottom: 5px;
	padding: 5px;
}

*:first-child+html #applications div.feature  {   /* fix IE 7 */
	float: none;
	overflow: hidden;
}

* html #applications div.feature {  /* fix IE 6 */
	float: none;
	overflow: hidden;
}

#applications div.feature div.photoS {
	margin: 5px 8px;
}

#applications div.feature p {
	margin-left: 115px;
}

#applications div.featureSm {
	margin: 1px;
	margin-bottom: 5px;
	padding: 1em;
	clear: left;
}

#applications #promotional {
}
#applications #primary div {
	margin: 1px;
}
/*--------- Product Catalog -----------*/
#products #catalog {
	margin: 1px;
	overflow: hidden;
	font-size: .9em;
}

#products #catalog .prodL {
float: left;
width: 250px;
}

#products #catalog .prodS,
#products .prodS {
	float: left;
	width: 250px;
}

#products #catalog .prodS h4 {
	color: #FFF;
	display: block;
	background-color:#ED7300;
	border: 1px solid #FFF;
}

#products #catalog .prodS h4 a {
	color: #FFF;
}

#products #catalog div.accessory {
	border-top: 1px dotted #CCC;
	padding: 5px;
}

#products #catalog div.accessory h4 {
	padding: 0;
}

#products #catalog div.accessory .photoS {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	clear: left;
	display: inline;
}

#products #catalog div.accessory p,
#catalog div.accessory div.quicklink {
	margin-left: 120px;
}

#products div.hero {
	border: 1px solid #CCC;
	width: 262px;
	height: 350px;
	margin: 1em;
	float: left;
}

#products div.hero:hover {
	border-color: #0000FF;
}

#products div.hero p {
	font-size: .9em;
	color: black;
	text-decoration: none;
}

#products #primary ul {
	list-style-type: disc;
	list-style:inside;

}


/* --------- Image styles -----------*/
div.photoL {
	border: 1px solid #CCC;
	width: 484px;
	margin: 8px;
	}

* html div.photoL {
	width: 484px;
}

#primary .arrival-date {
	background-color: red;
	color: white;
	font-weight: bold;
	padding: 2px 5px;
	height: 20px;
	z-index: 100;
	margin-left: 10px;
	margin-right: 10px;
	position: absolute;
	top: 89px;
	width: 472px;
	text-align: center;
}

div.photoS,
div#secondary div.photoS {
	border: 1px solid #CCC;
	background: #FFF;
	/*width: 100px;*/
	/*height: 100px;*/
	padding: 2px;
	float: left;
	}

.simple .photoS {
	margin-right: 8px;
}

div.photoCatS {
	margin: 0;
	margin-bottom: 10px;
}

div.photoCatL {
	border: 1px solid #CCC;
	height: 144px;
	margin: 0;
	margin-bottom: 10px;

}

div.photoHero {
	border: 1px solid #CCC;
	background: #CCCCFF;
	width: 260px;
	height: 175px;
}

#slides {
	height: 277px;
	position: relative;
}

#slides img {
	border: 1px solid #FFF;
}