/**
 * Stylesheet for International Mountain Summit
 *
 * Screen/Projection Stylesheet (Red)
 *
 * @author		akanai web technologies
 * @link			http://www.ims.bz
 * @copyright	International Mountain Summit
 * @developer	Copyright 2010, akanai web technologies
 */
 
.header {
	background-color: #ca0039;
}

#menu5 a.level1 {
	border-color: #ca0039;
	background-color: #ca0039;
}

#menu5 a.level1-active {
	border-color: #ca0039;
}

.text a:hover {
	color: #ca0039;
}

.text li {
	background-image: url('../img/themes/red/bullet.gif');
}

.text th {
	background-color: #ca0039;
}

.text th a, .text th a:hover {
	color: #fff !important;
}

input[type=button], input[type=reset], input[type=submit] {
	color: #ca003a;
}

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	background-color: #ca0039;
}

input[type=text]:focus, input[type=file]:focus, input[type=password]:focus, select:focus, textarea:focus {
	border-color: #ca0039;
}
