@import "content.css";


/* Website structure layout styles */

body {
background-color:#ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

/* Home page */



#homeLogo{
margin:auto;
width:1000px;
height:122px;
background-image:url(images/home_logo.jpg);
background-repeat:no-repeat;


}

#homeLogoSpace{
margin:auto;
width:1000px;
height:49px;
}


#homeBigPicBg{
margin:auto;
width:840px;
height:540px;
background-color:#eae9e9;
}

#homeBigPicSpace{
margin:auto;
width:840px;
height:20px;
}

#homeBigPic{
margin:auto;
width:800px;
height:500px;

}

#slider {
    position:relative;
    width:800px; /* Change this to your /images width */
    height:500px; /* Change this to your /images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
	
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
	overflow:hidden;
}
#slider a {
    border:0;
    display:block;
}


/* news */
#homeNewsBg{
	padding:1px 0;
margin:auto auto 20px auto;
width:280px;

background-color:#eae9e9;

}

#homeNews{
margin:20px;
width:240px;
background-color:#dad9d9;
}

/* testimonies */
#homeTestBg{
padding:1px 0;
margin:auto;
width:280px;
background-color:#eae9e9;

}

#homeTestSpace{
margin:auto;
width:280px;
height:20px;
}

#homeTest{

margin:20px;
width:240px;
background-color:#dad9d9;
}


/* Body Structure */

#header{
margin:auto;
width:900px;
height:118px;
background-image:url(images/Header.jpg);
background-repeat:no-repeat;

}

#bicPic{
margin:auto;
width:900px;
height:300px;
}

#menuHolder{
margin:auto;
width:1000px;
height:46px;
background-image:url(images/Menu_bg.jpg);
background-repeat:no-repeat;
}

#menu{
margin:auto;
width:800px;
height:50px;
}

#flashHolder{
margin:auto;
background-image: url(images/Flash_holder.jpg);
background-repeat:no-repeat;
width:1000px;
height:270px;
}

#flashHolderSpace{
margin:auto;
width:915px;
height:15px;
}

#flashHolder2{
margin:auto;
width:915px;
height:230px;
}



#contentHolder{
margin:auto;
width:1000px;
background-image:url(images/Content_bg.png);
background-repeat:repeat-y;

}

#pageContent{
margin:auto;
width:860px;
}

#seoText{
margin:15px auto;
width:860px;
color:#CCC;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}


#footer{
margin:auto;
width:900px;
height:70px;
}





