/* * * * * * * * *   B A S I C   F O R M A T T I N G   * * * * * * * * */

body
	{
		margin: 0px;
		padding: 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 20px;
		color: #666666;
		background-image: url(../img/body-bg.gif);
		background-repeat: repeat-x;
		background-position: left top;
	}
	
h1
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: #FF9900;
		border-bottom: 1px solid #EDEDED;
		padding-bottom: 4px;
	}
	
h2
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #FF9900;
		text-transform: uppercase;
	}
	
h3
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #666666;
		padding-left: 15px;
		padding-bottom: 3px;
		margin: 0px;
		border-bottom: 1px solid #EFEFEF;
		background-image: url(../img/icon-h3.gif);
		background-repeat: no-repeat;
		background-position: left 5px;
	}
	
h4
	{
		font-size: 12px;
		font-weight: normal;
		background-image: url(../img/icon-back.gif);
		background-repeat: no-repeat;
		background-position: 561px center;
		padding-left: 14px;
		text-align: right;
	}
	
h5
	{
		font-size: 13px;
		font-weight: bold;
		padding: 0px;
		margin-top: 15px;
		margin-bottom: 0px;
		color: #FF9900;
		border-bottom: 1px solid #DDDDDD;
	}
	
p
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 20px;
		color: #666666;
	}
	
a
	{
		color: #FF9900;
		text-decoration: none;
		font-weight: bold;
	}
	
a:hover
	{
		color: #666666;
		text-decoration: none;
		font-weight: bold;
	}
	
ol li
	{
		padding-bottom: 12px;
	}

.new-gray
	{
		color: #999999;
		font-family: "Times New Roman", Times, serif;
		letter-spacing: 0.1em;
		font-weight: bold;
	}
	
.new-orange
	{
		color: #FF9900;
		font-family: "Times New Roman", Times, serif;
		letter-spacing: 0.1em;
		font-weight: bold;
	}
	
.email
	{
		background-image: url(../img/icon-email.gif);
		background-repeat: no-repeat;
		background-position: left top;
		padding-left: 22px;
		padding-top: 2px;
	}
	
.arrow
	{
		padding-left: 15px;
		background-image: url(../img/icon-h3.gif);
		background-repeat: no-repeat;
		background-position: left 5px;
	}
	
/* * * * * * * * *   H E A D E R   * * * * * * * * */

#structure
	{
		width: 960px;
		margin-left: auto;
		margin-right: auto;
	}
	
#structure #gray
	{
		height: 109px;
		padding: 0px;
		margin: 0px;
	}
	
#structure #gray img
	{
		border: 0px;
	}
	
#structure #gray #logo
	{
		float: left;
		padding: 0px;
		margin: 0px;
	}
	
#structure #gray #nav
	{
		float: right;
	}
	
#structure #gray #nav ul
	{
		list-style-type: none;
		padding-top: 88px;
		margin: 0px;
		font-family: Arial, Helvetica, sans-serif;
	}

#structure #gray #nav ul li
	{
		display: inline;
		padding-left: 30px;
		font-weight: bold;
		font-size: 14px;
		color: #000000;
		text-decoration: none;
		text-transform: uppercase;
	}

#structure #gray #nav a
	{
		color: #000000;
		text-decoration: none;
	}

#structure #gray #nav a:hover
	{
		color: #FF9900;
		text-decoration: none;
	}

#structure #orange
	{
		height: 212px;
		clear: both;
		padding-top: 2px;
		margin: 0px;
		text-align: right;
	}
	
#structure #orange img
	{
		border: 0px;
	}
	
#structure #orange #pic
	{
		float: left;
		width: 638px;
	}
	
#structure #orange #newsletter
	{
		float: right;
		width: 284px;
		height: 190px;	
		margin-top: 10px;
		color: #FFFFFF;
		background-image: url(../img/newsletter-box.gif);
		background-repeat: no-repeat;
		background-position: right center;
		text-align: left;
	}
	
#structure #orange #newsletter p
	{
		color: #FFFFFF;
		font-weight: normal;
		padding: 0px;
		margin: 0px;
		line-height: 13px;
	}
	
#structure #orange #newsletter form
	{
		padding-left: 90px;
		padding-top: 30px;
		width: 180px;
	}
	
#structure #orange #newsletter form .txt-fields
	{
		margin-top: 6px;
		margin-bottom: 4px;
		margin-left: 0px;
		margin-right: 0px;
		color: #FF9900;
		font-size: 10px;
		border: 1px solid #fff0df;
		background-color: #ffe6c6;
		width: 174px;
	}

#structure #orange #newsletter form .btns
	{
		font-size: 10px;
		font-weight: bold;
		margin-left: 0px;
		margin-right: 0px;
		color: #FFFFFF;
		text-transform: uppercase;
		border: 1px solid #ffe6c6;
		background-color: #FF9900;
		width: 176px;
		margin-top: 4px;
	}

/* * * * * * * * *   M A I N   C O N T E N T   * * * * * * * * */

#structure #main
	{
		margin-top: 20px;
		margin-bottom: 20px;
		padding-right: 20px;
		width: 640px;
		border-right: 1px solid #EDEDED;
		float: left;
		clear: both;
	}
	
#structure #main .float-lft
	{
		float: left;
		margin-right: 10px;
		margin-bottom: 0px;
		margin-top: 5px;
		border: 4px solid #FF9900;
	}
	
#structure #main ul
	{
		list-style-type: none;
		margin-left: 20px;
		padding: 0px;
	}
	
#structure #main ul li
	{
		background-image: url(../img/bullet.gif);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 12px;
	}
	
#structure #main #programs
	{
		border: 1px solid #eeeeee;
		padding: 16px;
		background-image: url(../img/training-stones.jpg);
		background-repeat: no-repeat;
		background-position: 5px center;
		padding-left: 310px;
		padding-top: 0px;
		margin: 0px;
	}
	
#structure #main #programs a
	{
		color: #666666;
		text-decoration: none;
	}
	
#structure #main #programs a:hover
	{
		color: #FF9900;
		text-decoration: none;
	}
	
#structure #main #programs img
	{
		float: left;
	}
	
#structure #main #home-news
	{
		border: 1px solid #eeeeee;
		padding: 16px;
		background-color: #F9F9F9;
	}
	
#structure #main #home-news h1
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #FF9900;
		border-bottom: 1px solid #EDEDED;
		margin: 0px;
		padding-top: 0px;
		padding-bottom: 4px;
		padding-left: 21px;
		background-image: url(../img/icon-news.gif);
		background-repeat: no-repeat;
		background-position: left top;		
	}
	
#structure #main #home-news img
	{
		float: right;
		padding-left: 15px;
		padding-right: 5px;
	}
	
/* * * * * * * * *   B O X E S   * * * * * * * * */

#side
	{
		float: right;
		width: 282px;
		margin-top: 20px;
	}
	
#side p
	{
		line-height: 14px;
	}
	
#side ul
	{
		list-style-type: none;
		margin-top: 10px;
		margin-left: 0px;
		margin-bottom: 0px;
		padding: 0px;
	}
	
#side ul li
	{
		background-image: url(../img/bullet.gif);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 12px;
		font-weight: bold;
	}
	
#news
	{
		width: 252px;
		padding: 15px;
		border: 1px solid #EEEEEE;
		background-color: #fcfcfc;
		margin-bottom: 25px;
	}

#news h1
	{
		padding-top: 8px;
		padding-bottom: 0px;
		padding-left: 24px;
		margin-top: 8px;
		margin-bottom: 0px;
		border-top: 1px dotted #CCCCCC;
		font-weight: bold;
		color: #666666;
		border-bottom: 0px;
		font-size: 11px;
		line-height: 12px;
		background-image: url(../img/icon-news-box.gif);
		background-repeat: no-repeat;
		background-position: left 10px;
	}

#news a
	{
		color: #666666;
		text-decoration: none;
	}

#news a:hover
	{
		color: #FF9900;
		text-decoration: none;
	}

#news .orange
	{
		color: #FF9900;
	}

#clients
	{
		padding: 15px;
		width: 252px;
		border: 1px solid #EEEEEE;
		background-color: #fcfcfc;
		margin-bottom: 25px;
	}

#contact
	{
		padding: 15px;
		width: 252px;
		border: 1px solid #EEEEEE;
		background-color: #fcfcfc;
		background-image: url(../img/contact.jpg);
		background-repeat: no-repeat;
		background-position: right bottom;
		margin-bottom: 25px;
	}

#contact a
	{
		color: #FF9900;
		text-decoration: none;
	}

#contact a:hover
	{
		color: #666666;
		text-decoration: none;
	}

/* * * * * * * * *   F O O T E R   * * * * * * * * */

#structure #footer
	{
		border-top: 1px solid #EDEDED;
		clear: both;
	}
	
#structure #footer p
	{
		text-align: right;
		padding: 0px;
		margin: 0px;
		color: #FF9900;
		font-size: 10px;
		font-weight: bold;
	}