@charset "UTF-8";

html {
	height:100%;
}

body {
	height:100%;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	text-align:left;
	font-weight: normal;
	background-color: #313131;
	background-image: url(media/bg.jpg);
}

a:active, a:focus, #nav:active, #nav:focus {
	outline: none;
}

a{
	color: #ffffff;
	text-decoration: none;
}

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

.orange{
	color:#ff9900;
}

.clients{
	color:#303030;
	font-weight:bold;
}

h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 52px;
	margin: 0px;
	color:#cccccc;
	padding: 0px;
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 30px;
	margin: 0px;
	color:#333333;
	padding: 0px;
}

/*+++++++++++++++++++++++++++++++++++++HEADER+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#header {
	width: 985px;
	height: 70px;
	position: relative;
	overflow: hidden;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#graham{
	width: 354px!important;
	width: 351px;
	color:#ff9900;
	text-align:left;
	float:left;
	margin-left: 12px;
}

#food{
	width: 619px!important;
	width: 610px;
	color:#cccccc;
	text-align:right;
	float:left;
}

/*++++++++++++++++++++++++++++++++++++++NAV++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#nav {
	width: 973px;
	height: 28px;
	position: relative;
	overflow: hidden;
	text-align:left;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	padding-left: 12px;
}

#nav a{
	text-decoration: none;
	color:#333333;
}

#nav a:hover{
	text-decoration: none;
	color:#ff9900;
}

#nav a.selected{
	text-decoration: none;
	color:#cccccc;
}


#nav ul{
	list-style:none;
	margin: 0px;
	padding: 0px;
}

#nav li{
	list-style:none;
	padding-left: 7px;
	padding-right:7px;
	margin: 0px;
	display:block;
	float:left;
}
/*+++++++++++++++++++++++++++++++++++++++CONTENT++++++++++++++++++++++++++++++++++++++++++++++++++*/
#content {
	width: 985px;
	height: 738px;
	position: relative;
	overflow: hidden;
	text-align:left;
	margin: 0px auto;
}

#image-container {
	width: 817px;
	height: 706px;
	margin-top: 16px;
	margin-left: 155px!important;
	margin-left:0px;
	text-align:center;
	display:block;
	position:absolute;
	background-image: url(media/49.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#loadhere {
	width: 817px;
	height: 706px;
	text-align:center;
	display:block;
}

/*+++++++++++++++++++++++++menu+++++++++++++++++++++*/
#menu {
	width: 200px;
	height: 738px;
	position: relative;
	float:left;
	overflow: hidden;
	text-align:left;
	background-image: url(media/bg_menu.png);
	background-repeat: no-repeat;
	
}

/*+++++++++++++++++++++++++arrows+++++++++++++++++++++*/

#top-arrows{
	width: 28px;
	height: 60px;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	margin-left:67px;
	text-align:center;
}

a#top-db-arrow{
	text-indent: -5000px;
	background-image: url(media/top-db-arrow.png);
	background-repeat: no-repeat;
	overflow:hidden;
	display: block;
	height: 24px;
	width: 27px;
}

a#top-db-arrow:hover {
	background-position: 0px -22px;
	cursor:pointer;
}

a#top-sg-arrow{
	text-indent: -5000px;
	background-image: url(media/top-sg-arrow.png);
	background-repeat: no-repeat;
	overflow:hidden;
	display: block;
	height: 18px;
	width: 27px;
	margin-top: 12px;
}

a#top-sg-arrow:hover {
	background-position: 0px -19px;
	cursor:pointer;
}

#btm-arrows{
	width: 28px;
	height: 60px;
	position: relative;
	overflow: hidden;
	margin-left:67px;
}

a#btm-db-arrow{
	text-indent: -5000px;
	background-image: url(media/btm-db-arrow.png);
	background-repeat: no-repeat;
	overflow:hidden;
	display: block;
	height: 25px;
	width: 27px;
	margin-top: 7px;
}

a#btm-db-arrow:hover {
	background-position: 0px -24px;
	cursor:pointer;
}

a#btm-sg-arrow{
	text-indent: -5000px;
	background-image: url(media/btm-sg-arrow.png);
	background-repeat: no-repeat;
	overflow:hidden;
	display: block;
	height: 17px;
	width: 27px;
	margin-top:5px;
}

a#btm-sg-arrow:hover {
	background-position: 0px -18px;
	cursor:pointer;
}
/*+++++++++++++++++++++++++menu thumbs+++++++++++++++++++++*/

#menu-mid{
	width: 200px;
	height: 580px;
	position: relative;
	overflow: hidden;
}


#menu-scroller{
	width: 124px;
	height: 5000px;
	position: relative;
	overflow: hidden;
	margin-left:18px;
	margin-top: 3px;
}

a.thumb-frame{
	background-image: url(media/thumb-frame-btn.png);
	background-repeat: no-repeat;
	overflow: hidden;
	height: 82px;
	width: 124px;
	/*background-position: center -1px;*/
	background-position: -2px -1px!important;
	background-position: -2px -2px;
	display:block;
}


a.thumb-frame:hover{
	background-position: center -85px!important;
	background-position: -2px -85px;
}

a.thumb-safari{
	background-image: url(media/thumb-frame-btn.png);
	background-repeat: no-repeat;
	overflow: hidden;
	height: 82px;
	width: 124px;
	background-position: -2px -2px;
	display:block;
}

a.thumb-safari:hover{
	background-position: -2px -86px;
}

#bodyFF .thumb-pic{
	margin-left: 7px;
	margin-top: 7px;
	height: 68px;
	width: 107px;
	overflow:hidden;
}


.thumb-pic{
	margin-left: 6px;
	margin-top: 6px;
	height: 68px;
	width: 106px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++TESTIMONIALS++++++++++++++++++++++++++++++++++++++++++++*/
#testimonials {
	width:760px;
	height: 706px;
	margin-left: 200px;
	display:block;
	overflow:hidden;
	font-size: 14px;
	color:#cccccc;
	font-style:italic;
	position: relative;
}

/*+++++++++++++++++++++++++++++++++++++++++++++MAP++++++++++++++++++++++++++++++++++++++++++++*/
#map {
	height: 350px;
	width:  650px;
	position: relative;
	margin-left: 200px;
	margin-top: 15px;
	z-index: 3;
	background-color: #666666;
	border: 2px solid #666666;
}


/*+++++++++++++++++++++++++++++++++++++++++++++FOOTER++++++++++++++++++++++++++++++++++++++++++++*/
#footer {
	width: 973px;
	height: 70px;
	position: relative;
	overflow: hidden;
	text-align:left;
	color:#000000;
	font-size:16px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left:12px;
}

#footer a{
	text-decoration: none;
	color:#000000;
}

#footer a:hover{
	text-decoration: none;
	color:#ff9900;
}

#footer-left {
	width: 200px;
	position: relative;
	overflow: hidden;
	float:left;
	text-align:left;
	margin-left: 10px;
	margin-right: 0px;
}


#footer-mid-caption {
	width: 553px;
	position: relative;
	overflow: hidden;
	float:left;
	text-align:center;
	margin-left: 0px;
	margin-right: 0px;
}


a#caption {
	padding:4px;
	/*background:#000;*/
	color:#FFF;
	/*margin-top:710px;*/
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	/*display:inline;
	position:absolute;
	margin-left:-30px !important;
	margin-left:0px;
	z-index: 105;*/
}

a#caption:hover {
	color:#000;
}

#footer-right {
	width: 200px;
	position: relative;
	overflow: hidden;
	float: left;
	text-align:right;
}

#studio {
	color:#ccc;
}
