/* CSS Document */

body {
	margin: 0 auto;
	text-align: center;
	background-color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#siteWrapper {
	width:791px;
	text-align: left;
	padding: 0px;
	padding-top:24px;
	margin: 0px auto;

}
.floatLeft {
float:left;
}

.floatRight {
float:right;
}




.rightSide {
	width:280px;
	float:left;
	background-color:#153F48;
/*	background-color:  red; */
	/*position:relative;*/
}


.leftSide {
	width: 510px;
	float:left;
/*	background-color:  green; */
}

#fullContainer{
	clear:both;
	padding-top:5px;
	width:790px;
	text-align: left;
	margin: 0px auto;
	background-color:#FFFFFF;
	background-image:url(../images/design/clients-background.jpg);
	background-repeat:no-repeat;
	background-position:center;
}


#footerContainer {
	clear:both;
	padding-top:5px;
	width:790px;
	text-align: left;
	margin: 0px auto;
}
#footerContainer .leftSide {
	height:23px;
	background-color:#93995D;
}
#footerContainer .rightSide {
	height:23px;
	background-color:#153F48;
}
#footerTxt {
	color: #fff;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:5px;
	clear:both;
}
#tds-logo {
	float:left;
}
.clear {
	clear:both;
}

.quote {
font-style:italic;
color: #fff;
size:12px;
float:right;
}

.quote-name {
padding-top: 20px;
color: #fff;
font-family:Arial, Helvetica, sans-serif;
size:12px;
text-align:right;
float:right;
width:200px;
}

/*
		Home Page
*/
#home-left {
	background:url(../images/design/home_left.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:415px;
}
#home-right{
	background:url(../images/design/home_right.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:475px;
}

/*
	Services Page
*/

#services-left{
	height: 435px;
	background-image:url(../images/design/services_left.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#services-right{
	background:url(../images/design/right_bg.gif);
	padding: 12px;
	font-size: 10px;
}
.services-quoteContainer{
	padding-top:20px;
	padding-right:50px;
	width:420px;
	float:right;
}


/*
	ABout us Page
*/

.aboutus-quoteContainer{
	padding-top:20px;
	padding-right:20px;
	width:480px;
	float:right;
}
#about-title{
	padding-top:153px;
}
#about-right {
	height:276px;
	padding:12px;
	background:url(../images/design/right_bg.gif);
	position:relative;
}
#aboutus-left {
	height:450px;
	background:url(../images/design/about_left.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
/*
	principal Page
*/
#principal-title{
	padding-top:50px;
}

#principal-right {
	
}

.principal-quoteContainer{
	padding-top:20px;
	padding-right:20px;
	width:420px;
	float:right;
}
#principal-left{
		background:url(../images/design/principal_left_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	font-family: "Microsoft Sans Serif";
	font-size:10px;
	padding:12px;
	color: black;
	*position: relative;
}

#principal-leftContent {
	margin-top:24px;
	*margin-top:14px;
}


/*
	background Page
*/

.background-quoteContainer{
	padding-top:20px;
	padding-right:20px;
	width:390px;

}
#background-title{
	padding-top:50px;
}
#background-right {
	height:408px;
	padding:12px;
		font-family: "Microsoft Sans Serif";
		font-size:11px;
	background:url(../images/design/right_bg.gif);
	position:relative;
}
#background-left {
	height:450px;
	background:url(../images/design/background_left.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}



/*
	Experience Page
*/

#experience-left{
	background-position:bottom;
	background-repeat:no-repeat;
}

#experience-right{
	padding: 0px;
	background:url(../images/design/right_bg.gif);
}
.experience-quoteContainer{
	padding-top:10px;
	padding-right:50px;
	width:250px;
	float:right;
}

#experience-leftContent {
	position:relative; 
	overflow:hidden;
	width:510px;
	margin-top:00px;
}

#experience-leftContent  #pics{
	width:510px;
	height:312px;
			overflow:hidden;
}

#experience-leftContent  #pics img{
    top:  0; 
    left: 0 ;
	width:510px;
	height:312px;
}

#experience-leftContent  #pager {
	background-color:#000000;
	color: white;
	padding:5px;
	text-align:center;
}
#experience-leftContent #pager span{
		margin-right:15px;
		cursor:pointer;
}

#experience-leftTypes {
	background-color: white;
	color: black;
	font-size: 8pt; font-family: "Microsoft Sans Serif";
	margin-top:5px;
}

#clients-title {
	padding-top:94px;
}
#menu{
  position:relative;
}
#menu a{
  padding:0;
  margin:0;
}

#menu-extra{
  position:absolute;
  top:22px;
  right:5px;
  display:none;
}
#menu-extra a{
  width:69px;
  height:20px;
  margin-bottom: 5px;
  display:block;
}

