/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 70%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p {
	font-size: 110%;
	color: #333333;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 120%;
	text-align: left;
}

label {
	font-size: 130%;
	color: #000;
	font-weight: normal;
}

a {
	font-size: 100%;
	color: #492b6e;
	font-weight: bold;
	padding: 0px;
}
a:visited {
	color: #492b6e;
}
a:hover {
	color: #492b6e;
}
/* red #ed1f24; */
a:active {
	color: #492b6e;
}
h1 {
	font-size: 250%;
	color: #49286F;
	border-bottom-width: 1px;
	border-bottom-style: so;
	border-bottom-color: #FF3333;
	font-weight: normal;
}
h2 {
	font-size: 150%;
	color: #49286F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3333;
}

h3 {
	font-size: 150%;
	color: #49286F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF3333;
}

#outta_container {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

#center_container {
	width: 100%;
	max-width: 1100px;
	min-width: 900px;
	padding: 0;
	margin: 0 auto;
}

#banner_repeat {
	width: 100%;
	height: 160px;
	background-image:url(images/banner_repeat.jpg);
	background-repeat: repeat-x;
	text-align: left;
	background-position: left 10px;
}

#banner_left {
	width: 100%;
	height: 160px;
	background-image:url(images/banner_left.jpg);
	background-repeat:no-repeat;
	background-position: 0px 10px;
}

#banner_right_home {
	float: right;
	width: 100%;
	height: 160px;
	background-image:url(images/banner_right.jpg);
	background-repeat:no-repeat;
	background-position: right 10px;
}

#banner_right_contact {
	float: right;
	width: 100%;
	height: 160px;
	background-image:url(images/banner_right.jpg);
	background-repeat:no-repeat;
	background-position: right 10px;
}

.contact_details {
	font-size: 100%;
	padding-top: 10px;
	color: #4B276D;
	padding-left: 35px;
	padding-right: 110px;
	line-height: 90%;
}

#middle_content {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(images/bg_right_content.jpg);
	background-repeat: no-repeat;
	background-position: 1px -20px;
}

#left_content {
	position: relative;
	float: right;
	width: 20%;
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
	background-image: url(images/bg_right_content.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	clear: none;
}

#left_content ul {
list-style-type: none;
padding: 0;
margin: 0;
}

#left_content li a {
	font-size: 110%;
	font-weight: bold;
	line-height: 1.6em;
	text-decoration:none;
	color: #333333;
}

#right_content {
	text-align: left;
	margin-bottom: 0px;
	margin-left: 2%;
	width: 70%;
	float: left;
	margin-right: 1%;
	clear: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#right_content ul  {
	list-style-type: none;
	padding-left: 0px;
}
#right_content ul li {
	font-size: 120%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 150%;
}

#right_content ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


#right_content ul li ul li a {
	font-size:80%;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.full_width {
float: left;
width: 95%;
clear: right;
}

.number_content {
	float: left;
	width: 40%;
	height: 11em;
	margin-right: 1%;
	padding: 1em;
	margin-bottom: 1%;
	position: relative;
}

.number_content p {
margin:0;
padding: 0;
line-height: 1.4em;
}


.numberimg {
float: left;
margin-right: 20px;
margin-bottom: 50px;
}


.callback {
	float: right;
	width: 280px;
	border: 1px dashed #ff3333;
	margin-bottom: 20px;
	margin-left: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.callback p {
	font-size: 110%;
	font-weight:bold;
}

.callback label {
	font-size: 110%;
}

.samples_left {
	position: relative;
	float: left;
	width: 100%;
	margin-right: 0%;
	margin-bottom: 15px;
	padding: 0px;
}

.samples_left ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.samples_left li {
	margin: 3px;
}
.samples_left li a img {
	border: 3px solid #49286F;
	background-color: none;
	padding: 0;
}
.samples_left li a:hover img {
	border: 3px solid #FF3333;
		background-color: none;
	padding: 0;
}

.samples_right {
position: relative;
float: right;
width: 45%;
}

.img_border {
border: 3px solid #492b6e;
}

fieldset
{
	border: 1px solid #FF3333;
	width: 100%;
	padding: 5px;
}

legend
{
	font-size: 140%;
	font-weight: bold;
	color: #49286f;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 6px;
} 

legend p {
 font-size: 120%;	
}
.customers {
	font-size: 160%;
	color:#FF3333;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 100%;
}

.red {
color:#FF3333;
}

.bigred {
	color:#FF3333;
	font-size:200%;
	line-height: 90%;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.red_dashed {
	border: none;
	padding: 20px;
	}

.clearleft {
clear: left;
}

.clearfix:after {content: ".";
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/* End clearfix */

form {
padding: 0px;
margin: 0px;
}

input {
	background-color: #E7E6E8;
	font-size: 110%;
	font-family:Trebuchet MS, Verdana, sans-serif;
	border: 1px solid #C4A9E0;
}

textarea {
	background-color: #E7E6E8;
	font-size: 110%;
	font-family:Trebuchet MS, Verdana, sans-serif;
	overflow:hidden;
	border: 1px solid #C4A9E0;
}

.altformbutton {
padding: 1px;
color:#FFFFFF;
background-color: #49286F;
	font-size: 120%;
	font-weight: bold;
}

.p {
	font-size:120%;
	color:#49286F;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.indent {
	position:relative;
	padding-left:14px;
	padding-bottom: 20px;
}
.indent table td {font-size:1.3em;}
.numbers {position:absolute; top:1px; left:-3px; width:25px; height:124px; background-image:url(css/numbers.gif);}
.red {color:#FF0000;}


.links {
	position:relative;
	width:90%;
	height:6em;
	float:left;
	font-size: 100%;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.links_desc {
	position:relative;
	width:43%;
	height:5em;
	float:left;
	padding: 0px 0px 0px 2px;
	font-size: 130%;
	margin: 0px;
}
.padding {padding-left:60px;}

.img_map {
	border: 2px solid #49286F;
	padding: 0;
	margin: 0;
}

td a {
padding: 0;
margin: 0;
}

#footer_links {
	float: none;
	width: 100%;
	position: relative;
	clear: both;
	margin-bottom: 10px;
	margin-top: 15px;
}

#footer_links td a {
	font-size: 110%;
	font-weight: normal;
	text-decoration: underline;
	color: #333333;
}

#footer_links p {
	font-size: 105%;
	line-height: 150%;
	color: #666666;
}
.smaller {
	font-size: 95%;
}
.news_item {
	clear: both;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A5A5D1;
	width: 100%;
}
.news_title {
	font-weight: bold;
	color: #FF0000;
	font-size: 120%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.news_date {
	color: #666666;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.news_image {
	float: left;
	height: 100px;
	width: 100px;
	margin-right: 15px;
}
.img_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
}
table {
	margin-bottom: 15px;
}
td {
	font-size: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
label {
	font-size: 110%;
}


ul#menu, ul#menu ul {
	list-style-type:none;
	margin: 0px;
	padding: 0;
	width: 600px;
}

ul#menu a {
  display: block;
  text-decoration: none;	
  cursor:pointer;
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  color: #49286F;
  padding-top: 5px;
  padding-bottom: 5px;
    text-decoration:underline;
  
}

ul#menu li ul li a {
  color: #000;
  text-decoration:underline;
}


.menu_container {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.menu_container p {
	font-size: 11px;
	font-weight: bold;
}
.sub_menu_container {
	float: left;
	margin-right: 10px;
	height: 110px;
	margin-bottom: 10px;
}
.header_slogan {
	position: absolute;
	z-index: 5;
	width: 490px;
	top: -104px;
	font-size: 140%;
	color: #FFFFFF;
	font-weight: normal;
	text-align: right;
	line-height: 120%;
	right: 155px;
}
.clearboth {
	clear: both;
	float: none;
	display: block;
	margin: 5px;
}
ol{
	font-size: 110%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 190%;
	margin-left: 5px;
	padding-left: 20px;
	padding-top: 0px;
	margin-top: 0px;
}

ul {
	font-size: 100%;
	margin-left: 0px;
}

ul li ul {
	font-size: 90%;
	margin-left: 20px;
}
.span_ps {
	font-size: 110%;
	float: left;
	width: 30px;
	color: #333333;
	font-weight: bold;
}

.span_ps_text {
	float: left;
	font-size: 110%;
	color: #333333;
	width: 650px;
	clear: right;
	margin-bottom: 15px;
	font-weight: bold;
}
.span_float_mini {
	font-weight: bold;
	float: left;
	text-align: left;
	width: 50px;
}
.span_float_red {
	color: #FF3333;
	float: left;
	clear: right;
	text-align: left;
}
.span_float_right {
	float: left;
	clear: right;
	font-size: 110%;
}
#trophey {
	float: right;
	width: 160px;
	position: relative;
	text-align: left;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#team_photo {
	float: left;
	clear: left;
	width: 320px;
	margin-bottom: 20px;
}

#trophey_info {
	position: absolute;
	left: 105px;
	top: 15px;
	width: 80px;
}
.float_right {
	margin-bottom: 25px;
	text-align: right;
	display: block;
	margin-top: 5px;
	color: #49286D;
}
.big_slogan {
	font-size: 90%;
	font-weight: normal;
	display: block;
	text-align: right;
}
.img_border {
	border: 2px solid #49286D;
}
#sample_cats {
	float: left;
	width: 97%;
	margin-bottom: 10px;
}

#sample_cats p {
line-height: 150%;
}
hr {
	color: #FF0000;
}
legend em {
	color: #333333;
	font-size: 90%;
	font-weight: normal;
}
