/*****************************
  DNN STYLESHEET
  
  WEBSITE: Westside Corporation Ltd
  AUTHOR: Sommer Hayes
  CREATED: 11/08/2006
  COMMENTS: Stylesheet for DNN Westside Corporation Ltd

*/

@import url(clearfix.css);
@import url(mainmenu.css);
@import url(selectors.css);
@import url(editview.css);
@import url(inventuaSideMenu.css);

body {margin: 0px; padding: 0px;}
#bodyDiv {width: 100%; height: 100%; background: #CCCCCC; text-align: center;}
#frame {width: 960px; background: #FFFFFF; text-align: left; margin-left:auto; margin-right:auto;}

#headWrapper {width:960px; height:70px; position:relative; text-align:right;}
#logo{ position:absolute; left:20px; top:10px;}
#menuContainer {float:right; width:720px; padding: 30px 5px 0px 130px; text-align:right;}


#contentPanelWrapper {width: 960px; clear:both; float:left; vertical-align:top;}


/* Home template */
#homeinnerWrapper {float: left; width:690px; }
.supportingPane {float: left; width: 240px; padding: 30px;}
html>body .supportingPane {width: 178px;}
.contentPane {float: right; width: 450px; padding: 30px;}
html>body .contentPane {width: 388px;}

/* Inner template */
#innerMenu { width:213px; float:left; padding: 0 30 20 30px;}
html>body #innerMenu {width: 153px;}

#innerinnerWrapper { width:747px;  float:right;}
.innerContentPane {float: left; width: 477px; padding: 5 30 30 0px;}
html>body .innerContentPane {width: 415px;}
.innerContentPanePeople {float: left; width: 720px; padding: 5 0 30 0px;}

/*** Inner Banner***/
#innerBanner {width:960px;margin:0px; padding:0px; height:125px;}
#innerBanner img {margin:0px; padding:0px;}

.breadcrumb {text-align: right;margin-top:10px; padding:0 20 5 0px;}
a.breadcrumb{text-transform:lowercase; padding-right:2px; }

/* Home/Inner template */
.rightPane {float:right; width:270px; padding-top: 25px;}
.innerrightPane {float:right; width:270px; padding-top: 5px;}

#footer {clear:both; width: 900px; margin: 30 30 0 30px; border-top: 1px solid #333333; padding-top: 5px; padding-bottom: 15px; font-family: "Verdana", Verdana, Arial, Helvetica, san-serif; color: #333333; font-size: 9px;}
#footer a, #footer a:link, #footer a:active, #footer a:visited, #footer a:hover {color: #333333; text-decoration: none;}
#footer a:hover {text-decoration: underline;}
.footerLeft {float: left; text-align: left;}
.footerRight {flaot: right; text-align: right;}