/* 
=====================================================
Skin Containers for EcoTechnoUSA.com
=====================================================
*/
body {
	background-color: #fff;
	margin: 0;
	padding: 0;

}
#Body {
    background-image: url(skyBG.jpg);
    background-repeat: repeat-x;
	background-color: #d5deeb;
}
body, table, tbody, p, .Normal {
    font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    line-height: 1.5em;
    color: #777;
}
#container {
    width: 1000px;
    border: 1px solid #482124;
    background-color: #ffffff;
    margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
    padding: 25px;
    position: relative;
}

/* 
=================
Page Containers
=================
*/
#header {
    float: left;
    width: 345px;
    margin-bottom: 10px;
}
#logo {

}
#tagline {
    margin-top: 0;
}
#topMenu {
    float: right;
    width: 600px;
    background-image: url("menuStrip.jpg");
    background-repeat: no-repeat;
    padding-top: 20px;
    margin-bottom: 10px;
}
#breadcrumb {
    clear: both;
    margin-bottom: 20px;
    border-top: 1px solid #e9a713;
    border-bottom: 1px solid #e9a713;
    padding: 5px 0;
}
#divider {
    clear: both;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9a713;
}
#ecoLogo {
    margin-bottom: 10px;
}
#onePaneContent {
    width: 100%;
    margin: 0;
}
#pageContent {
    width: 750px;
    float: right;
    margin: 0;
}
#content {
    width: 495px;
    float: left;
}
#rightContent {
    width: 225px;
    float: right;
}
#leftPageContent {
    background-image: url(sidebar_BG.jpg);
    background-repeat: repeat-y;
    float: left;
    width: 225px;
}
#sideMenu {
    width: 150px;
}
#leftContent {
    padding-top: 15px;
    margin-top: 15px;
}
#bottomContent {
    clear: both;
    width: 100%;
    padding-top: 20px;
}
#footer {
    width: 1050px;
    margin: 0 auto 20px auto;
}	

/* 
=====================================================
2-PANE SKIN
=====================================================
*/
#twoPanePageContent {

}
#twoPaneContent {
    width: 720px;
    float: left;
}
#twoPaneRightContent {
    width: 225px;
    float: right;
}

/* 
=====================================================
Skin styles for Snapsis Menu: Top Level
=====================================================
*/
#navParent {
    margin: 0px;
    border: 0px;
    padding: 0px;
    list-style-type: none;
}
#navParent li {
    float: left;
    display: block;
    width: 130px;
    margin-right: 20px;
    color: #7b7926;
    font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    line-height: 1.3em;
}
#navParent li a {
    color: #7b7926;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
}
#navParent li a:hover {
    text-decoration: none;
}
#navChild {
    margin: 0;
    padding: 0;
    border: 0;
}
#navChild li {
    padding: 0;
    margin: 0;
    float: left;
}
#navChild li a {
    color: #6d9ac3;
    display: block;
    font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    line-height: 1.3em;
    text-decoration: none;
    text-transform: none;
}
#navChild li a:hover {
    text-decoration: none;
    background-color: #e9f0f6;
}

/* 
=====================================================
Skin styles for Snapsis Menu: sideNav
=====================================================
*/
.sideNavLevel1 {
    display: block;
    border-bottom: 1px solid #e9a713;
    margin: 0;
    padding-bottom: 3px;
    font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #7b7926;
    font-weight: bold;
    line-height: 1.3em;
    text-decoration: none;
    text-transform: uppercase;
}
#sideNavLevel2 {
    margin: 0px;
    border: 0px;
    padding: 0px;
    list-style-type: none;
}
#sideNavLevel2 li {
    display: block;
    padding-top: 7px;
}
#sideNavLevel2 li a {
    font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #6d9ac3;
    font-weight: bold;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #e9a713;
}
#sideNavLevel2 li a:hover {
    text-decoration: none;
}
#sideNavLevel3 {
    margin: 0;
    padding: 0;
}
#sideNavLevel3 li {
    padding: 0;
    margin: 0;
}
#sideNavLevel3 li a {
    font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #6d9ac3;
    font-weight: normal;
    text-decoration: none;
    display: block;
    border: 0;
}
#sideNavLevel3 li a:hover {
    text-decoration: none;
    background-color: #e9f0f6;
}

#sideNavLevel3 .SelectedTab a {
    font-size: 10pt;
    font-weight: bold;
    background-color: #e9f0f6;
}

/* 
=====================================================
Link Styles for homeProducts
=====================================================
*/

#homeProducts a {
    color: #fff;
    text-decoration: none;
    font-size: 10pt;
}

/* 
=====================================================
FCKEditor Styles for EcoTechnoUSA
=====================================================
*/

h1 {
    font-size: 19pt;
    line-height: 1em;
    color: #014780;
    margin-top: 0;
    font-weight: normal;
    border-bottom: 1px dotted #014780;
    padding-bottom: 5px;
}
h2 {
    font-size: 14pt;
    line-height: 1.2em;
    color: #014780;
    margin-bottom: 0;
    font-weight: normal;
}
h3 {
    font-size: 10pt;
    font-weight: bold;
    line-height: 1.2em;
    color: #014780;
}
h4 {
    font-size: 10pt;
    line-height: 1.5em;
    color: #014780;
    margin: 0;
}
h5 {
    font-size: 10pt;
    color: #777;
    font-weight: normal;
}
.blockQuote {
    background-color: #eee;
    padding: 7px 10px 10px 10px;
    font-size: 10pt;
    line-height: 1.5em;
    color: #777;
}
.photoRight {
    float: right;
    margin: 0 0 10px 10px;
}
.photoLeft {
    float: left;
    margin: 0 10px 10px 0;
}
.clearBoth {
    clear: both;
}
/* 
=====================================================
Skin styles for Latest Articles module
=====================================================
*/
.latestNews {
    margin-left: 10px;
    text-indent: -10px;
    font-size: 9.5pt;
    border-bottom: 1px dotted #6d9ac3;
    line-height: 1.3em;
    padding: 3px 0;
}


/* 
=====================================================
Skin styles for Dynamic Forms
=====================================================
*/
#SaveForm {
    margin-left: 110px;
}
.DynamicForms_ServerSideSummary {
	color: red
}

/* 
=====================================================
Skin styles to override defaults
=====================================================
*/

.SubHead {
    color: #482124;
}
ul {
    margin: 10px 0 0 32px;
    padding: 0px;
}
ul.bulletCopy li {
    margin-bottom: 10px;
}

a:link, a:visited {
	color: #6d9ac3;
	text-decoration: none;
}
a:hover {
	color: #6d9ac3;
    text-decoration: underline;
}
.Login {
    font-size: 9pt;
}
img {
    border: 0;
}
.CommandButton a, a.CommandButton:link, a.CommandButton:visited {
    font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif; /* default font */
    font-size: 8pt;
    line-height: 1.5em;
    color: #6d9ac3;
    text-decoration: none;
}
a.CommandButton:hover {
    text-decoration: underline;
}
