
html, body {
margin: 0;
padding: 0;
}

body {
    font-family:Arial,Helvetica,sans-serif;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

#container-start {
    margin: 0 auto;
    padding: 0;
    width: 1038px;
    text-align: left;
    color: #000;
    background-image:url('images/bg-shadow-start.gif');
    background-repeat:repeat-y;
    background-position: center;
    background-color: #d6d6d6;
}

#container {
    margin: 0 auto;
    padding: 0;
    width: 1038px;
    text-align: left;
    color: #000;
    background-image:url('images/bg-shadow.gif');
    background-repeat:repeat-y;
    background-position: center;
    background-color: #d6d6d6;
}

form  {
    padding: 0;
    margin: 0;
}


#header {
    height: 103px;
    width: 990px;
    padding: 0;
    margin: 0 14px;
    background-image:url('images/logo-header.jpg');
    background-repeat:no-repeat;
}

#dnn_NAV1_MENU {
    margin: 0 14px;
    padding: 5px 10px 0 10px;
    background-color: #ff9900;
    height: 20px;
    _height: 28px;
    clear:both;
    border-bottom: 4px solid #D6D6D6;
}

#wrapper {
    margin: 0 10px;
    padding: 0;
}

#columns-start {
    margin: 0 10px;
    padding: 0;
    _height: 500px;
    min-height: 500px;
}


#columns {
    margin: 0 10px;
    padding: 0;
    _height: 500px;
    min-height: 500px;
    background-image:url('images/bg-gradient.jpg');
    background-repeat: no-repeat;
    background-position: 4px bottom;
}

#content-admin {
    margin: 0 0 0 230px;
    _margin: 0 0 0 230px;
    padding: 30px 20px;
    color: #333;
    float: right;
}


#content-start {
    margin: 0 330px 0 0;
    _margin: 0 330px 0 0;
    width: 620px;
    padding: 30px 20px;
    color: #333;
}

#content {
    margin: 0 150px 0 250px;
    _margin: 0 190px 0 250px;
    padding: 30px 20px;
    color: #333;
    width: 550px;
    overflow: hidden;
}

.menutext {
	float: right;
	margin: -24px 40px 0 0;
	height: 13px;
	line-height: 13px;
	color: #fff;
  font-size: 12px;
}

#left-sidebar {
    width: 180px;
    float: left;
    padding: 10px;
    margin: 0;
}

#right-sidebar {
    width: 100px;
    float: right;
    padding: 40px 20px 0 0;
    margin: 0;
}


#right-sidebar-start {
    width: 339px;
    min-height: 100%;
    float: right;
    padding: 0;
    margin: 0;
}


#right-sidebar-start hr {
    margin: 0 0 10px 0;
    border: 1px solid #000;
    padding:0;
}

#right-sidebar-start hr.divider {
    margin: 0 0 15px 0;
    padding:0;
    visibility: hidden;
    clear: both;
}

#footer {
    padding: 0 5px;
    margin: 0 10px;
    clear:both;
    font-size: 11px;
    border-top: 10px solid #d6d6d6;
    background-color: #d6d6d6;
    height: 48px;
    _height: 58px;
}


#footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0; 
}

#footer li {
    display:inline;
    margin:0;
    padding:0 12px;
}

#footer li.right-border {
    border-right:1px solid #eee;
}

#footer li.left-border {
    border-left:1px solid #eee;
}

#page-title {
    padding:0;
    margin:0;
    display:none;
}

#footer-shadow {
    background-image:url('images/footer-bg-shadow.gif');
    background-repeat:no-repeat;
    height: 15px;
    width: 1038px;
    margin: 0 auto;
    text-align: center;

}

#box1 {
border-bottom: 5px solid #d6d6d6;
}

#box2 {
background-color: #ff9900;
margin: 10px;
color: #fff;
}

#box3 {

padding: 10px;
border-bottom: 5px solid #d6d6d6;
}

#box1 {
padding: 10px;
}

#box2 {
padding: 15px 20px;
}

.spacer {
margin-left: 15px;
}

.login {
float: right;
margin: -40px 10px 0 10px;
}

.co-op {
margin: -5px 0 0 0;
}

#quote-top {
	background-image: url(images/quotation-mark.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
}

#quote-bottom {
	background-image: url(images/quotation-mark.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0;
}

/*Inka_RegistrationForm*/
.inka_registration_label
{
	font-family:Arial,Helvetica,sans-serif;
	width:100px;
	float:left;
	margin-bottom:5px;
}
.inka_registration_textbox
{
	font-family:Arial,Helvetica,sans-serif;
	color:#333333;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	margin-bottom:5px;
	width:200px;
}
.inka_registration_textarea
{
	color:#333333;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	font-family:Arial,Helvetica,sans-serif;
	width:300px;
	height: 200px;
}
.inka_registration_button
{
	color:#333333;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	font-family:Arial,Helvetica,sans-serif;
	margin-left:100px;
}
.inka_registration_error
{
	color:red;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	font-family:Arial,Helvetica,sans-serif;
}
