/* 
    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: 6px;
}

#side-nav {
    width: 244px;
    float:left;
    background-color:#303030;
    height: 300px;
}

#show-block {
    width: 650px;
    float: right;
}

#fms-show {
    width: 400px;
    float:left;
    background:#e8e9de url(../images/show.gif) no-repeat;
    height: 300px;
}

#side-block {
    width: 244px;
    float: right;
    background-color:#e8e9de;
    height: 300px;
}

#tourism {
    background: #e8e9de url(../images/assembly.jpg) no-repeat 50% 50%;
    height: 120px;
}

.clear {
    clear: both;
}

#content {    
    width: 900px;
    margin-top: 6px;
	height: 643px;
	margin-bottom: 6px;
}

#quickc {
    width: 244px;
    float: left;
    background-color:#303030;
    height: 643px;
}

#main-content {
    width: 650px;
    float: right;
    background-color:#B95852;
	height: 643px;
}

#sub-content {
    width: 900px;
    margin-top: 6px;
}

#fms-services {
    width: 650px;
    float: left;
    background-color:#B95852;
	border-bottom: 1px solid #e6ab99;
}

#fms-services-left {
    width: 323px;
    float: left;
    background-color:#B95852;
	border-right: 2px solid #fff;

}

#fms-services-right {
    width: 325px;
    float: left;
    background-color:#B95852;


}


#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;
}

.cde {
padding-left:10px;
}
