@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image:url(../images/TMSI_Bottom_BKGD.jpg);
	background-repeat:repeat-x;
	background-position: bottom;
	background-color:#FFFFFF;
	background-attachment:fixed;  /* have to set the attachment property to fixed, in order for this to position correctly in FireFox*/
	
}

.body2 {
	margin: 0px;
	background-image:url(../images/PB-LLC-Bkgd-3.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
	
}

.body_about {
	margin: 0px;
	background-image: url(../images/About-Us-Bkgd.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFFFFF;
	
}

/* ----------------------------------------------------------------  SEO Related Styles --------------*/

h1  {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0A2040;
	margin-left:200px;
	margin-right:200px;
}

h2  {
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	color: #0A2040;
	margin-left:200px;
	margin-right:200px;
}

h3  {
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0A2040;
	margin-left:200px;
	margin-right:200px;
}

h4  {
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	color: #0A2040;
	margin-left:200px;
	margin-right:200px;
}

h5  {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	margin-left:200px;
	margin-right:200px;
}

/* ------------------------------------------------------------------- Text Styles ------------*/

.Home_Text_Style {
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:11px;
}

.Highlight_Text_Style {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:11px;
	text-align:justify;
}

.Main_Text_Style {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	text-align:justify;
}

.Main_Text_Style_2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
}

.Side_Title_Style {
	font-family: Arial Bold, Helvetica, sans-serif;
	color:#035580;
	font-size:20px;
	font-style:normal;
	font-weight:bold;
}

.Text_Style  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

.QuestionStyle  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #003366;
	font-weight:bold;
}

.AnswerStyle  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
}

.Login_Style {
 	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:12px;
}

.SignOut_Style {
 	font-family:Arial, Helvetica, sans-serif;
	color:#0066CC;
	font-size:10px;
}

.Current_User {
 	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:bold;
	font-size:12px;
}

.Title_Style {
 	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:bold;
	font-size:12px;
}

.Current_Company {
 	font-family:Arial, Helvetica, sans-serif;
	color:#0066CC;
	font-weight:bold;
	font-size:14px;
}

.number_style {
 	font-family:Arial, Helvetica, sans-serif;
	color:#0066CC;
	font-size:12px;
	font-weight:bold;
}


/*------------------------------------------------------------------------- Layout Styles --- */

#Main_Container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:0px;
	width:980px;
	overflow:visible;
	z-index:8;
}

#TopHeader {
	position:relative;
	top:0px;
	width: 100%;
	height:62px;
	background-image:url(../images/LabelTech_topbar.jpg);
	background-repeat:repeat-x;
}

#HeaderInfo {
	position:absolute;
	top:26px;
	right:0px;
	height:59px;
	width:844px;
	border-bottom:solid;
	border-bottom-width:2px;
	border-bottom-color:#CCCCCC;
}

#Login_Info {
	position:absolute;
	top:29px;
	right:345px;
	width:482px;
	height:30px;
}

#Phone_Info {
	position:absolute;
	top:29px;
	right:0px;
	width:315px;
	height:30px;
	background-image:url(../images/TMSI_Phone_Fax.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#LogoLayer {
	position:absolute;
	top:26px;
	left:0px;
	width:132px;
	height:117px;
	background-image:url(../images/TMSI_logo.gif);
	background-repeat:no-repeat;
	background-position:center;
	border-width:2px;
	border-color:#cccccc;
	border-style:solid;
	z-index:13;
}

#MenuLayer {
	position:absolute;
	top:87px;
	right:0px;
	/*width:670px;  Remove to allow width to adjust accordiing to menu size. */
	height:29px;  
	border-left-width:1px;
	border-left-color:#CCCCCC;
	border-left-style:solid;
	z-index:13;
	padding-left:5px;
}

#MenuLayer2 {
	position:absolute;
	top:185px;
	left:66px;
	width:125px;
	/*height:300px;  Removed to allow vertical height to adjust accordiing to menu size. */
	/* border-left-width:2px;
	border-left-color:#ffffff;
	border-left-style:solid; */
	z-index:13; 
}



#Flash_Holder {
	position:absolute;  /*Note:  must set position property, in this case absolute, in order for z-index to work.  Alows flash to be positioned on top of content to the right. */
	top:145px;
	left:0px;
	width:980px;
	height:465px;
	z-index:9;
}

#Home_Content {
	position:relative;  /*Note:  must set position property, in this case relative, in order for z-index to work.  Alows flash to be positioned on top of content to the right. */
	width:250px;
	float:right;
	margin-top:100px;
	margin-left:-30px; /* we're setting a negative left margin value so that this content layer doesn't get pushed down by the flash file */
	padding-left:13px;
	border-left-width:3px;
	border-left-color:#C7C6C6;
	border-left-style:solid;
	z-index:10;
	/* background-color:#00FF00; */
}

/* ------------------------------------------------------------------------  Content Page Layout ----------------*/

#Content_Container {
	position:relative;
	top:110px;
	height:219px;
	width:100%;
	border-top-width:6px;
	border-top-color:#999999;
	border-top-style:solid;
	background-color:#B3B3B3;
	z-index:1;
}

#Content_Container_2 {
	position:relative;
	top:100px;
	height:253px;
	width:100%;
	background-image:url(../images/Content-Background-1.jpg);
	z-index:1;
}



#Flash_Holder_Content {
    position:absolute;  /*Note:  must set position property, in this case absolute, in order for z-index to work.  Alows flash to be positioned on top of content to the right. */
	top:125px;
	left:0px;
	width:980px;
	height:290px;
	z-index:9;
}

#Flash_Holder_Content_Services {
    position:absolute;  /*Note:  must set position property, in this case absolute, in order for z-index to work.  Alows flash to be positioned on top of content to the right. */
	top:95px;
	left:0px;
	width:980px;
	height:342px;
	z-index:9;
}

#Content_Holder {
    position:absolute;  /*Note:  must set position property, in this case absolute, in order for z-index to work.  Alows flash to be positioned on top of content to the right. */
	top:430px;
	left:0px;
	width:980px;
	z-index:9;
}

#Content_Holder_Services {
    position:absolute;  /*Note:  must set position property, in this case absolute, in order for z-index to work.  Alows flash to be positioned on top of content to the right. */
	top:440px;
	left:0px;
	width:980px;
	z-index:9;
}



#content_left_column{
	position:absolute;
	width:450px;
	border-right-width:2px;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	padding-right:50px;
	margin-left:15px;
}

#content_right_column {
	position:absolute;
	right:15px;
	width:388px;
}


#content_left_column_services {
	position:absolute;
	width:140px;
	text-align:left;
}

#content_center_column_services {
	position:absolute;
	width:390px;
	border-right-width:2px;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	margin-left:150px;
	padding-right:15px;
}

#content_right_column_services {
	position:absolute;
	right:10px;
	width:380px;
}
	

/* ----------------------------------------------------------------------  Private Page Layout -----------------*/


#Private_Login_Area_column {
	position:absolute;
	width:390px;
	height:140px;
	border-right-width:2px;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	padding-right:10px;
	margin-left:15px;
}

#Private_content_right_column_top {
	position:absolute;
	right:15px;
	width:525px;
	height:140px;
	padding-left:25px;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
}

#Private_content_left_column {
	position:absolute;
	width:550px;
	top:140px;
	border-right-width:2px;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	padding-right:50px;
	padding-top:25px;
	margin-left:15px;
}

#Private_content_right_column {
	position:absolute;
	top:140px;
	right:15px;
	width:335px;
	padding-top:25px;
}

#Shipment_Details {
	position:relative;
	width:980px;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
}

#Private_content_left_column_2 {
	position:relative;
	float:left;
	width:485px;
	border-right-width:2px;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	padding-right:50px;
	padding-top:25px;
	margin-left:15px;
}

#Private_content_right_column_2 {
	position:relative;
	float:right;
	right:15px;
	width:390px;
	padding-top:25px;
}


/* ----------------------------------------------------------------------  End Content Page Layout ----------------*/

#FooterImage {
	position: absolute;
	bottom:0px;
	right:35px;
	height:137px;
	width:213px;
	/*background-image:url(images/3D_Corner_1.png);
	background-repeat:no-repeat; */
	z-index:5;
}

#FooterImageHome {
	position: relative;
	float:right;
	height:137px;
	width:213px;
	margin-top:45px;
	/*background-image:url(images/3D_Corner_1.png);
	background-repeat:no-repeat; */
	z-index:5;
}


/* -------------------------------------------------------------------------------  Gallery Styles ----------------*/

#Gallery_Content_Container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:100px;
	height:580px;
	width:990px;
	overflow:visible;
}

#Gallery_Title {
	position:relative;
	width:200px;
	height:30px;
	margin-left:10px;  /* NOTE: Use Margin Adjustments to create proper spacing and positioning of floated layers.*/
	float:left;
	
}

#Gallery_Main_Image_Background {
	position:relative;  /*Note:  must set position property, in this case relative, in order for z-index to work.  Alows flash to be positioned on top of content to the right. */
	width:545px;
	height:545px;
	float:left;  /* NOTE: There is no position setting required.  Use Floats instead, to align multiple columns.*/
	margin-left:200px;  /* NOTE: Use Margin Adjustments to create proper spacing and positioning of floated layers.*/
	background-image: url(../images/gallery_background.png);
	background-repeat:no-repeat;
	overflow:visible;
	z-index:9;
	/*background-color:#FF0000; */
}

#Gallery_Main_Image {   /*Note: This layer does NOT require a float.  Because it's relative, and inside another div layer.*/
	position:relative;  /*Note:  must set position property, in this case relative, in order for z-index to work.  Alows flash to be positioned on top of content to the right. */
	width:480px;
	height:480px;
	margin-left:33px;  /* NOTE: Use Margin Adjustments to create proper spacing and positioning of layers.*/
	margin-top:28px;
	text-align:center;
	z-index:10;
}

#Gallery_Thumbnails {
	position:relative;
	width:200px;
	height:300px;
	overflow:auto;
	float:left;
	margin-top:8px;
	margin-left:10px;
}

#Gallery_Content {
	position:relative;  /*Note:  must set position property, in this case relative, in order for z-index to work.  Alows flash to be positioned on top of content to the right. */
	width:200px;
	float:left;
	margin-top:10px;
	margin-left:10px; /* we're setting a negative left margin value so that this content layer doesn't get pushed down by the flash file */
	padding-left:13px;
	border-left-width:3px;
	border-left-color:#C7C6C6;
	border-left-style:solid;
	z-index:6;
	/* background-color:#00FF00; */
}


.image_id_style {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: right;
	padding-right: 10px;
}

.image_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-align: justify;
}

.gallery_copy_style {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
.description_area_style {
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 10px;
	vertical-align: top;
}

.Portfolio_Title_Style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-align: justify;
}

