/* CSS Reset
-------------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* Simple version */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

/* Build up styles from here
-------------------------------------------------------------- */

						body { 	
								font-family: Arial, Helvetica, sans-serif;
								font-size: 14px;
								line-height: 1.5em;
								background-color:#285AA5;
								}

		
		
					#wrapper { 	border:  2px solid #d5e5fe;
								width: 945px;
								margin: 60px auto;
								}

/* body div spec start*/

					

							
			#header-container 	{/*border: 1px solid yellow;*/
								width: 950px;
								height: 155px;
								margin-left: 18px;
								background-repeat: no-repeat;
								float:left;
								min-height:0;
								}
		



			#container-middle { /*border: 1px solid yellow;*/
								width: 950px;
								float:left;
								}
								
			#cat-panel		{   /*border: 1px solid yellow;*/
								background-image: url(images/girl.jpg);
								background-repeat:no-repeat;
								width: 610px;
								height: 382px;
								margin-left: 15px;
								float: left;
								}
				
				#button		{ 	/*border: 1px solid yellow;*/
								width: 318px;
								height: 208px;
								margin-top: -5px;
								margin-left: 270px;
								float: left;
								}
								
		#button ul li a 	{
								display: block;
								height:  208px;
								background-image: url(images/cat-button.jpg);
								text-indent:-9999px;
								}
				
								#button ul li.button   		{ width: 318px; }				
								
								#button ul li.button  			{ background-position: 0px 0px;}
								
								
								#button ul li.button a:hover  	{ background-position:  0px -208px;}
								
								
								#button ul li.button a:active  { background-position:  0px -208px;}
								
								
		#slideshow-gallery {
                               /*border: 1px solid yellow;*/
								width: 899px;
								height: 215px;
								margin-left:25px;
								float:left;
								position:relative;
								margin-top: 0px;
								}
								
			img.percentages 	{
								margin-right: 10px;
								float: left;
								}
								
									
			#sidebar-right	{ 	/*border: 1px solid yellow;*/
								width: 300px;
								margin-top: 10px;
								margin-right: 20px;
								float: right;
								}
								
	
								
			#footer {  			/*border: 1px solid yellow;*/
								width: 950px;
								margin-top: 10px;
								margin-bottom: 20px;
								padding-top: 20px;
								font-size: 12px;
								font-weight: 600;
								line-height: 16px;
								clear: both;
								}

/* div spec start*/								
			
	
						
			
/* text spec start*/					   
		
		
			h1 					{ 	
								font-family: Arial, Helvetica, sans-serif;
								font-size: 23px;
								text-align: center;
								line-height: 1.3em;
								font-weight: bold;
								margin-top: 20px;
								margin-bottom: 20px;
								margin-left: 180px;
								color:#285AA5;
								
								}
								
			h2 					{ 	
								font-family: Arial, Helvetica, sans-serif;
								font-size: 20px;
								font-weight: bold;
								color:#eee;
								text-align: center;
								}
							
			p.footer		{		
								font-family: Arial, Helvetica, sans-serif;
								color:#eee;
								text-align: center;
								line-height: 1.5em;
								letter-spacing:.1em;
								margin-bottom: 30px;
								}
				
			p.cat-panel		{		
								font-family: Arial, Helvetica, sans-serif;
								font-size: 12px;
								text-align: center;
								color:#000;
								line-height: 1.3em;
								margin-top: -10px;
								margin-left: 180px;
								}
			
			ul.bodytext 		{ margin-top: 5px;}
								
			 ul li 					{
								font-family: Arial, Helvetica, sans-serif;
								font-size: 13px;
								line-height: 1.em;
								margin-bottom: 20px;
								list-style:none;
								color: #EEE;
								}
			
			
/* text spec end*/			
			
