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

body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
a {
color:#FF6600; font-weight:bold; text-decoration:none

}
a:hover {
	text-decoration:underline;
}
.twoColFixRtHdr #container {
	width: 940px;  /* width of page */
	/* background: #CCCCCC; the auto margins (in conjunction with a width) center the page */

	background-image:url(../images/page_background.jpg);
	background-repeat:repeat-y;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
} 
.twoColFixRtHdr #header {
	background: #FFFFFF;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position:relative;
} 
.twoColFixRtHdr #header h2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 70px;
	padding-left: 0px;
	background-image:url(../images/grafixwerks_design_header.gif); 
	background-repeat:no-repeat;
	background-position:37px 0px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 350px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 0px;
}	
	
.twoColFixRtHdr #sidebar1 h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #263D8C;
	font-size:17px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}		
	
.twoColFixRtHdr #sidebar1 ul{
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #263D8C;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 12px;
	line-height:20px;
}		


.twoColFixRtHdr #sidebar1 p{
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #263D8C;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 12px;
	line-height:20px;
}		

.twoColFixRtHdr #sidebar1 table{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #263D8C;
	font-size: 12px;
	line-height:20px;
}		

.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 350px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
} 

.twoColFixRtHdr #mainContent p{
	color: #263D8C;
	font-size:13px;
	line-height:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
} 

.twoColFixRtHdr #mainContent h1{
	color: #263D8C;
	font-size:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
} 

.twoColFixRtHdr #mainContent h2{
	color: #263D8C;
	font-size:17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 30px;
} 

.twoColFixRtHdr #mainContent ul{
	color: #263D8C;
	font-size:13px;
	line-height:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 60px;
} 

.twoColFixRtHdr #footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-align: center;
	background-image: url(../images/footer_background.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 40px;
} 
.twoColFixRtHdr #footer p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.twoColFixRtHdr #footer address {
	font-style:normal;
	display:inline;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* *** pipeLinks *** */

#header  a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}

#header  a:hover{
	color:#C1C1C1
	}
#header  ul 	{
	list-style-type: none;

	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 25px;

	background-image:url(../images/nav_background.jpg);
	background-repeat:repeat-x;
	}
#header  li 	{
	border-right: 1px solid #FFFFFF;
	line-height: 1.1; /* no unit of measure; calculates off of inherited font size */
	padding:0 15px;
	padding-bottom: 0.1em; /* optionally use bottom padding to center the link vertically within the pipe list */
	float: left;
	}
#header  li.last {border: 0;}


#placeholder {
	padding-left:30px;
}

#imagegallery li {
  list-style-type: none;
  display: inline;
}

#slideshow {
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
}

.twoColFixRtHdr #Content {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
} 

.twoColFixRtHdr #Content p{
	color: #263D8C;
	font-size:13px;
	line-height:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
} 

.twoColFixRtHdr #Content h1{
	color: #263D8C;
	font-size:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
} 

.twoColFixRtHdr #Content h2{
	color: #263D8C;
	font-size:17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 30px;
} 
.portfolio_th img {
	border: 1px solid #000000;
}

.portfolio_th {
	padding-left:30px;
	text-align:center;
}
.portfolio_th a {
	outline:none;
}

.portfolio_th img {
	margin-right:10px;
	margin-top:10px;
}
