@charset "utf-8";
body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #fff;
	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: #333;
}
.twoColFixLt #container { 
	width: 960px;  /* 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 */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 205px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px;
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 235px; /* the left margin on this div element creates the column down the left 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 0 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.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;
}



/*navigation*/
#menu {
padding:0;
margin:0;
height:2em;
list-style-type:none;
position:absolute;
top:230px;
}

#current_main {
color: black;
background-color: #fff;
font-size:large;
}

#menu li {
height:2em;
line-height:2em;
position:relative;
text-align:left;
}
#menu li a, #menu li a:visited {
display:block;
text-decoration:none; 
color:#333;
}
#menu li a span, #menu li a:visited span {
display:none;
}
#menu li a:hover {
border:0; /* needed to trigger IE */
color:#e7e6e5;
}
#menu li a:hover span {
display:block;
height:2em;
text-align:left;
position:absolute; 
left:-2px; 
top:-3px; 
color:#333;
cursor:pointer; 
}


/*navigation ends*/


.identities {
background: #ff0 url(images/yellbg.jpg) no-repeat;
width:525px;
margin-bottom:20px;
margin-top:15px;
padding:10px 0px 10px 150px;
}

.brochures {
background: #9c0 url(images/greenbg.jpg) no-repeat;
width:525px;
margin-bottom:20px;
padding:20px 0px 10px 150px;
}

.web {
background: #f90 url(images/orngbg.jpg) no-repeat;
width:525px;
margin-bottom:20px;
padding:10px 0px 10px 150px;
}

#identities1 {
background: #ff0 url(images/test_iden.gif) no-repeat;
width:525px;
margin-bottom:20px;
margin-top:15px;
padding:10px 0px 10px 150px;
}

#brochures1 {
background: #9c0 url(images/test_broc.jpg) no-repeat;
width:525px;
margin-bottom:20px;
padding:20px 0px 20px 150px;
}

#web1 {
background: #f90 url(images/test_web.jpg) no-repeat;
width:525px;
margin-bottom:20px;
padding:10px 0px 10px 150px;
}


#head {
margin-bottom:50px;
}

.head_sub {
margin-bottom:-6px;
}

#head p {
width:43%;
text-align:justify;
font-size:.9em;
}

#head_tob p {
width:680px;
text-align:justify;
font-size:.9em;
}

#head_tob h2 {
font-size:1em;
}

#logo {
position:absolute;
top:15px;
}

h2 {
color:#333;
font-size:1.2em;
}

#lowerhalf_content {
color:#000000;
font-size:14px;
}

#lowerhalf_content h3 {
margin:0;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
margin: 0;
padding-left: 0;
font-weight: bold;
width: 100%;
border-width: 1px 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{

color: gray;
font-weight: bold;
padding: 2px 6px 4px 6px;
text-decoration: none;
margin-right:50px;
}

#underlinemenu ul li a:hover{
color: black;
background-color: #fff;
border-bottom: 4px solid #f90;
padding-bottom: 0;
}

#underlinemenu ul #current a{
color: black;
background-color: #fff;
border-bottom: 4px solid #f90;
padding-bottom: 0;
}

#myGallery
{
width: 680px;
height: 305px;
}

#design_process {
background:#ff0 url(images/bigyellbg.jpg) no-repeat;
width:525px;
padding:10px 0px 10px 150px;
}

#package_deals {
background:#cf3 url(images/biggnbg.jpg) no-repeat;
width:525px;
padding:10px 0px 0px 150px;
}

#package_deals_corp {
background:#f90 url(images/corp_logo_bg.jpg) no-repeat;
width:525px;
padding:10px 0px 0px 150px;
}

#package_deals_bus_logo {
background:#ff0 url(images/bus_logo_bg.jpg) no-repeat;
width:525px;
padding:10px 0px 0px 150px;
}
/*#startup {
font-size:large;
}*/

.hr {width:724px;}





/* CSS FOR PORTFOLIO */
/* default link style - needed to make the :active work correctly in IE */
a, a:visited, a:hover, a:active {
color:#000;
}
/* style the outer cntaining div to fit the landscape, portrait and buttons */
#album {
width:685px; 
height:302px; 
background:url(images/portfolio/identities/equitylog.gif) no-repeat;
border:1px solid #aaa;
margin:0 0 0 0px;
}

#album_br {
width:685px; 
height:302px; 
background:url(images/portfolio/brochures/food.jpg) no-repeat;
border:1px solid #aaa;
margin:0 0 0 0px;
}

#album_web {
width:685px; 
height:302px; 
background:url(images/portfolio/web/repvoucher.jpg) no-repeat;
border:1px solid #aaa;
margin:0 0 0 0px;
}
/* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */
.gallery {
padding:0; 
margin:320px 0 0 0; 
list-style-type:none; 
position:relative; 
width:685px;
border:0;
}
/* remove the default image border */
.gallery img {
border:0;
}
/* make the list horizontal */
.gallery li {
float:left;
}
/* style the link text to be central in a surrounding box */
.gallery li a, .gallery li a:visited {
font-size:11px;
float:left; 
text-decoration:none; 
color:#000; 
background:#fff; 
text-align:center; 
width:26px; 
height:26px; 
line-height:24px; 
border:1px solid #444;
margin:2px;
}
/* position the images using an absolute position and hide them from view */
.gallery li a img {
position:absolute; 
top:-320px; 
left:0; 
visibility:hidden; 
border:0;
}
/* fix the top position for the landscape images */
.gallery li a img.landscape {
top:-320px;
}
/* fix the left position for the portrait images */
.gallery li a img.portrait {
left:0;
border-left:40px solid #eee;
border-right:40px solid #eee;
}
/* style the hover background color for the text boxes */
.gallery li a:hover {
background:#ddd;
}
/* style the active/focus colors for the text boxes (required for IE) */
.gallery li a:active, .gallery li a:focus {
background:#f90; 
color:#000;
font-weight:bold;
}
/* make the images visible on active/focus */
.gallery li a:active img, .gallery li a:focus img {
visibility:visible;
}

.identities a:link {
text-decoration:none;
color:#000000;
}

.identities a:visited {
text-decoration:none;
color:#000000;
}

.identities a:active {
text-decoration:none;
color:#000000;
}

.identities a:hover {
text-decoration:none;
color:#333333;
}

.brochures a:link {
text-decoration:none;
color:#000000;
}

.brochures a:visited {
text-decoration:none;
color:#000000;
}

.brochures a:active {
text-decoration:none;
color:#000000;
}

.brochures a:hover {
text-decoration:none;
color:#333333;
}

.web a:link {
text-decoration:none;
color:#000000;
}

.web a:visited {
text-decoration:none;
color:#000000;
}

.web a:active {
text-decoration:none;
color:#000000;
}

.web a:hover {
text-decoration:none;
color:#333333;
}


