							/* Pick3Strategy CSS Document */

/********************** Global Links **********************/

*{
margin:0px;
padding:0px;
}

body{
font:normal 11px Tahoma;
color:#000000;
}

a{
text-decoration:underline;
color:#000000;
}

img{
border:0px;
}

li{
list-style:none;
}

#maincontainer{
width:100%;
}

#topcontainer{
width:100%;
height:224px;
background:url(../images/topbg.jpg) left top repeat-x;
}

#midcontainer{
width:100%;
}

#footercontainer{
width:100%;
height:50px;
background:#16233f;
}

/*************************** Header Part Starts ************************/

.headerpart{
width:900px;
margin:auto;
background:url(../images/headerbg.jpg) left top no-repeat;
}

.logo{
width:900px;
height:205px;
}

.logo h1{
float:left;
width:329px;
height:196px;
background:url(../images/logo_bg.jpg) left top no-repeat;
margin:3px 0px 0px 17px;
}

.logo h1 a{
width:173px;
height:67px;
display:block;
padding:62px 0px 0px 109px;
}

.logo h2{
float:left;
width:298px;
height:56px;
padding-top:134px;
position:relative;
margin-left:-27px;
}

.menucontainer{
width:900px;
height:110px;
}

.menupart{
width:640px;
height:44px;
}

.menu{
width:597px;
background:#000000;
}

.menu ul{
margin:0px;
padding-left:52px;
}

.menu li{
float:left;
margin-right:30px;
}

.home a{
height:28px;
display:block;
padding:8px 15px 0px 15px;
}

.home a:hover{
background:#0a1d3e;
padding:8px 15px 0px 15px;
}

.home_active{
background:#0a1d3e;
padding:8px 15px 0px 15px;
height:28px;
display:block;
}

/****************************** Center Part Layout ********************/

.centerpart{
width:900px;
margin:auto;
height:600px;
}

/****************************** Footer Part Layout ********************/

.footerpart{
width:900px;
margin:auto;
font:normal 18px "Trebuchet MS";
color:#ffffff;
text-transform:uppercase;
}

p.fleft{
float:left;
line-height:50px;
text-indent:20px;
}

p.fright{
float:right;
line-height:50px;
padding-right:20px;
}

/************************* END ****************************/
