
/*
    Document   : layout
    Created on : Mar 5, 2009, 10:42:38 AM
    Author     : Mohammed Shahbaaz Hussain
    Description: Provide with the page layout of fmsdental.com main page
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
* {
    margin: 0;
    padding: 0;
}

#body {
    min-width: 940px;
    text-align: center;
}

#wrapper {
    width: 900px;
    margin: 0 auto;
    text-align: left;
    position:relative;
}

#header {
    width: 900px;
    background: #fff url(../images/brand.gif) no-repeat;
    height: 115px;
}

#main-nav {
    width: 900px;
    height: 30px;
    background-color: #B95852;
}

#show-off {
    width: 900px;
    margin-top: 10px;
}
/*
#block-left {
    width: 240px;
    float:left;
    background-color:#e8e9de;
    height: 300px;
}

*/

#content {
    width: 900px;
    margin-top: 6px;
    background: #fff url(../images/content-bg.gif) repeat-y;
}

#side-nav {
    width: 240px;
    
}

#quickc {
    width: 240px;
    float:left;
}



.clear {
    clear: both;
}



#main-content {
    width: 654px;
    background:#e8e9de;
    float:right;
}


#footer {

    width: 900px;
    margin-top: 6px;
}

#footer-left {
    width: 600px;
    float: left;
    background-color:#303030;
    height: 400px;
}

#footer-right {
    width: 300px;
    float: right;
    background-color:#754b40;
    height: 400px;
}

#footer-tail {
    width: 900px;
    background-color:#f2ceab;
    height: 70px;
    text-align:center;
}

/* Jquery innerfade effect */

ul#slides li {
	list-style-type: none;

}

#video-container {
    text-align:center;
}


