body {
	margin:0;
	padding:0;
	color:#260000 !important;
	font:normal 12px Arial !important;
}
img {
	border:0
}
p{
	margin:0;
	padding:0;
}
#Wrapper {
	width:100%;
	font:normal 12px Arial;
	color:#260000;
}
#header {
	background:url(../images/headerbackground.png) left bottom repeat-x;
	height:158px;
	width:100%
}
#innerHeader {
	width:900px;
	margin:0 auto !important;
}
#Logo {
	width:176px;
	height:131px;
	float:left;
	padding:10px;
	margin:0
}
#topNavigation
{
	width: 582px;
	float: right;
	margin: 107px 0 0; 
	background:url(../images/navigationbackground.png) left bottom no-repeat; 
	height: 43px;
}
#topNavigation ul {
	margin:0 0 0 30px;
	padding:0
}
#topNavigation ul li {
	list-style-type:none;
	display:inline
}
#topNavigation ul li a {
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	float:left;
	background:url(../images/divider.png) no-repeat right top;
	height:43px;
	line-height:40px;
	padding:0 8px
}
#mainContent {
	width:900px;
	margin:0 auto;
	padding:35px 0 0;
	min-height:315px;
	padding-bottom:20px
}
#homeHeading {
	margin:0;
	padding:15px 0 0;
	font-size:15px;
	font-weight:bold;
	color:#610314;
}
#leftContent {
	width:375px;
	float:left;
	padding-left:10px
}
#righttContent {
	width:500px;
	float:right
}
#InnerContent {
	background:#fff;
	border: 1px solid #610314;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:20px;
/*	width:800px; */
	margin:0 auto;
}
.input{
	background:#fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:180px;
	padding:0 3px;
	font-size:11px;
	height:25px
}
.inputfield{
	background:#fff;
	border: 1px solid #ccc;
	padding:0 3px;
	font-size:11px;
	height:25px
}
#loginHeading{
	margin:0 0 0 160px;
	padding:0;
	color:#610314;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	width: 310px;
}

#SearchHeading{
	margin:0 0 0 0;
	padding:0;
	color:#610314;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	width: 310px;
}

#ContactHeading{
	margin:0 0 0 55px;
	padding:0;
	color:#610314;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	width: 360px;
}

.marginTop{
	margin-top:10px
}
label {
    display: inline-block;
    width: 150px;
    padding: 0;
	margin:0 5px 0 0;
    text-align: right;
    font:normal 12px Arial;
	color:#260000;
  
}
#loginContent{
	width:500px; 
	margin:50px 0 50px 100px;
}
#loginContent p{
	padding:0;
	margin:15px 0 0;
}
.button {
	background:#008081;
	border: 1px solid #ccc;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	color: #fff;
	cursor: pointer;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-right: 3px;
	padding: 4px 8px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.63);
	text-transform: capitalize;
}

.RemoveButton {
	background:#610314;
	border: 1px solid #ccc;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	color: #fff;
	cursor: pointer;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.03em;
	margin-right: 3px;
	padding: 4px 8px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.63);
	text-transform: capitalize;
}

.forgotpassTxt {
	margin-left:155px !important;
	font-size:11px;
	line-height:18px;
}
.forgotpassTxt a{
	color:#008081;
	text-decoration:underline;
}
#footer {
	background:url(../images/footerbackground.png) left top repeat-x;
	height:40px;
	text-align:center;
	padding:10px 0 0;
	color:#610314;
	font-size:11px;
	width:100%
}
#footerInner{
	width:900px;
	margin:0 auto;
}
#footerInner p{
	padding:10px 0 0;
}
#footer a {
	color:#610314;
	text-decoration:none;
	display:inline-block;
	padding:0 10px;
	font-size:11px
}

#topNavigation ul div li {
    display: inline;
    list-style-type: none;
}
