
/*
-------
Globals
-------
*/

* {
	border: 0;
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background: url(http://www.guideproductions.com/images/pagebackground.png) repeat-y 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
p {
	padding: 10px 0px;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*
--------
Viewport
--------
*/

#viewport {
	position: relative;
	min-height: 100%;
}

/*
------
Header
------
*/

h1 {
	width: 100%;
	height: 50px;
	background: #393939 url(http://www.guideproductions.com/images/logo-profile.png) no-repeat 0;
	border-top: 5px solid #fff;
}
#h1 div.logo {
	float: left;
	width: 100px;
	height: 100px;
}
#h1 div.logo a {
	position: absolute;
	width: 770px;
	top: 25px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: Normal;
}

/*
------------------
Primary Navigation
------------------
*/

#nav1 {
	position: absolute;
	width: 770px;
	top: 25px;
	text-align: right;
}
#nav1 div.nav1_profile,  #nav1 div.nav1_services, #nav1 div.nav1_work {
	float: right;
	height: 16px;
}
#nav1 div.nav1_profile {
	width: 46px;
	background: url( 'http://www.guideproductions.com//images/1nav_profile.gif' ) 0 -16px no-repeat;
}
#nav1 div.nav1_services {
	width: 54px;
	background: url( 'http://www.guideproductions.com//images/1nav_services.gif' ) 0 -16px no-repeat;
}
#nav1 div.nav1_work {
	width: 36px;
	background: url( 'http://www.guideproductions.com//images/1nav_work.gif' ) 0 -16px no-repeat;
}
#nav1 div.nav1_profile a, #nav1 div.nav1_services a, #nav1 div.nav1_work a {
	display: block;
	width:100%; height:100%;
	overflow:hidden;
	background: top left no-repeat;
}
#nav1 div.nav1_profile a {
	background: url( 'http://www.guideproductions.com//images/1nav_profile.gif' );
}
#nav1 div.nav1_services a {
	background: url( 'http://www.guideproductions.com//images/1nav_services.gif' );
}
#nav1 div.nav1_work a {
	background: url( 'http://www.guideproductions.com//images/1nav_work.gif' );
}
#nav1 div.nav1_profile a:hover, #nav1 div.nav1_services a:hover, #nav1 div.nav1_work a:hover {
	background-image: none;
}

/*
--------------------
Secondary Navigation
--------------------
*/

#nav2 {
	width: 765px;
	height: 14px;
	background: #fff;
	text-align: right;
	padding: 5px 0px;
}
#nav2 a {
	color: #676767;
}
#nav2 li {
	display: inline;
	list-style-type: none;
	margin-left: 10px;
	font-size: 80%;
}
#nav2 a.activelink {
	text-decoration: underline;
}
/*
---------
Footernav
---------
*/
#footernav {
	background-image: url(http://www.guideproductions.com//images/line-dotted.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#footernav li {
	display: inline;
	padding: 0 .2em;
	line-height: 3.6em;
}
#footernav a {
	font-size: 75%;
	color: #000;
}

/*
------
Banner
------
*/

#banner {
	background: #d1d1d1 url(http://www.guideproductions.com//images/pagebackground.png) repeat-y;
	height: 114px;
	width: 100%;
	position: relative;
	overflow: visible;
}
#banner img.banner {
	left: 230px;
	position: absolute;
 	width: 540px;
	height: 119px;
	border-bottom: 5px;
}
#banner img.recentwork {
		left: 15px;
	position: absolute;
	top: 91px;
	height: 13px;
	width: 76px;
}

/*
--------
Side Bar
--------
*/

#sidebar {
	float: left;
	width: 220px;
	padding: 0px 5px;
}

#sidebar p {
	clear: both;
	font-size: 85%;
	width: 190px;
	display: block;
	width: 190px;
	padding-left: 20px;
}

#sidebar p.work {
	background: #fff;
	margin-bottom: 2px;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

#sidebar p.title {
	background: #fff;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #aaa ;
	font-size: 89% ;
	font-weight: bold ;
}

#sidebar p.dropdown
{
	margin-bottom: 0 ;
	border-bottom: 10px solid #fff ;
}

#sidebar a.website {
	position: absolute;
	left: 90px;
}
#sidebar img.clientaccess {
	position: relative;
	width: 77px;
	height: 13px;
	margin: 15px 0px 5px 10px;
}
#sidebar p.form {
	background: none;
	color: #666;
	font-weight: bold;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 7px;
	text-align: left;
}
#sidebar .text {
	border: solid #ccc;
	border-width: 2px 0px 0px 2px;
	margin-left: 10px;
	height: 20px;
	width: 130px;
	font-size: 85%;
}
#sidebar .submit {
	border-right: 1px solid #929292;
	border-bottom: 1px solid #929292;
	background: #b1b1b1;
	color: #fff;
	font-size: 80%;
	padding: 0px 5px;
	margin-left: 10px;
}
#sidebar .checkbox {
	margin: 0px 5px 0px 15px;
}

/*
-------
Content
-------
*/

#content {
	float: left;
	width: 540px;
}
#content div {
	margin: 35px 0px 35px 35px ;
}
#list  {
	padding-left: 25px;
	list-style-image: url(http://www.guideproductions.com/images/bullet_01.png);
}
#list li {
	margin-top: 3px;
}
.featurelist {
	font-style: italic;		
}
#col1 {
	float: left;
	width: 180px;
}
div#box1, div#box2, div#box3, div#box4 {
	background: #fff;
	width: 200px;
	float: left;
	height: 70px;
	border-style: dotted;
	border-color: #c1c1c1;
	padding: 5px;
	margin: 0px;
	font-size: 85%;
	padding: 16px;
}
.blacklink {
	color: #000;
	text-decoration: none;	
}
.blacklink a:hover {
	
}
.homeheading {
	display: block;
	width: 130px;
	height: 18px;
	margin: 0px 0px 8px 0px;
}
.topleft {
	border-width: 0px 1px 1px 0px;
}
.topright {
	border-width: 0px 0px 1px 0px;
}
.bottomright {
	border-width: 0px 0px 0px 1px;
}

/*
------
Footer
------
*/

#footer {
	position: absolute;
	bottom: 0;
	background: #c1c1c1 url(http://www.guideproductions.com/images/pagebackground2.png) repeat-y;
	padding: 5px 0px;
	width: 100%;
	height: 12px;
}
#footer div {
	display: inline;
	font-size: 85%;
	color: #fff;
	padding-left: 239px;
	vertical-align: top;
}
	
/*
------------
Clear Floats
------------
*/

.clear {
	clear: both;
}

/*
------------
Client Login
------------
*/

#clientlogin{
	display: none ;
	color: #990000 ;
	font-size: 89% ;
	padding: 0px 10px ;
}

/*
------
Select
------
*/

.select
{
  font-size: 89% ;
}

/*
----
Work
----
*/

#screenshot {
  vertical-align: top ;
  width: 465px ;
  float: left ;
}
#screenshot img {
  width: 465px ;
  margin: 10px 0px 20px 0px;
}
#worktitle {
  font-size: 18px;
  color: #7c7c7c;
}
#selector {
  vertical-align: top ;
  float: right ;
  padding: 10px 0px 0px 0px;
}
#selector .box {
  display: block ;
  border: 1px solid #cccccc ;
  background: #f7f7f7 ;
  padding: 6px 10px ;
  font-weight: bold ; 
  font-size: 11px ;
}
#selector .box a {
  color: #000 ;
}