* { margin: 0; padding: 0}

body {
	/* background: #6db4d6 url(../images/body_bg.png) repeat-x; */
	margin: 0 auto;
	font: 11px/15px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	}

#nojs {
	border-top: 1px solid #891414;
	border-bottom: 1px solid #891414;
	background-color: #cd4848;
	margin: 20px 0 20px 0;
	padding: 10px;
	color: #fff;
	}

#nojs h1 {
	background: url(../images/warning.gif) 46.5% 0 no-repeat;
	text-align: center;
	font-size: 16px;
	}
	
#nojs h2 {
	font-size: 12px;
	margin-top: 5px;
	}
	
#container-tl {/* background: transparent url(../images/topleft.png) top left no-repeat; */}
#container-tr {/* background: transparent url(../images/topright.png) top right no-repeat; */}
#container-bl {/* background: transparent url(../images/bottomleft.png) bottom left no-repeat; */}
#container-br {/* background: transparent url(../images/bottomright.png) bottom right no-repeat; */}

#container {
	margin: 80px auto 53px auto;
	width: 771px;
	background-color: #fff;
	text-align: left;
	}
	
/*
#logo {
	background: url(../images/gss_logo.gif) no-repeat;
	height: 49px;
	width: 186px;
	text-indent: -9999px;
	position: relative;
	top: 12px;
	left: 24px;
	margin-bottom: 25px;
}
*/

#logo a {
	height: 53px;
	width: 142px;
	display: block;
	}

ul#nav {
	list-style: none;
	background: url(../images/nav.png) no-repeat;
	height: 36px;
	width: 729px;
	text-indent: -9999px;
	margin: 0 auto;
	}

ul#nav li {
	float: left;
	display: block;
	}

ul#nav li a {
	display: block;
	height: 35px;
	}
	
ul#nav li#a-home { width: 70px; margin-left: 23px; }
ul#nav li#a-prod { width: 90px; }
ul#nav li#a-supp { width: 86px; }
ul#nav li#a-comp { width: 96px; }
ul#nav li#a-cont { width: 86px; }
ul#nav li span { clear: left; display:inline; float:right; text-indent: 0px; white-space:nowrap; color:#FFFFFF; margin-right:10px; margin-top:10px;}
ul#nav li span a { display:inline;}


ul#nav li#a-home a:hover { background: url(../images/nav.png) -23px -36px no-repeat; }
ul#nav li#a-prod a:hover { background: url(../images/nav.png) -93px -36px no-repeat; }
ul#nav li#a-supp a:hover { background: url(../images/nav.png) -183px -36px no-repeat; }
ul#nav li#a-comp a:hover { background: url(../images/nav.png) -269px -36px no-repeat; }
ul#nav li#a-cont a:hover { background: url(../images/nav.png) -365px -36px no-repeat; }


#maincontent {
	padding-top: 25px;
	}
	
#logincontainer {
	float: left;
	width: 308px;
	height: 275px;
	margin-left: 20px;
	padding: 18px 0 18px 18px;
	/* background: url(../images/login_container.jpg) top left no-repeat; */
	}

#logincontainer h2 {
	color: #24779e;
	font-size: 18px;
	padding-bottom: 10px;
	padding-top: 10px;
	}

#logincontainer dl {
	margin-top: 10px;
	color: #666;
	}

#logincontainer dt {
	font-size: 11px;
	}
	
#logincontainer #username {
	width: 217px;
	background: #c7dfea url(../images/login_ico.gif) 5px 3px no-repeat;
	border: 1px solid #83bbd4;
	padding: 3px 0 0 20px;
	height: 18px;
	color: #13506c;
	}
	
#logincontainer #password {
	width: 217px;
	background: #c7dfea url(../images/password_ico.gif) 5px 3px no-repeat;
	border: 1px solid #83bbd4;
	padding: 3px 0 0 20px;
	height: 18px;
	color: #13506c;
	}

#logincontainer p {
	font-size: 11px;
	color: #666;
	font-weight: bold;
	margin-top: 10px;
	}

#logincontainer a {
	color: #3b8bae;
	font-weight: bold;
	}

#logincontainer a:hover {
	color: #79b5d6;
	}

#logincontainer #btnLogin {
	margin-left: 5px;
	width: 77px;
	height: 22px;
	color: #fff;
	}
	
#imagecontainer {
	background: url(../images/gss_unity_main.jpg) no-repeat;
	width: 400px;
	height: 267px;
	float: left;
	text-indent: -9999px;
	}

#imagecontainer ul { list-style: none; }

#errorcontainer {

	}

#errorcontainer {
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	border: 1px solid #891414;
	background-color: #cd4848;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 253px;
	padding-top: 0px;

	}

#errorcontainer span {
	background: url(../images/warning.gif) 0 0 no-repeat;
	height: 15px;
	padding-left: 22px;
	color: #fff;
	
	}

#spanlanguage a
{
	color: #fff;
	font-weight: bold;
	display:inline;
}
	
#footer {
	clear: left;
	position: relative;
	top: 20px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	}
	
#footer a {	color: #17546e; }
#footer a:hover { color: #95cfee;}

div.repname {
    text-transform: capitalize;
    display: inline;
    position: absolute;
    font-size: 18px;
    padding-top: 5px;
    color: #fff;
    margin-top: 7px;
    margin-left: 12px;
    width: 250px;
}
.photo {
    float: left;
}
.photo img {
    display: block;
    padding: 5px;
    background: #fff;
    /* border: 1px solid #ddd8c2; */
    max-width: 30px;
    border-radius: 25px;
}
.distributor-info {
    float: left;
    width: 50px;
    margin-top: 16px;
    text-align: right;
}