/*Global Initialise*/
* {
margin: 0;
padding: 0;
}

img {
border:0;
display: block;
}

html body {
background: #FFFFFF;
text-align: center;
}

#content {
width: 950px;
margin: 0 auto;
text-align: left;
min-height: 650px;
overflow: auto;
background: #FFFFFF;
}

/*header*/
#header {
height: 69px;
width: 100%;
background:#FFFFFF;
}

#loginForm {
background:  url(../images/loginBg.gif) no-repeat;
float: right;
width: 259px;
height: 100%;
}
/*End of header*/

/*mainContent*/
#mainContent {
width: 100%;
}

#leftMainContent {
width: 193px;
_width: 185px;
background: #003366;
float: left;
_height: 370px;
min-height: 370px;
}

#searchBox {
width: 181px;
height: 46px;
border: #999999 thin solid;
background: url(../images/searchBg.gif) repeat-x;
margin: 10px 5px;
_margin: 10px 4px;
}

#searchBox p {
margin: 5px 0 2px 15px;
color:#FFFFFF;
font-weight: bold;
}

.searchButton {
float: left;
background: url(../images/search.gif) no-repeat;
width: 17px;
height: 16px;
cursor: pointer;
border: none;
margin-left: 5px;
margin-top: 1px;
}

#productsBox {
margin: 40px 0 0 20px;
}

#rightMainContent {
background: #FFFFFF;
width: 757;
_width: 761px;
_height: 370px;
min-height: 370px;
float: left;
}

#nav {
width: 100%;
height: 29px;
}

#navButton {
background: url(../images/navBg.gif) no-repeat;
float: left;
height: 100%;
width: 705px;
}

/*End of MainContent*/

/*contentBody*/
#contentBody {
margin-top: 25px;
}

#contentBodyBg {
background: url(../images/frontBg.gif) right no-repeat;
height: 250px;
}

#wholeContentBody {
width: 100%;
}

#leftContentBody {
float:left;
width: 500px;
margin-left: 30px;
_margin-left: 10px;
}

#rightContentBody {
float: right;
background: url(../images/contactBg.gif);
width: 180px;
height: 108px;
margin-right: 10px;
}

#leftContact {
float: left;
width: 160px;
margin-left: 30px;
_margin-left: 10px;
}

#rightContact {
float: left;
width: 250px;
margin-top: 50px;
margin-left: 20px;
}

#productsBody {
margin-left: 30px;
}

#leftProduct {
float: left;
width: 200px;
}

#rightProduct {
float:right;
width: 450px;
}

.pRow {
text-align: left;
clear: both;
margin-bottom: 7px;
}

.pText {
text-align: right;
width: 100px;
float:left;
margin-right: 15px;
color: #003366;
font-weight: bold;
}

.pDescription {
float: left;
width: 320px;
}

.pButton {
float: left;
background: url(../images/buttonBg.gif) repeat-x;
height: 26px;
width: 100px;
margin-right: 10px;
padding-top: 5px;
}
/*End of contentBody*/

/*footer*/
#footer {
height: 180px;
width: 100%;
background:#FFFFFF;
clear:both;
}

#footerLeft {
float: left; margin:15px 40px 15px 0px; height:44px; width:380px;
background:#FFFFFF;
}

#footerRight {
float: right; margin:15px 0px 15px 40px; height:44px;
background:#FFFFFF;
}

