@charset "utf-8";
/* CSS Document */
body {
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
td {
	font-size: 12px;
}

.fontpink {
	color: #bb006a;
}

.fontpinklarge {
	color: #bb006a;
	font-size: 12px;
}
.framemain {
	background-color: #999999;
	height: 600px;
	width: 960px;
	border: 1px solid #7C7C7C;
}
.framemenu {
	height: 600px;
	width: 355px;
	float: left;
}
.framecontent {
	height: 600px;
	width: 575px;
	float: left;
	margin-left: 25px;
}
.frameinfo {
	width: 575px;
	height: 465px;
}
.framefooter {
	width: 533px;
	height: 20px;
	text-align: right;
}
.logo{
	width:305px;
	margin-top: 40px;
	padding-left: 50px;
}
.title{
	width:305px;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 44px;
	padding-left: 50px;
}
.navigation{
	margin-top: 40px;
	width:575px;
	margin-bottom: 57px;
}
.menu{
	margin-bottom: 5px;
	padding-left: 50px;
}
.menu2 {
	margin-bottom: 6px;
}


a.linkpink:link {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;

}
a.linkpink:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;

}
a.linkpink:hover {
	text-decoration: none;
	color: #bb006a;
	font-family: Arial, Helvetica, sans-serif;

}
a.linkpink:active {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;

}

a.linkwhite:link {
	text-decoration: none;
	color: #bb006a;
	font-family: Arial, Helvetica, sans-serif;

}
a.linkwhite:visited {
	text-decoration: none;
	color: #bb006a;
	font-family: Arial, Helvetica, sans-serif;

}
a.linkwhite:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;

}
.font-size-10 {
	font-size: 10px;
}
.clientlist {
	line-height: 20px;
}


a.linkwhite:active {
	text-decoration: none;
	color: #bb006a;
	font-family: Arial, Helvetica, sans-serif;

}

.bg_contact {
	background-image: url(images/background_contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}
.bg_locations {
	background-image: url(images/background_locations.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}
.bg_index {
	background-image: url(images/Pattern-web_bk.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
}
.frameindex1 {
	padding-top: 250px;
	padding-right: 100px;
	padding-bottom: 30px;
	padding-left: 100px;
}
.frameindex2 {
	padding: 30px;
	margin-left: 510px;
	margin-top: 50px;
	line-height: 15px;
	background-image: url(images/grey-shad-home.png);
	background-repeat: repeat;
	height: 490px;
	margin-right: 50px;
	font-weight: 400;
}


.glossymenu{
	padding: 0;
	width: 305px; 
	margin-left: 50px;
}

.glossymenu a.menuitem{
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 2px;
}


.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}


.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}


.glossymenu div.submenu ul li a{
display: block;
text-decoration: none;
padding: 2px;
padding-left: 20px;
}
