body, html {
	margin: 5px;
	padding: 0;
	height: 100%;
}

body, table {
	font-size: 12px;
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
	color: #4f4f4f;
}

img {
	border: none;
}

a:link, a:active, a:visited {
	color: #29668a;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.allsomething {
	color: #29668a;
}

h1 {
	font-weight: normal;
	color: #000000;
	font-size: 16px;
	margin:17px 0;
}
h2 {
	font-weight: normal;
	color: #000000;
	font-size: 16px;
}
h3 {
	font-weight: normal;
	color: #000000;
	font-size: 16px;
	margin:16px 0;
}
h4 {
	margin: 0px;
	font-weight: normal;
	font-size: 12px;
}

.req {
	color: #ff3300;
}

/** Forms **/
.form-input-text {
	background-image: url(../images/form_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #B5B8C8;

}

.contacts-input {
	width: 300px;
	font-size: 17px;

}
.contacts-button {
	font-size: 16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	position:absolute;
	bottom: 15px;
	left:20px;
	width:150px;
}

.contacts-box {
	position:relative;
	float:left;
	border:1px #DDD solid;
	padding:10px 20px 20px 20px;
	height:100%;
	width:310px;
	margin-top:10px;
}
.contacts-box h3 {
	height:40px;
	margin-top:0;
}

.error-input {
	border: 1px solid #ff3300;
}

/** Errors **/
#errors {
	font-size: 10px;
	text-align: right;
}

.error-text {
	color: #ff3300;
}

.good-text {
	color: #3C62A4;
}

.loading {
	height: 18px;
	width: 18px;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}

.header {
	width: 100%;
	height: 82px;
}

.header-break {
	height: 3px;
	background-color: #286589;
}

.navigation {
	height: 82px;
	background-image: url(../images/navigation/background.gif);
	background-repeat: repeat-x;
}

.navigation-links {
	line-height: 20px;
	padding-left: 10px;
	padding-top: 10px;
}

.navigation-links a:link, .navigation-links a:active, .navigation-links a:visited {
	color: #ffffff;
	text-decoration: none;
}

.navigation-links a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.footer {
	width: 100%;
	height: 130px;
}

ul {
	line-height: 12px;
}
ul li {
	padding-bottom: 8px;
}

/* HOME SECTION LIST */
#home #homeSectionList {width: 752px; height: 380px; overflow:hidden; position:relative; padding-left:0;}
#home #homeSectionList li {display:block; position:absolute; left:0; line-height:1.2; padding-top:0;}
#home #homeSectionList li a {font-size: 16px; color: #286589; display:block; background:#f5f5f5; padding:10px 0; }
#home #homeSectionList li a:hover {text-decoration:none;}
#home #homeSectionList li#forAdAgency {font-size: 11px; text-align: left; width:248px; height: 366px; background-color: #f5f5f5; left:0px; cursor:pointer;}
#home #homeSectionList li#forFirms {font-size: 11px; text-align: left; width:248px; height: 366px; background-color: #f5f5f5; left:252px; cursor:pointer;}
#home #homeSectionList li#productsExamples {font-size: 11px; text-align: left; width:248; height: 366px; background-color: #f5f5f5; left:504px; cursor:pointer;}

.left_shadow {
background:url('/images/left-shadow.png') left repeat-y;
padding-left:3px;
}
.top_shadow {
background:url('/images/top-shadow.png') top repeat-x;
padding-top:4px;
}
.right_shadow {
background:url('/images/right-shadow.png') right repeat-y;
padding-right:3px;
}
.bottom_shadow {
background:url('/images/bottom-shadow.png') bottom repeat-x;
padding-bottom:4px;
}
.border0, .border1, .border2, .border3 {
height: 366px; 
}
.border0a {
width: 212px; height: 212px; text-align:center; padding-top:5px;
}
.border1a {
width: 214px; height: 214px;
}
.border2a {
width: 216px; height: 216px;
}
.border3a {
width: 218px; height: 218px;
}
.border0, .border0a {
border: 1px solid #ffffff;
}
.border1, .border1a {
border: 1px solid #e7e7e7;
}
.border2, .border2a {
border: 1px solid #f3f3f3;
}
.border3, .border3a {
border: 1px solid #fbfbfb;
}

/* CONTENT */
.content {
	margin: 0px 10px 10px 0px;
	padding-left:250px;
}

.content ul li {
	padding:2px 0;
	line-height:18px;

}
p, .content p {
	font-size:12px;
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
	line-height:1.2;
}


