/****************************************
|
| Small Business Centre - Gallery
| Created by: Kevin Biskaborn
| Copyright 2008 ScriptReaction
| http://www.scriptreaction.com
|
****************************************/

/****************************************
|	IMPORT STYLES
****************************************/

/****************************************
|	CLEAR ALL STYLES
****************************************/
* {
	margin:0px;
	padding:0px;
}

/****************************************
|	GLOBAL TAG STYLES
****************************************/
body { 
	background:#fff;
	cursor:default;
	overflow:auto;
	margin:0px 0px 15px 0px;
}

body, select, input, textarea {
	font-family:tahoma, arial, verdana, sans-serif;
	font-size:11px;
	color:#000066;
}

a {
	color:#0066ff;
	text-decoration:underline;
}

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

ul {
	list-style:none;
}

/* all headings */
h1, h2, h3, h4, h5 {
	font-size:11px;
	line-height:11px;
}

form .hidden {
	display:none;
}
img {
	border:0px;
}

/****************************************
|	GLOBAL CLASSES
****************************************/
.uc { 
	text-transform:uppercase;
}

.filterPng {}

.flash {
}

.hidden_form {
	visibility:hidden;
}

/****************************************
|	PAGE LAYOUT
****************************************/
#skn, #shl {
	position:relative;
}

#skn {
	width:100%;
}

#shl {
	width:760px;
	text-align:left;
}

/****************************************
|	HEADER
****************************************/
#masthead {
	position:relative;
	width:760px;
	border-bottom:5px solid #0055a5;
	padding-bottom:10px;
}
#masthead #logo {
	position:absolute;
	margin-top:11px;
}
#masthead #banner {
	position:relative;
	width:490px;
	left:140px;
	top:7px;
	overflow:hidden;
	padding:12px 0px;
}
#masthead #banner h1 {
	font-size:22px;
	color:#0055a5;
	margin:5px 0px 0px 0px;
}
#masthead #banner h2 {
	font-size:12px;
	color:#9999cc;
	margin:5px 0px 0px 2px;
}
#masthead #banner h3 {
	font-size:11px;
	font-weight:normal;
	color:#999;
	margin:2px 0px 0px 2px;
}
#masthead.ntw {
	background:url(../../images/networking_wednesdays.gif) 649px 5px no-repeat;
}
#masthead.bbb {
	background:url(../../images/bridges.gif) 670px 2px no-repeat;
}

/****************************************
|	NAVIGATION
****************************************/
#navigation {
	position:relative;
	width:728px;
	padding:16px;
	background:#dee6fc;
	border-bottom:1px solid #8194c9;
	color:#0055a5;
}
#navigation h4 {
	font-size:11px;
	width:500px;
	line-height:normal;
}
#navigation #navmenu {
	position:absolute;
	width:auto;
	top:13px;
	right:15px;
}
#navigation #navmenu select option {
	padding:0px 2px 0px 2px;
}

/****************************************
|	FOCAL FEED
****************************************/
#focalfeed {
	position:relative;
	width:730px;
	background:#ececec;
	padding:15px;
}
#focalfeed #thumbs {
	float:left;
	left:15px;
	top:15px;
	width:210px;
	height:460px;
	overflow:auto;
	margin-left:-6px;
	border-right:1px solid #e0e0e0;
}
#focalfeed #thumbs a img {
	float:left;
	width:50px;
	height:50px;
	padding:2px;
	margin:0px 0px 6px 6px;
}
#focalfeed a img {
	border:1px solid #ccc;
	background:#fff;
}
#focalfeed a:hover img {
	background:#8194c9;
	border:1px solid #000066;
}
#focalfeed #photonav {
	position:relative;
	margin:0px 0px 10px 216px;
	text-align:right;
}
#focalfeed #photonav span {
	font-weight:bold;
}
#focalfeed #photonav h2 {
	float:left;
	display:block;
	color:#0055a5;
	font-size:17px;
	padding-bottom:5px;
}
#focalfeed #focus {
	position:relative;
	margin-left:216px;
}
#focalfeed #focus img {
	position:relative;
	float:left;
	padding:7px;
}
#focalfeed #focus p {
	position:relative;
	float:left;
	display:block;
	padding:10px 0px;
}

/****************************************
|	FOOTER
****************************************/
#footer {
	position:relative;
	clear:both;
	width:745px;
	background:#fff;
	border-top:1px solid #8194c9;
	padding:5px 0px 0px 15px;
	color:#999;
}
#footer h5 {
	font-weight:normal;
	width:450px;
}
#footer #scriptrx {
	position:absolute;
	width:300px;
	right:15px;
	top:5px;
	text-align:right;
}











