/*
__________________________________________________

Thomas revised version: Jan. 20, 2010

@font-face is put in this stylesheet for the purpose of having a specific font type taken from an external website to be incorporated into our website.
__________________________________________________
*/

/* font-face embeds for ff3.5, ie7, ie8, safari3.2.1 windows */
@font-face {
	font-family: ;
	src: url();
}

/* blueprint overrides */
.vertical-13 {
	min-height: 231px;
	height: 231px;
}
.vertical-4 {
	min-height: 62px;
	height: 62px;
}

/* hides the animated select dropdown menu */
select#effectTypes {
	display: none;
	visibility: hidden;
}
.language p {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	margin-bottom: 0;
}
.language p a {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	text-transform: uppercase;
	color: #636363;
}
.language p a:hover,
.language p a:active {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}
.country p {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	margin-bottom: 0;
}
.country p a {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	text-transform: uppercase;
	color: #636363;
}
.country p a:hover,
.country p a:active {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}
.section p {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	margin-bottom: 0;
}
.section p a {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	text-transform: uppercase;
	color: #636363;
}
.section p a:hover,
.section p a:active {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}
.language .selected,
.country .selected,
.section .selected {
	padding-top: 33px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	text-transform: uppercase;
	color: #006cd9;
}
.section .sectionSelected {
	margin-left: -10px;
}

