/*************************************************************************
*   
*   Global Stylesheet
*
*   Copyright 2004-2010, HWebSystems
*   www.hwebsystems.com
* 
*************************************************************************/

/*--------------------------------------------------------------------------
Generic
--------------------------------------------------------------------------*/

body {
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	text-align: center;
	background: #FFF;
	padding: 0;
	margin: 0;
	cursor: default;
	overflow: hidden;
}
table, td, div {
	font-size: 11px;
}
img {
	border: 0; 
}
img.border {
	border: solid 1px #000;
}
img.border-flag {
	border: solid 1px #FFF;
}
img.border-left {
	border: solid 1px #000;
	margin: 0 15px 0 0;
}
img.border-right {
	border: solid 1px #000;
	margin: 0 0 0 15px;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}
form, input, select {
	padding: 0;
	margin: 0;
}
h1.keywords {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #CCC;
	height: auto;
	padding: 12px 0 12px 0;
	margin: 0;
}
h2.specialoffers {
	width: 224px;
	height: 32px;
	background: url(../../graphics/splash/content/titles/specialoffers.png) no-repeat;
	margin: 4px 0 0 0;
}
h2.specialoffers span {
	width: 47px;
	height: 23px;
	background: url(../../graphics/splash/content/icons/specialoffers.png) no-repeat left top;
	margin: 6px 0 0 0;
	float: right;
}
h2.welcome {
	width: 324px;
	height: 32px;
	background: url(../../graphics/splash/content/titles/welcome.png) no-repeat;
	margin: 4px 0 0 0;
}
h2.welcome span {
	width: 33px;
	height: 24px;
	background: url(../../graphics/splash/content/icons/welcome.png) no-repeat left top;
	margin: 6px 0 0 0;
	float: right;
}
h2.ourbrands {
	width: 260px;
	height: 32px;
	background: url(../../graphics/splash/content/titles/ourbrandsandservices.png) no-repeat;
	margin: 5px 0 0 0;
}
h3.title {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #DAFFB2;
	margin: 0 0 14px 0;
}
hr {
	height: 1px;
	color: #CECECE;
	background: #CECECE;
	border: 0;
}
a, a:link, a:active, a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}

/*--------------------------------------------------------------------------
Common
--------------------------------------------------------------------------*/

.hide {
	display: none;
}
.replaced {
	overflow: hidden;
	text-indent: -10000em;
}
.clear {
	clear: both;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.divider {
	width: 1px;
	height: 305px;
	background: url(../../graphics/splash/content/divider.png) repeat-y;
	margin: 15px 0 0 0;
}
.nomargin p {
	margin: 0;
}

/*--------------------------------------------------------------------------
Header
--------------------------------------------------------------------------*/

.header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	z-index: 2;
}
.logo {
	width: 155px;
	height: 114px;
	margin: 0;
	background: url(../../graphics/splash/header/logo/back.png) no-repeat;
	position: absolute;
	left: 0;
}
.logo img {
	margin: 26px 0 0 0;
}
.header .wrapper {
	height: 39px;
	background: #FFF;
	padding: 0 0 0 15px;
	margin: 0 0 0 155px;
}
.keywords {
	width: 555px;
}
.languages {
	width: 275px;
	padding: 10px 0 0 0;
}
.latestnews {
	height: 39px;
	background: url(../../graphics/splash/header/latestnews/back.png);
	padding: 0 0 0 170px;
}

/*--------------------------------------------------------------------------
Footer
--------------------------------------------------------------------------*/

.footer {
	width: 100%;
	height: 610px;
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.footer .wrapper {
	width: 1000px;
}

/*--------------------------------------------------------------------------
Advertisment
--------------------------------------------------------------------------*/

.advertising {
	width: 260px;
	height: 260px;
}

/*--------------------------------------------------------------------------
Content
--------------------------------------------------------------------------*/

.content {
	width: 100%;
	height: 320px;
	background: url(../../graphics/splash/content/back.png) repeat-x top;
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.column1 {
	width: 224px;
	height: 305px;
	margin: 15px 40px 0 50px;
}
.column2 {
	width: 324px;
	height: 305px;
	margin: 15px 40px 0 30px;
}
.column3 {
	width: 260px;
	height: 305px;
	margin: 15px 0 0 30px;
}
.content-title {
	height: 55px;
	text-align: left;
}
.content-holder {
}
.content-holder,
.content-holder table {
	line-height: 15px;
}
.content-holder p {
	margin: 0 0 17px 0;
}
.content-holder ul {
	padding: 0 0 0 36px;
}
.text {
	padding: 16px 0 0 0;
}
.navigation {
	padding: 20px 0 0 0;
}
.xmod {
}
.learnmore {
	width: 74px;
	height: 21px;
	background: url(../../graphics/splash/content/buttons/learnmore.png) no-repeat;
}
.learnmore a {
	width: 74px;
	height: 21px;
	display: block;
}

/*--------------------------------------------------------------------------
Our Brands
--------------------------------------------------------------------------*/

#ourbrands {
	width: 260px;
	padding: 0;
}
#ourbrands li {
	color: #FFF;
	list-style: none;
	text-align: left;
	margin: 0 0 5px 0;
	float: left;
}
#ourbrands a {
	width: 230px;
	color: #FFF;
	text-decoration: none;
	background: url(../../graphics/splash/content/ourbrands/back.png) no-repeat;
	padding: 6px 15px 7px 15px;
	display: block;
}
#ourbrands a:hover {
	color: #FFF;
}
#ourbrands .cyan a {
	background-position: left 0;
}
#ourbrands .orange a {
	background-position: left -33px;
}
#ourbrands .green a {
	background-position: left -66px;
}
#ourbrands .purple a {
	background-position: left -99px;
}
#ourbrands .brown a {
	background-position: left -132px;
}
#ourbrands .blue a {
	background-position: left -165px;
}
#ourbrands .darkgreen a {
	background-position: left -198px;
}
#ourbrands a:hover {
	background-position: left -231px;
}

