/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font: 13px Arial, Helvetica, sans-serif;
	color: #333333;
	background-color:#f6dce5;
	height: 100%;
}


#wrapper {
	width: 780px;
	margin: 0 auto;
	background-color:#ffffff;
	
}


h1 {
	font-weight: bold;
	color: #999999;
	font-size: 0.8em;
	display: inline;
	
}

h2 {
	margin-top: 0px;
	font-weight: bold;
	color: #CC3366;
	font-size: 1.4em;
	
}

h3, h4, h5, h6 {
	margin-top: 0px;
	font-weight: bold;
	color: #CC3366;
	font-size: 1.3em;
	
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}



a img {
	border: none;
}



/* Header */

#seoTitles {
	width: 100%;
	text-align: center;
}


#header {
	width: 100%;
	height: 90px;
	margin: 0px auto;
	background-color:#ffffff;
}



/* Logo */

#logo {
	float: left;
	width: 260px;
	height: 58px;
	padding: 10px;
}

#bannerArea {
	float: left;
	padding: 10px;
	height: 60px;
	width: 468px;
}

/* Menu */

#menu {
	height: 30px;
	width: 100%;
	font-weight: bold;
	background-color: #E6E6E6;
	border-width: 1px;
	border-style: dotted;
	border-color: #e2c9ba;
	float: left;
}

#menu ul {
	margin: 0px;
	padding-left: 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px;
}

#menu a {
	display: block;
	color: #CC3366;
	width: auto;
	padding: 6px 20px 6px 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #e2c9ba;

}

#menu a:hover {
	text-decoration: underline;
	color: #ffffff;
	background-color: #CC3366;
}

#menu .active {
}

#menu .active a {
}


/* Page */

#page {
	width: 100%;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	
}


#sidebarleft{
	float: left;
	width: 130px;
	margin: 10px 0px 10px 10px;
	background-color:#ffffff;
}
#brands{
	float: left;
	width: 100%;
	background-color: #CC3366;
	text-align: left;
	font-size: 0.9em;
}

#brands ul{
	list-style-type: none;
	padding-left: 0px;
	margin: 5px;
}

#brands li{
	list-style: none;
	margin-top:5px;
}

#brands a{
	text-decoration: none;
	color: #ffffff;
}

#brands a:hover {
	text-decoration: underline;
	color: #ffffff;
}




/* Content */

#content {
	float: left;
	width: 620px;
	padding: 10px 10px 10px 10px;
	background-color:#ffffff;
}


a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #CC3366;
}

.postText {
	background: #FFFFFF;
	margin: 0px 0px 30px 0px;
}


#customer{
	font-size: 0.8em;
	text-align: left;
}



/* Footer */



#googleAds {
	clear: both;
	width: 970px;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 10px 0px 0px 0px;
}


#footer {
	clear: both;
	width: 970px;
	height: 60px;
	margin: 0px auto 0px auto;
}


#footer p {
	margin: 0px;
	padding: 13px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: 10px;
	
}

#footer a {
	color: #CC3366;
	padding-right: 10px;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}


#footer ul {
	margin: 0px;
	padding-left: 10px;
	list-style: none;
	line-height: normal;
}

#footer li {
	float: left;
	margin: 0px;
	font-size: 10px;
}



#footer .active {
}

#footer .active a {
}


.mainPlate{
	width: 595px;
	margin: 10px;
	height: 130px;
}

.plateImage{
	float: left;
}

.plateDetails{
	float: left;
	padding: 5px;
}

.seriesname{
	font-weight: bold;
	color: #CC3366;
	font-size: 1.2em;
	margin-right: 10px;
}

.platename{
	font-weight: bold;
	color: #000000;
	font-size: 1.2em;
}

.price{
	font-weight: bold;
	color: #CC3366;
	font-size: 1.5em;
	margin-left: 40px;
}

.issuer{
	padding-right: 7px;
	font-weight: bold;
	color: #CC3366;
}

.country{

}

.series{
	padding-left: 25px;
	font-weight: bold;
}

.memberTitle{
	font-size: 1em;
	font-weight: bold;
}

#signupFormDiv{
	width: 450px;
	/* border-color: #e2c9ba; */
}
#signupFormDiv2{
	width: 450px;
	height: 700px;
	/* border-color: #e2c9ba; */
}
#loginFormDiv{
	width: 450px;
	height: 110px;
}

#signupFormDiv input, #loginFormDiv input{
	border: 1px solid #CC3366;
}


.signupLabel{
	font-weight: bold;
	float: left;
	width: 130px;
	height: 36px;
}

.signupField{
	float: left;
	height: 36px;
	clear: right;
	width: 450px;
}


