@charset "UTF-8";
body  {
	font-family: Helvetica, sans-serif;
	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 */
	color: #717074;
	background-image: url(../images/bgs/body_bg.jpg);
	background-repeat: repeat;
}
h1{
	font-size: 18px;
	font-weight: bold;	
}
h2{
	font-size: 16px;
	font-weight: bold;	
}
h3{
	font-size: 14px;
	font-weight: bold;	
}
p{
	font-size:12px;
	line-height: 16px;
}

.headline {
	font-size:14px;
	line-height: 18px;
	font-weight: bold;
}

.headline a, a:visited {
	text-decoration: underline;
	color: #717074;
}

.headline a:hover {
	text-decoration: none;
	color: #717074;
}

 /*---------------------------------------------------------------   Generic Structure   --------------------*/

.twoColFixRtHdr #container { 
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	padding: 0 20px 0 20px;  /* 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. */
	height: 170px;
	position: relative;
	background-image: url(../images/extras/borders/bottomBORDER.png);
	background-repeat: repeat-x;
	background-position: bottom;
} 

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0 0 10px;
	margin: 0 20px 0 0;
	background: #FFFFFF;
	display:inline;
}
.twoColFixRtHdr #mainContent { 
	margin: 0 230px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 15px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../images/bgs/upperRight_logo618.jpg);
	background-repeat: no-repeat;
	margin: 15px 0 0 0;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

 /*---------------------------------------------------------------   Generic Style   --------------------*/


/*------------------------------------- SITE STYLE ---------------------------*/


/*------------------------------------- CONTAINER STYLE ---------------------------*/

.twoColFixRtHdr #container p{ 
	font: Helvetica, sans-serif;
	font-size: 12px;
} 

/*------------------------------------- HEADER STYLE ---------------------------*/

/*---------------------- Site navigation divs ----------------*/

#home {
	position:absolute;
	width:52px;
	height:160px;
	left: 0px;
	top: 10px;
	text-align: right;
	background:none;
}
#information {
	position:absolute;
	width:120px;
	height:160px;
	left: 52px;
	top: 10px;
	text-align: right;
	background:none;
}
#logodesign {
	position:absolute;
	width:146px;
	height:160px;
	left: 172px;
	top: 10px;
	text-align: right;
	background:none;
}
#packagedesign {
	position:absolute;
	width:156px;
	height:160px;
	left: 318px;
	top: 10px;
	text-align: right;
	background:none;
}
#webdesign {
	position:absolute;
	width:135px;
	height:160px;
	left: 474px;
	top: 10px;
	text-align: right;
	background:none;
}
#printart {
	position:absolute;
	width:131px;
	height:160px;
	left: 609px;
	top: 10px;
	text-align: right;
	background:none;
}
#contact {
	position:absolute;
	width:90px;
	height:160px;
	left: 740px;
	top: 10px;
	text-align: right;
	background:none;
}

/*---------------------- Site navigation style and links ----------------*/


.boldLINKS {
	font-family:Helvetica, sans-serif;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #c1af2c;
	padding-bottom: 2px;
}
.twoColFixRtHdr #header li {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	list-style-type: none;
	padding-bottom: 2px;
}

a.header:link {
	font-family: Helvetica, sans-serif;
	color: #717074;
	font-style: normal;
	text-decoration: none;
}
a.header:visited {
	color: #717074;
	font-style: normal;
	text-decoration: none;
}
a.header:hover {
	color: #C1AF2C;
	text-decoration: none;

}
a.header:active{
	color: #C1AF2C;
	text-decoration: none;
	font-style: bold;
}

/*------------------------------------- SIDEBAR STYLE ---------------------------*/

#description {
	float:left;
	width: 210px;
	padding: 10px 10px 0 10px;
	margin: 0;
	background: #E7E8E9;
 }
 
 #thumbnails {
 	float:left;
	width: 210px;
	margin: 0;
	padding: 0 10px 0 10px;
	background: #E7E8E9;
}

a.thumbnail {
	font-style: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #FFFFFF;
	border: none;
}
a.thumbnail:visited {
	font-style: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border: none;
}
.thumbnail img {
	border: none;
}
#description p {
	font-size:10px;
	line-height: 16px;
}
.twoColFixRtHdr #sidebar1 li {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	list-style-type: disc;
	padding-bottom: 6px;
}

.smallSUBlist {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	list-style-type: none;
}
a.link {
	font-family: Helvetica, sans-serif;
	color: #717074;
	font-style: normal;
	text-decoration: none;
}
a.link:visited {
	color: #717074;
	font-style: normal;
	text-decoration: none;
}
a.link:hover {
	color: #C1AF2C;
	text-decoration: none;
	font-style: bold;
}
/*------------------------------------- THUMBNAIL POSITIONING ---------------------------*/

#thumbnail1 {
	float: left;
	width: 60px;
	height: 60px;
	background: #FFFFFF;
	margin: 20px 0 0 0;
}
#thumbnail2 {
	float: left;
	width: 60px;
	height: 60px;
	background: #FFFFFF;
	margin: 20px 10px 0 10px;
	padding: 0;
}
#thumbnail3 {
	float: left;
	width: 60px;
	height: 60px;
	background: #FFFFFF;
	margin: 20px 0 0 0;
}
#thumbnail4 {
	float: left;
	width: 60px;
	height: 60px;
	background:none;
	margin: 20px 0 0 0;
}
#thumbnail5 {
	float: left;
	width: 60px;
	height: 60px;
	background: #FFFFFF;
	margin: 20px 10px 0 10px;
	padding: 0;
}
#thumbnail6 {
	float: left;
	width: 60px;
	height: 60px;
	background: #FFFFFF;
	margin: 20px 0 0 0;
}
#thumbnail7 {
	float: left;
	width: 60px;
	height: 60px;
	background: #FFFFFF;
	margin: 20px 0 0 0;
}
#thumbnail8 {
	float: left;
	width: 60px;
	height: 60px;
	background: #FFFFFF;
	margin: 20px 10px 0 10px;
	padding: 0;
}
#thumbnail9 {
	float: left;
	width: 60px;
	height: 60px;
	background: #FFFFFF;
	margin: 20px 0 0 0;
}
/*------------------------------------- MAINCONTENT STYLE ---------------------------*/
.twoColFixRtHdr #container #mainContent img {
	margin-top: 10px;
}
.twoColFixRtHdr #mainContent li {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	list-style-type: disc;
	padding-bottom: 6px;
}

#imageHOLDER {
	background:none;
	border:none;
	width:580px;
	margin: 0 0 0 0;
	padding:0;
	position:relative;
}
#imageHOLDERinfo {
	background:none;
	border:none;
	width:580px;
	margin: 0 0 0 0;
	padding:0;
	position:relative;
	top:0;
	left:0;
}
#imageHOLDER img {
	margin: 0;
	padding: 0;
	border:none;
	top: 0;
	left: 0;
	position:relative;
}

/*------------------------------------- FOOTER STYLE ---------------------------*/
#bottomINFO {
	padding: 0 0 0 175px;
}
#footer #bottomINFO p{
	font-size:7px;
	color: #717074;
}
.largep {
	font-size:12px;
	color: #C1AF2C;
}
.inbetween {
 font-size:16px;
}
a.footer:link {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #717074;
	font-style: normal;
	text-decoration: none;
}
a.footer:visited {
	font-size: 12px;
	color: #717074;
	font-style: normal;
	text-decoration: none;
}
a.footer:hover {
	font-size: 12px;
	color: #C1AF2C;
	text-decoration: none;

}
a.footer:active{
	font-size: 12px;
	color: #C1AF2C;
	text-decoration: none;
	font-style: bold;
}