/* typography and colour only in this file */

html {
	background-color: #202020;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

body {
    background-color: #202020;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

#container {
	background-color:#000;
}

#content {
	background-color:transparent;
}

/* HEAD STYLES ------------------------------------------------------*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #b1ce26;
    background-color:transparent; 
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#b1ce26;
    background-color:transparent; 
    font-weight:bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    background-color:transparent; 
    font-weight:bold;
}

/* PARA STYLES ------------------------------------------------------*/

p {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
    background-color:transparent; 
}

#notice {
	font-size:11px;
	text-align:justify;
}

.small {
	font-size:10px;	
}

/* LINK STYLES ------------------------------------------------------*/

a {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
    text-decoration:none;
}

a:hover {
	color:#ffffff;
	}

.leftnav_text {
    background-color: transparent;
    color:#b2b2b1;
    text-decoration:none;
}



#rightnav_text{
    background: transparent;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.RightNavButton {
	background-color:#e02171;	
	text-decoration:none;
	font-weight:bold;
	color: #9fb28f;
	background-color:#444343;
	border: 1px solid #9fb28f;
}

.RightNavButton:hover {
	background-color:#b7004d;	
	border: 1px solid #9fb28f;
	background-color:#9fb28f;
	color:#ffffff; 
}

.rightnav_block {
	background-color:#333333;
	}

.BuyButton {
	color: #9fb28f;
	background-color:#444343;
	border: 1px solid #9fb28f;
	text-decoration:none;
	font-weight:bold;
} 

.BuyButton:hover {
	background-color:#576b46;	
	border: 1px solid #9fb28f;
	color:#ffffff;  
}

.BackButton {
	background-color:#b7004d;	
	border: 1px solid #9fb28f;
	background-color:#9fb28f;
	color:#ffffff; 
	text-decoration:none;
	font-weight:bold;
}

.BackButton:hover {
	background-color:#576b46;	
	color:#fff;
}

.HomeImage{
	border: 1px solid #000;
}

.HomeImage:hover {
	border: 1px solid #333333;
}


#topNavigator a:link { 
	color: #9FB28F; 
	text-decoration: none; 
	font-size: 17px;
	 
}

#topNavigator a:visited { 
	color: #9FB28F; 
	text-decoration:none; 
	font-size: 17px;
}
 
#topNavigator a:hover { 
	color: #ffffff; 
	text-decoration:none; 
	font-size: 17px;
}

#content {
    background-color: #000;
    color: #c1c0c0;
}

#footer a:link, #footer a:visited {
    color: #fff; 
    font-size: 12px; 
    text-decoration:none;
}

#footer a:hover { 
	color: #e51d9b;
    text-decoration:underline; 
}

.designlist_element {
	background-color:#333333;
}

#designDetails{
    background-color: #313131;
}



