html {		
	/*background: #efe8dc url(/images/wave.jpg) repeat-x bottom;*/
	background: #efe8dc ;
	}
* {
	margin: 0;
	padding: 0;
	
}

body {
	margin-bottom: 50px;
	background: #efe8dc url(images/img1.gif) repeat-x;
	font: normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2e4213;
}

/* table */

.it {
        margin-left: 1px;
        margin-right: 0px;
}

.it td {
        vertical-align: top;
        padding-top: 3px;
        padding-bottom: 4px;
		text-align: center;
		font-size: 11px;
}

table.contact {
margin-left: 40px;
}


.fld-title {
        color: #4a7e0f; /* color 1 */
		text-align:center;
		white-space: nowrap;
}
.tr-selected {
    background-color: #CFE785; /* color 11 */
}

h1, h2, h3 {
	color: #404040;
}

h1 {
}

h2 {

}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
}

ul {
}

ul li {
}

ol {
}

ol li {
}

a {
	color: #4F789F;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {

	padding: 10px 15px;
	background: #403317;
	text-transform: uppercase;
	font: bold .77em Georgia, "Times New Roman", Times, serif;
	color: #efe8dc;
}

.boxed .content {
	padding: 15px;
}

.boxed ul {
	list-style: none;
}

/* Post */

.post {
	clear: both;
	padding: 20px;
	border-bottom: 1px solid #2e4213;
}

.post .content {
	line-height: 1.6em;
}

.post .content1 {
	line-height: 1.3em;
	font-size: 11px;
	text-align: justify;
}


.post .title {
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 300;
	font-stretch: extra-expanded;
}

.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1em;
}

.post blockquote, .post ul, .post ol {
	margin-left: 3em;
}


/* Page */
.page-contents {
	float: right;
	width: 487px;
	padding-right: 10px, 50px;
}

.page-content {
	line-height: 1.6em;
	padding: 20px;
}

.page-content1 {
	line-height: 1.2em;
	text-align: justify;
	padding: 20px;
}


.page-title-container {
        margin-top: 5px;
}

.page-title {
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        color:#009240; /* color 1 */
}


.page-title-appname {
        font-weight: normal;
}

.page-title-icon {
        height: 24px;
        width: 24px;
        float: left;
        padding-right: 0px;
        padding-top: 4px;
}

.page-title-boots {
        height: 26px;
        width: 32px;
        float: left;
        padding-right: 3px;
        padding-top: 1px;
		background-image: url(images/boots.png);
		background-repeat: no-repeat;
}

.page-subtitle {
        padding-top: 4px;
        clear: both;
        color: #67A0D9; /* color 3 */
}

.page-hr {
        border-top: #013366 solid 1px; /* color 2 */
        margin: 5px 0px;
}

.page-subsection-bg {
        background-color:#E3EDF8; /* color 7 */
        padding: 4px;
}

.page-subsection-title {
        font-weight: bold;
}

.page-content ul {
  margin           : 5px 5px 5px 5px;
  font-family	   : Arial, Helvetica, Trebuchet MS, Verdana, sans-serif;
  font-size		   : 12px;
}

.page-content li {
/*  list-style       : inside url(/images/M_images/arrow.png);*/
  list-style-image : url(images/arrow.png);
  list-style: outside;
  text-decoration: none;
  text-align: justify;
  text-indent: inherit;
  margin-left: 15px;
}

.page-hint {
font-style: italic;
font-weight:100;
font-size: smaller;

}

.page-logo {
background-image: url(images/de_dell_logo.jpg);
background-repeat: no-repeat;
background-position:center;
}
/* Header */

#header {
	width: 700px;
	height: 150px;
	margin: 0 auto;
	background: #5c5223 url(images/img2.jpg);
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

#header h1 {
	float: left;
	padding: 80px 0 0 20px;
	letter-spacing: -3px;
	font-size: 48px;
}

#header h2 {
	float: left;
	padding: 107px 0 0 7px;
}

#header a {
	text-decoration: none;
	color: #efe8dc;
}

#header p.bread{
position: absolute;
top: 150px;
color: #f1fbed;
margin-left: 410px;
font-size: 10px;
font-weight: 400;
font-family: Geneva, Arial, Helvetica, sans-serif;
}
/* Page */

#page {
	width: 700px;
	margin: 0 auto;
	background: url(images/img3.gif) repeat-y;
	border-top: 20px solid #2e4213;
}

#content {
	float: right;
	width: 497px;
	padding-right: 1px;
}

#sidebar {
	float: left;
	width: 200px;

	padding-left: 1px;
}

/* Menu */

#menu {
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #efe8dc;
	text-decoration: none;
	color: #2e4213;
}

#menu a:hover {
	background: #dad2d2;
	color: #4a4e44;
}

#menu .active a {
	background: #b6b1b1;
	color: #ffffff;
}

/* Login */

#login {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login input {
	margin-bottom: 5px;
}

#inputtext1, #inputtext2 {
	width: 160px;
}

/* Updates */

#updates {
}

#updates ul {
}

#updates li {
	margin-bottom: 20px;
}

#updates h3 {
	font-size: .77em;
}

/* Footer */

#footer {
	width: 670px;
	height: 15px;
	margin: 0 auto;
	padding: 5px 15px;
	background: #2e4213;
	font-size: .77em;
	color: #efe8dc;
}

#legal {
	float: left;
}

#links {
	float: right;
}

#links a:link.a1 
{
color: #CCCCCC;
font-size: 10px;
text-decoration: none;
}
#links a:visited.a1
{
color: #CCCCCC;
font-size: 10px;
text-decoration: none;
}


#links a:hover.a1, a:active.a1
{
color: #efe8dc;
font-size: 10px;
text-decoration: none;


}