/* zeros base elemnts */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	color: #000;
	/*	font-family: Arial, Helvetica, sans-serif;*/    
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-color: #ccc;
}
hr {
	color:#000;
	size:1;
	width:60%;
}
/* Commonly used to style page titles. */
h1 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}


/* Commonly used to style section titles. */
h2 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
/* Sets the style for unvisited links. */
a, a:link {
	color: #ff3600;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #ff3600;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #000;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #000;
}
#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 900px;
}
#outerWrapper #header {
	background-color: #FFF;
	border-top: solid 5px #000; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 10px 10px 10px 10px; /*  (top, right, bottom, left) */
	height: 215px;
}
#outerWrapper #topNavigation {
	background-color: #FFFFFF;
	/*	border-bottom: solid 1px #666;  Sets the bottom border properties  */
	height: 25px;
	padding: 0px 0px 15px 0px; /* (top, right, bottom, left) */
}
#outerWrapper #contentWrapper #rightColumn1 {
	background-color: #FFF;
	/* border-left: solid 1px #666; Sets the left border properties for an element using shorthand notation */
	float: right;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 275px;
}
#outerWrapper #contentWrapper #content {
	margin: 0 220px 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 10px 10px 10px;
}
/* Sets the margin properties for sub pages */
#outerWrapper #contentWrapper #maincontent {
	margin: 0 145px 0 145px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 10px 10px 10px;
}
#outerWrapper #contentWrapper .clearFloat {
	clear: right;
	display: block;
}
#outerWrapper #footer {
	background-color: #fff;
	/*  border-top: solid 1px #666; */  
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* logo begin */

#logo {
	width: 431px;
	height: 215px;
	float: left;
	margin: 0px 0px 0px 0px;
	background: url(images/logo7.1.jpg) top left no-repeat;
}
#logo span {
	display: none;
	visibility: hidden;
}
/* logo end */


/* Indestrucible box */

.container {
	float: left;
	margin: 20px 0;
	padding: 0;
	color: #666;
	background: url(images/rounded-right.gif) top right no-repeat;
}
.desc {
	margin: 0;
	padding: 9px 9px 0 9px;
	background: url(images/rounded-left.gif) top left no-repeat;
}
.link {
	margin: 0;
	padding: 0 0 0 9px;
	background: url(images/rounded-left.gif) bottom left no-repeat;
}
.link em {
	display: block;
	padding: 0 9px 9px 0;
	font-style: normal;
	background: url(images/rounded-right.gif) bottom right no-repeat;
}
.container a {
	font-size: 100%;
	color: #ff3600;
}
/* Indestrucible box end */

/* Section Labels */

.secLabel {
	background-image: url(images/newSec.jpg);
	background-repeat:no-repeat;
	width:270px;
	height:92px;
	color:#FFFFFF;
}
.secTitle {
	padding: 29px 0px 0px 110px;
}
/* Section Labels End */


/* Main Navigation */

#nav {
	background: white url('images/header-bg.jpg') scroll repeat-x top left;
	padding-left: 261px;
	padding-top: 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#nav a {
	height: 26px;
	color: #ffffff;
	background: #000000 url('images/menu-bottom.jpg') scroll no-repeat bottom left;
	text-align: center;
	text-decoration: none;
	padding-top: 9px;
	margin-right: 7px;
	display: block;
	width: 89px;
	float: left;
}
#nav a.selected {
	height: 26px;
	color: #FFFFFF;
	background: #FF9900 url('images/menu-bottom-selected.jpg') scroll no-repeat bottom left;
	text-align: center;
	text-decoration: none;
	padding-top: 9px;
	margin-right: 7px;
	display: block;
	width: 89px;
	float: left;
}
#nav a:hover {
	color: #FFFFFF;
	background: #fe3c00 url('images/menu-bottom-selected.jpg') scroll no-repeat bottom left;
}
#nav ul {
	margin:0;
	margin-left: 0px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
}
#nav li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}
#nav .current a {
	height: 26px;
	color: #FFFFFF;
	background: #fe3c00 url('images/menu-bottom-selected.jpg') scroll no-repeat bottom left;
	text-align: center;
	text-decoration: none;
	/* padding-top: 9px; */
  margin-right: 7px;
	display: block;
	width: 89px;
	float: left;
}

/* End Navigation */

/* GALLERIES */
.gallery {
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:20px;
	text-align:center;
}


.gallery img {
	padding:2px;
	margin:2px;
	border:solid 1px #000000;
	background:#ffffff;
}
/* END GALLERIES */