body, html, * {
	padding: 0;
	margin: 0;
}

/*BODY, HTML {
	height: 100%;
}*/

body {
/*	background-color: #E1EBF2;*/
	background-color: #D0DAE2;
	background-image: url(http://www.ssa-outsourcing.com/images/bg.gif);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	font-family: arial, verdana, tahoma;
}

#main-navig {
	z-index: 1;
}

#container {
	width: 780px;
/*	margin: 0px auto 0px auto;*/
	margin: auto;
	border-right: 1px solid #7F9DB9;
	border-left: 1px solid #7F9DB9;
	border-bottom: 1px solid #7F9DB9;	
	background-color: #FFFFFF;
/*   min-height : 100%;
	margin-bottom : -70px;*/
}

img {
	border: none;
}

ul, ol {
	margin: 10px 0 20px 10px;
	padding: 0 0 0 20px;
}

ul li {
/*	list-style-image: url(http://www.ssa-outsourcing.com/images/li.gif);*/
	margin: 0 0 5px 0;
	list-style: none !important;
	background: url(http://www.ssa-outsourcing.com/images/li.gif) no-repeat 0 6px;
	padding: 0 0 0 10px;
}

ol li {
	margin: 0 0 5px 0;
}

#sidebar {
	width: 235px;
	float: left;
	clear: left;
}

#slogan {
	background-image: url(http://www.ssa-outsourcing.com/images/h1.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 100px;
	margin: 0;
}

#content {
	width: 510px;
	float: left;
	clear: right;
	background-color: #F6F6F6;
	background-image: url(http://www.ssa-outsourcing.com/images/bgc.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 0 20px 0px 15px;
	margin: 0;
	
	text-align: justify;
	color: #747474;
	font-size: 14px;
}

#content a {
	color: #1371DF;
	text-decoration: none;
}

#content a:hover, #content a:active {
	color: #1371DF;
	text-decoration: underline;	
}

h1 {
	background-color: #F6F6F6;
/*	background-image: url(http://www.ssa-outsourcing.com/images/hl1.gif);*/
	background-image: url(http://www.ssa-outsourcing.com/images/hsu.gif);
	background-position: top left;
	background-repeat: no-repeat;	
	margin: 0px 0px 20px -16px;	
	padding: 5px 0 0 60px;
	font-size: 16px;
	color: #850404;
	line-height: 34px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 5px 0;
/*	color: #850404;*/
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #3B5472/*#850404*/;
}

#mnu2 {
	background-color: #FFFFFF;
	background-image: url(http://www.ssa-outsourcing.com/images/bgmnu2.gif);
	background-position: top left;
	background-repeat: repeat-y;
	margin: 0;
	padding: 5px 0 0 0;
}

ul#left-navig {
	margin: 0px 0 0 40px;
	padding: 0 0 20px 0;

}

ul#left-navig li {
/*	list-style-type: none;*/
	/*list-style-image: url(http://www.ssa-outsourcing.com/images/mnu_blt.gif);*/
	background: url(http://www.ssa-outsourcing.com/images/mnu_blt.gif) no-repeat 0 3px;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
}

ul#left-navig li a, #mnu2btm a {
	font-size: 14px;
	text-decoration: none;
	color: #840202;
}

ul#left-navig li a:hover, ul#left-navig li a:active,  ul#left-navig li.active a, 
#mnu2btm a:hover, #mnu2btm a:active {
	font-size: 14px;
	text-decoration: underline;
	color: #840202;
}

#mnu2btm {
	padding: 40px 0 0 40px;
	margin: 0 0 20px 0;
}

#botl {
	background-color: #F6F6F6;
/*	background-image: url(http://www.ssa-outsourcing.com/images/botl.gif);*/
	background-image: url(http://www.ssa-outsourcing.com/images/botsu.gif);
	background-repeat: no-repeat;
	height: 36px;
	margin: 0px -20px 0 -16px;
}

P {
	margin: 0 0 10px 0;
	line-height: 18px;
}

#footer {
	width: 100%;
	text-align: center;
	font-size: 10px;
	margin: auto;
	height: 60px;
}

#footer ul {
	margin: 10px 0 5px 0;
	padding: 0;
}

#footer ul li {
	list-style: none;
	display: inline;
	margin: 0 2px;
	padding: 0;
	background: none !important;
/*	text-transform: uppercase;*/
	
}

#footer ul li a {
	font-size: 10px;
	text-decoration: none;
	color: #840202;
	font-weight: bold;
}

#footer ul li a:hover, #footer ul li a:active {
	font-size: 10px;
	text-decoration: underline;
	color: #840202;
	font-weight: bold;
}

#copy {
	color: #747474;
}

#copy a, #copy a:hover, #copy a:active {
	color: #747474;
	text-decoration: none;
}

/*#copy a:hover, #copy a:active {
	color: #747474;
	text-decoration: underline;
}*/

#footer p {
	width: 100px;
	margin: 5px 0;
}

#mnu2btm {
	background-color: #FFFFFF;
	background-image: url(http://www.ssa-outsourcing.com/images/bgmnu2btm.gif);
	background-repeat: no-repeat;
/*	margin: 0px -20px 0 -16px;*/
}

.proj_table {
	border-color:blue;
}

.proj_data {
	border:'1px inset blue'; 
	padding-left:10px; 
	padding-right:10px;
}

.proj img, .imgb {
	border: 1px solid #840202;
}

.proj img.arrow {
	border: 0 !important;
	margin: 0 0 0 5px;
}

.proj ul {
	width: 260px;
	margin: 0;
	padding: 0;
	float: right;
	text-align: left;
	font-size: 12px;
	list-style: none;
}

.proj ul li {
	margin: 0 0 10px 0;
	padding: 0;
	background: none !important;
}

.tname {
	font-size: 12px;
	font-weight: bold;
	float: left;
}

.proj UL LI UL {
	margin: 0 0 5px 10px;
	padding: 0;
	width: 230px;
}

.proj UL LI UL LI {
	margin: 0;
	padding: 0;
}

.proj-img {
	float: left;
	margin: 0 10px 10px 0;
	width: 230px;
	text-align: center;
}

.proj-img img {
	margin: 0 0 10px 0;
}


.hrule {
	height: 1px;
	border-top: 1px solid #E2E2E2;
	width: 100%;
	margin: 5px 0 5px 0;
	font-size: 1px;
	line-height: 1px;
}

.t-left {
	float: left;
}

.t-right {
	float: right;	
}

.contactright {
	margin: 0 0 10px 0;
}

.error {
	color: red;
	margin: 0 0 5px 0;
}

.msg {
	color: blue;
}

#tools UL {
	margin: 0 0 20px 10px;
	padding: 0 0 0 20px;
}

#tools UL LI.head {
	font-weight: bold;
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 5px 0;
}

.tname {
	margin: 0 2px 0 0;
}

.input, .inputta {
	border: 1px solid #7F9DB9;
}

.inputta {
	overflow: auto;
}

.dt {
	font-size: 12px;
/*	color: #840202;*/
	font-style: italic;
	margin: 0 0 5px 0;
}

.conf-img-area {
	float: right;
}

.confer {
	width: 260px;
}

.conf-box {
	margin: 0 0 15px 0;
}

.conf-box p {
/*	text-align: left;*/
}

.img-partner {
	border: 1px solid #840202 !important;
}


/*** Feedback  ***/

.sign {
	font-style: italic;
	font-size: 11px !important;
	padding: 0 0 0 0px;
	border-bottom: 0px solid #c0c0c0;
	margin-bottom: 30px;
/*	color: #000000;*/
}

.client-feedback {
	font-size: 12px;
	color: #000000;
	margin-bottom: 5px;
}

.client-feedback p {
	margin: 5px 0;
	line-height: 16px;
}

#page {
	min-height: 600px;
}

/**** PHOTOS */

#photo {
	width: 100%;
	text-align: center;	
	min-height: 325px;
}

#thumbs {
	width: 100%;
	text-align: center;	
	margin: 0 0 10px 0;
	float: left;
}

.thumb-portfolio {
	margin: 10px 0 10px 0 !important;
}

.thumb-portfolio img {
	margin: 0px 5px 0px 0 !important;
	float: left;
}

#thumbs img, #gallery img {
	border: 1px solid #E2E2E2;
	padding: 1px;
}

#photos {
	display: none;
}

#main-photo {
	border: 1px solid #E2E2E2;
	padding: 2px;
}

.icon {
	float: left;
	margin: 0 15px 0px 0;
}

.faq-top {
	background-image: url(/images/top.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 0 0 0 10px;
}

.faq-top a {
	font-size: 11px;
}