@charset "UTF-8";
/* CSS Document */

body {
	background-color: #1A1A1A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #B1B1B1;
	height:100%;
}
#topShadow{
	width:1002px;
	margin-left:auto;
	margin-right:auto;
	height:18px;
	background-image: url(../img/bg_top.png);
	background-repeat: no-repeat;
	background-position: center top;

}
#container {
	width:1002px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../img/bg_content.png);
	background-repeat: repeat-y;
	background-position: center;
	min-height:680px;
}
#header {
	background-color: #FFFFFF;
	width:942px;
	height:156px;
	margin-left:auto;
	margin-right:auto;
}
#menu { 
	width:942px;
	height:55px;
	margin-left:auto;
	margin-right:auto;
	background-color: #000000;

}
#contents {
	background-image: url(../img/bg_patterns.jpg);
	background-repeat: repeat;
	width:842px;
	margin-left:auto;
	margin-right:auto;
	padding:30px 50px;
	position:relative;
	text-align: justify;
	min-height:400px;
}
#footer {
	width:1002px;
	height:25px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../img/bg_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;

}
#footer-content {
	width:942px;
	margin-left:auto;
	margin-right:auto;
	background-color: #000000;	
	font-size:11px;
}
#footer-img {
	text-align:center;
	padding-bottom:30px;
	padding-top:10px;

}
#copy {
	padding-top:6px;
	width:235px;
	text-align:center;
	float:left;

}
#tel {
	width:235px;
	text-align:center;
	float:left;
	background-image: url(../img/phone.gif);
	background-position: 36px center;
	background-repeat: no-repeat;
	height:20px;
	margin-bottom:10px;
	padding-top:6px;
}
#email {
	width:235px;
	text-align:center;
	float:left;
	background-image: url(../img/at_email.gif);
	background-position: left center;
	background-repeat: no-repeat;
	height:20px;
	margin-bottom:10px;
	padding-top:6px;
}
#email a {
	text-decoration:none;
	color: #B1B1B1;
}
#email a:hover {

}
#tobstar {
	padding-top:6px;
	width:235px;
	text-align:center;
	float:left;
	padding-bottom:10px;

}
#tobstar a {
	text-decoration:none;
	color: #B1B1B1;
}
#tobstar a:hover {

}
#tab {
	position:absolute;
	width:72px;
	height:96px;
	background-image: url(../img/left_tab.png);
	background-repeat: no-repeat;
	background-position: 32px 10px;
	z-index:1;
}
/*\*/
* html #tab {
	margin-left:0px;
	margin-top:10px;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/left_tab.png',sizingMethod='crop');
}
#tab_gallery {
	position:absolute;
	width:72px;
	height:96px;
	background-image: url(../img/left_tab.png);
	background-repeat: no-repeat;
	background-position: 32px 10px;
	z-index:1;
	margin-left:-80px;
}
/*\*/
* html #tab_gallery {
	margin-left:-50px;
	margin-top:10px;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/left_tab.png',sizingMethod='crop');
}
h1 {
	font-size: 28px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: 0px;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin-top:-4px;
	font-weight: normal;
	text-shadow: #000000 0.2em 0.2em 0.2em;
}
/* default setup that everything sees */
h1 {
  /* needed for Internet explorer */
  height: 1.4em;
  filter: Shadow(Color=#000000, 
                 Direction=135, 
                 Strength=5);
}
.yellow-light {color: #d1ff02}
.purple-light {color: #ba00ff}
.orange-light {color: #ff9900}
.blue-light {
	color: #39F
}
a {
	color: #d1ff02;
	text-decoration:none;
}
a:hover {
	color: #d1ff02;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d1ff02;
}
#leftside {
	width:480px;
	padding-right:70px;
}
#rightside {
	margin-top:20px;
	float:right;
	width:310px;
	height:500px;
}
/*\*/
* html #leftside {
	width:480px;
	padding-right:40px;
	padding-bottom:10px;
}
#gallery {

}
#gallery img {
	margin: 2px 4px;
	border: thin solid #FFFFFF;
}
#gallery a {

}
#gallery a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#gallery-hold {
	margin-right: auto;
	margin-left: auto;
}
#services img {
	margin: 6px 16px;
	border: thin solid #FFFFFF;
}

#test-line {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #d1ff02;
}
#rightside img {
	margin: 2px 4px;
	border: thin solid #FFFFFF;
}
#leftside img {
	margin: 2px 4px;
	border: thin solid #FFFFFF;
}
#rightside a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#qualifications img {
	margin: 2px 4px;
	border: thin solid #FFFFFF;
}
.boarder {
	margin: 6px 16px;
	border: thin solid #FFFFFF;
}