/*	Author: Andre Berger Design @ www.berger-design.com
*	Date: Nov'11
*	V: 1.0
*/

/************************** LANDING PAGE STYLE ****************************/

body {
	color: #454545;
	-webkit-font-smoothing: antialiased;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 21px;

	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: fixed;
	background-image: url(assets/bg.jpg);
	background-color: #6f6f6f;

}

.copyrightHOLD
 {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 10px;
	color: #727272;
	margin-bottom: 20px;
}
.copyrightHOLD a
 {
	color: #727272;
}
.copyrightHOLD a:link, a:visited, a:active
 {
	color: #5F5F5F;
	text-decoration: none;
}
.copyrightHOLD a:hover {
	text-decoration: underline;
	color: #d9222d;
}

#mainFrameHolding {
	width: 780px;
	background-attachment: fixed;
	background-image: url(assets/world_map.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 0px;
}
.holdingSlogan
 {
	font-size: 20px;
	color: #4A4A4A;
	font-style: italic;
	padding-top: 20px;
	padding-bottom: 20px;
}
.holdingCopy   {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.landingPage_h1 {
	font-size: 20px;
	font-size: 17px;
	font-weight: normal;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	text-align: center;
	font-style: italic;
	padding-top: 20px;
}
.landingPage_h1 a {
	font-size: 20px;
	color: #5F5F5F;
	padding-top: 40px;
	font-size: 17px;
	font-weight: normal;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	text-align: center;
	font-style: italic;
	text-decoration: none;
}
.landingPage_h1 a:hover {
	color: #d9222d;
}
.landingPage_h1 a:link, a:visited, a:active {
	font-size: 20px;
	padding-top: 40px;
	font-size: 17px;
	font-weight: normal;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	text-align: center;
	font-style: italic;
	text-decoration: none;
}

#mainFrameHolding  table   {
	width: 780px;
	text-align: center;
}
.enter {
	font-size: 15px;
	padding-top: 0px;
	padding-bottom: 20px;
	color: #d9222d;
}
.enter a {
	color: #d9222d;
}
.enter a:link, a:visited, a:active {
}
.enter a:hover {
	text-decoration: none;
	color: #454545;
}
