body{
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 2px solid #666666;
	width: 888px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #CCCCCC;
}

#container{
	width: 888px;
	background: #ffffff;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
}

#header {
	background-color: #FFFFFF;
	background-image: url(Images/SmartHeader.jpg);
	background-repeat: no-repeat;
	width: 888px;
	height: 322px;
	background-position: center;
	position: relative;
	padding: 0px;
	margin-bottom: 0px;
}

#navbar {
	background-image: url(Images/SmartNavBar.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 888px;
	background-color: #FFFFFF;
	position: relative;
	height: 129px;
	padding: 0px;
	margin-top: 0px;
	z-index: 50;
}

#mainContent {
	background-image: url(Images/SmartBody.jpg);
	background-repeat: repeat-y;
	height: auto;
	padding: 1px 0;
	position: relative;
	width: 888px;
	z-index: auto;
	margin: 0px;
	background-color: #FFFFFF;
}

#mainContent h1, h2, h3, h4 {
	padding-right: 30px;
	padding-left: 45px;
	text-align: center;
}
#mainContent h2 a.pics {
	float:none;
	text-align:center;
	padding: 0;
}
#mainContent h2 a:link, h2 a:visited {
	color:#FFFFFF;
}
#mainContent h2 a:hover {
	color:#000099;
	border-style:none;
}
#mainContent h3{
	color:#FF0000;
	text-align: left;
}

#mainContent h4 {
	color:#0000FF;
	text-align: left;
	font-size: 19px;
	font-weight: bolder;
}

#mainContent p {
	padding-right: 35px;
	padding-left: 45px;
}
p.nospace {
	padding-right: 35px;
	padding-left: 45px;
	margin-top: -20px;
}
p.bold, .bold{
	font-weight: bolder;
	color: #FF0000;
}
.bluebold{
	color:#0000FF;
	font-weight: bolder;
}
p.bbold{
	font-weight: bolder;
	color:#000000
}
p.disclaimer {
	font-size: 9px;
	text-align: center;
	clear: both;
}
#mainContent a.text {
	float:none;
	text-align:left;
	margin-left: -45px;
}
.witalic {
	font-style: italic;
}
#mainContent a {
	padding-right: 55px;
	padding-left: 45px;
	float:right;
}

#mainContent ul li {
	padding-right: 35px;
	padding-left: 5px;
	text-indent: 0px;
	list-style: disc;
	margin-left: 20px;
}
#mainContent ul ul li {
	padding-right: 35px;
	padding-left: 0px;
	text-indent: 0px;
	list-style-image: none;
	list-style-type: disc;
}
#mainContent ul ul li a {
	padding-right: 0px;
	padding-left: 0px;
	text-indent: 0px;
	list-style-image: none;
	list-style-type: disc;
}
#mainContent ul li a{
	padding-right: 0px;
	padding-left: 0px;
	text-indent: 45px;
	float:none;
}

ul.picsl {
	float: left;
}
#mainContent .picsl li{
	list-style-type: none;
}
ul.picsr, a.picsr{
	float: right;
	padding-top: 90px;
}
ul.nobull, #mainContent .nobull li,  #mainContent .nobull li a {
	list-style: none;
}
#mainContent .picsr li {
	list-style-type: none;
}
#mainContent img {
	padding-right: 35px;
	padding-left: 45px;
}
#pics {
	float: none;
	text-align: center;
	padding: 0 0 0 0px;
}
#pics ul li a img {
	border-style: none;
}
#mainContent .floatr{
	float: right;
	margin-right: 45px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.floatr {
	float: right;
	margin-right: 45px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 65px;
	padding-left: 5px;
	}
#mainContent .floatl {
	float: left;
	margin-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 45px;
}

#mainContent .border {
	border: medium ridge #666666;
	margin: 2px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer {
	background-image: url(Images/SmartFooter.jpg);
	background-repeat: no-repeat;
	height: 139px;
	width: 888px;
	position: relative;
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	z-index: auto;
}

#footer p {
	text-align: right;
	font-size: 10px;
	padding-top: 70px;
	padding-right: 38px;
	margin: 0px;
}

/************************************************greybox start ***********************/
/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}

.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid red; }
/*****************************************greybox end ******************************************/

/*****************************************drop Menu bein*******************************************/
/* CSS Document */

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#multi-level {height:30px; position:relative; z-index:100;}
#multi-level .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
	font-family:Algerian, arial, sans-serif;
}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {
	display:block;
	float:left;
	height:50px;
}
.menu li.top a span {
	position:absolute;
	left:0px;
	top:0px;
	z-index:0;
	font-size:26px;
	font-style: normal;
	text-decoration: none;
} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {
	width:130px;
	top: 25px;
	left: 70px;
}
.menu li.p2 {
	width:180px;
	top: 25px;
	left: 70px;
}
.menu li.p3 {
	width:180px;
	top: 25px;
	left: 70px;
}
.menu li.p4 {
	width:140px;
	top: 25px;
	left: 70px;
}
.menu li.p5 {
	width:140px;
	top: 25px;
	left: 70px;
}


/* set up the normal unhovered images in the links */
.menu li a#home {
	width:130px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu li a#products {
	width:180px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu li a#services {
	width:180px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu li a#contact {
	width:140px;
	color: #FFFFFF;
	text-decoration: none;
}
.menu li a#about {
	width:140px;
	color: #FFFFFF;
	text-decoration: none;
}


/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#home:hover, .menu li:hover a#home,
.menu li a#products:hover, .menu li:hover a#products,
.menu li a#services:hover, .menu li:hover a#services,
.menu li a#contact:hover, .menu li:hover a#contact,
.menu li a#about:hover, .menu li:hover a#about {
	color: #000000;
}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {
	left:0;
	top:50px;
	background: #9a2a28;
	padding:3px 0;
	border:1px solid #888;
	white-space:nowrap;
	width:150px;
	height:auto;
}
.menu :hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:145px;
}
.menu :hover ul.sub li a {
	display:block;
	font-size:13px;
	height:20px;
	width:147px;
	line-height:20px;
	text-indent:5px;
	color:#ffffff;
	text-decoration:none;
	border:3px solid #fff;
	border-width:0 0 0 3px;
}
.menu :hover ul.sub li a.fly {
	background:#9a2a28 url(Images/arrow_over.gif) 125px 7px no-repeat;
}
.menu :hover ul.sub li a:hover {
	background:#9a2a28;
	color:#000000;
}
.menu :hover ul.sub li a.fly:hover {
	background:#9a2a28 url(Images/arrow.gif) 125px 7px no-repeat;
	color:#000000;
}
.menu :hover ul li:hover > a.fly {
	background:#9a2a28 url(Images/arrow.gif) 125px 7px no-repeat;
	color:#000000;
} 

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{
	left:148px;
	top:-4px;
	background: #9a2a28;
	padding:3px 0;
	border:1px solid #888;
	white-space:nowrap;
	width:150px;
	z-index:200;
	height:auto;
	z-index:300;
}
/***************************************drop menu end**********************************************/
