* {
	margin: 5px;
}

body {
	min-width: 750px;
}

.loginFormTextInputUser {
	padding-right: 56px;
}
.loginFormTextInputUser input {
	height: 12px;
	width: 135px;
	font-size: 12px;
}
.loginFormTextInputPass input {
	height: 12px;
	width: 70px;
	font-size: 12px;
}
.loginFormSubmit {
	padding-right: 55px;
}
.loginFormSubmit input {
	height: 20px;
	width: 40px;
	font-size: 12px;
}

#loggedInFormat {
	padding-right: 55px;
	padding-top: 20px;
}

.mailForm .mailFormTextInput input {
	float: left;
	height: 12px;
	width: 114px;
	font-size: 12px;
}
.mailForm .mailFormTextInput {
	padding-left: 46px;
}
.mailForm .mailFormSubmit {
	padding-left: 46px;
}
.mailForm .mailFormSubmit input {
	float: left;
	height: 20px;
	width: 120px;
	font-size: 12px;
}

.container {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	background: url(images/containerBG1.jpg);
	position:relative;
	height: 100%;
	text-align: center;
}

.txtContainer {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 14px;
}
.txtContainerCenter {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 14px;
}

.cenHead {
	margin-right: auto;
	margin-left: auto;
	width: 640px;
}
.head {
	/*background-color: #EEEEEE;*/
	background: url(images/h1.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	height: 125px;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 11px;
	color: #8B8B8B;
}

#headTop {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	position: relative;
	height: 100%;
	text-align: center;
}
.headTopLeft {
	display: inline;
	width: 245px;
	float: left;
}

.containerHead {
	text-align: center;
	font-size: 11px;
	color: #8B8B8B;
	padding-bottom: 10px;
}

.aboveContent {
	background-color: #C0C8FE;
	text-align: center;
	font-size: 28px;
	color: #8B8B8B;
}

.belowContent {
	text-align: center;
	font-size: 11px;
	color: #8B8B8B;
}

.content {
	border-bottom: double;
	border-color: #DDDDDD;
	text-align: center;
	font-size: 12px;
	color: #8B8B8B;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 730px;
}

.introTxt {
	border-top: double;
	border-color: #DDDDDD;
	text-align: center;
	font-size: 15px;
	color: #8B8B8B;
	padding-top: 10px;
	padding-bottom: 10px;
}

.picGalL {
	border-top: double;
	border-right: double;
	border-color: #DDDDDD;
	width: 350px;
	float: left;
}

.picGalR {
	border-top: double;
	border-left: double;
	border-color: #DDDDDD;
	width: 350px;
	float: right;
}

.clear {
	clear:both;
}

/****/
.upperNav {
	padding-bottom: 10px;
}
.upperNav a {
	border-right: 1px solid #333333;
	text-decoration: none;
	font: bold 1em Verdana,sans-serif;
	line-height: 18px;
	padding-right: 10px;
	font-size: 11px;
	color: #8B8B8B;
}
.upperNav a:hover {
	text-decoration: underline;
}
/****/
.lsStyleLink {
	padding-bottom: 10px;
}
.lsStyleLink a {
	text-decoration: none;
	font: bold 1em Verdana,sans-serif;
	text-align: center;
	font-size: 11px;
	color: #8B8B8B;
}
.upperNav a:hover {
	text-decoration: underline;
}
/****/
.lowerNav {
	width: 750px;
	border-top: double;
	border-color: #DDDDDD;
	padding-top: 10px;
}
.lowerNav a {
	border-right: 1px solid #333333;
	text-decoration: none;
	font: bold 1em Verdana,sans-serif;
	line-height: 18px;
	padding-right: 10px;
	font-size: 11px;
	color: #8B8B8B;
}
.lowerNav a:hover {
	text-decoration: underline;
}
/****/

.login {
	border-bottom: double;
	border-top: double;
	border-color: #DDDDDD;
	text-align: center;
	font-size: 12px;
}

.salesManagerLinkFont a, .faqLinkFont a {
	color: #313131;
	text-decoration: none;
}
.salesManagerLinkFont a:hover, .faqLinkFont a:hover {
	text-decoration: underline;
}


