/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	overflow-x: hidden;
}

body{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 1.5em;	
	background: #FFF;
	height: 100%;
	width: 100%;
	text-align: center;
}

a {
	color: #DA9D37;
	text-decoration: underline;
	font-weight: bold;
}

a img {
	border: none;
}

a:hover, a:visited :hover {
	color: #666;
}

h2 a {
	color: #666;
	text-decoration: none;
}

h2 a:hover, h2 a:visited :hover, #thanks h2 a, #thanks h2 a:visited, #show h2 a {
	color: #DA9D37;
	text-decoration: underline;
}

dfn {
	font-style: normal;
	border-bottom: 1px dashed #DA9D37;
}

form {
	margin-bottom: 20px;
}

h1{
	font-size: 21px;
	margin: 10px 0 5px 0px;
	color: #DA9D37;
}

h2{
	font-size: 15px ;
	color: #666;
	margin: 15px 5px 0 7px;
}

h3{
	font-size: 13px;
	color: #DA9D37;
	margin: 5px 0 0 17px;
}

p {
	margin: 0 15px 10px 20px;
}

ol, ul {
	margin: 0 15px 10px 50px;
}

small {
	font-style: italic;
	font-size: 11px;
	margin-left: 20px;
	line-height: 1.35em;
	color: #999;
}

p small {
	margin-left: 0;
}

table {
	width: auto;
	margin: 0 auto 5px;
}

td {
	vertical-align: top;
	padding: 2px;
	font-size: 13px;
}

td h2 {
	margin: 15px 0 0;
}

th {
	vertical-align: top;
	padding: 2px;
	text-align: right;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#flash {
	position: absolute;
	top: 200px;
	left: -225px;
	width: 1200px;
	height: 300px;
	z-index: 20;
}
	

#fixed {
	width: 760px;
	background: transparent;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

#menu {
	width: 100%;
	background: transparent;
	position: relative;
	z-index: 50;
}

#banner {
	/* background: url(../images/imxProto.jpg) bottom right no-repeat; */
	height: 270px;
	width: 100%;
}

#content, #contentWide {
	float: left;
	width: 540px;
	margin: 15px 0 10px;
	clear: left;
}

#contentWide {
	width: 750px;
}

#box, #topBox, .box, #socNet, #otherHolder {
	float:right;
	width: 190px;
	margin: 15px 10px 0 0;
	border: 1px dashed #666;
	border-width: 0 1px 1px;
}

#otherHolder {
	border: none;
	text-align: center;
}

#show #topBox {
	border: none;
	background: transparent url(../images/ffPrizeBG.jpg) top center no-repeat;
	text-align: center;
}

#show #topBox h2 {
	color: #FFF;
	background: none;
	margin: 5px auto 5px;
	font-size: 1.5em;
	font-style: bold;
}

#show #topBox img {
	float: none;
	margin: 0 0 10px;
}

#show #topBox h3 {
	margin: 0 auto 5px;
	color: #000;
}

#show #topBox p {
	color: #000;
}

#topBox {
	margin-top: 55px;
}

#copyright{
	margin: 10px auto;
	text-align: center;
	clear: both;
}

/***********************************************/
/* Layout Divs  Specifics                      */
/***********************************************/
#banner a img {
	border: none;
	margin-top: 20px;
}

#banner img {
	float: right;
}

#banner img.logo {
	float: left;
}

#services #banner {
	background: url(../images/fish11.jpg) bottom right no-repeat;
}

#box h2, #topBox h2, #socNet h2 {
	color: #FFF;
	background: #666;
	margin: 0 0 5px;
	padding: 2px 0 2px 3px;
	font-size: 1.05em;
	font-style: normal;
}

#box img, #topBox img {
	float: right;
	margin: 0 0 0 5px;
}

#socNet img {
	float: none;
	border: none;
}

#box p, #topBox p {
	line-height: 1.3em;
	margin: 0 7px 7px;
}

#socNet p {
	text-align: center;
	margin: 0;
}

#box ul {
	margin: 0 10px 10px 10px;
	font-size: 11px;
	list-style: none;
	line-height: 1.35em;
}

#box ul ul {
	margin: 0 10px 10px 20px;
	list-style: square;
}

#menu a, #menu a:visited {
	text-decoration: none;
	color: #666;
}

#menu a:hover  {
	text-decoration: none;
	border-bottom: 4px solid #666;
	color: #DA9D37;
}

#home #menu a.home,
#about #menu a.about,
#products #menu a.products,
#solutions #menu a.solutions,
#services #menu a.services,
#portfolio #menu a.portfolio,
#wp #menu a.wp,
#staff #menu a.staff,
#blog #menu a.blog,
#contact #menu a.contact  {
	text-decoration: none;
	border-bottom: 4px solid #DA9D37;
	color: #666;
}

#menu p {
	text-align: center;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 15px 0;
	margin: 0 auto;
}

/***********************************************/
/* Classes                                     */
/***********************************************/
input.counter {
	border: none;
	color: #999;
	font-size: .7em;
	background-color: transparent;
}

img.floatR {
	float: right;
	margin: 3px 0 5px 10px;
}

img.floatL {
	float: left;
	margin: 3px 10px 5px 0;
} 

#staff img.floatL {
	float: left;
	margin: 3px 8px 5px 0;
	border: 1px solid #666;
} 

span.hiite {
	color: #E0AF02;
	font-weight: bold;
	font-size: 18px;
}

.monials{
	background: url(../images/topQuote.gif) 1px 30px no-repeat;
}

.monials p {
	margin: 0;
	padding: 10px 5px 30px 5px;
	background: url(../images/botQuote.gif) 130px bottom no-repeat;
	font-style: italic;
}

#content .monials{
	background: url(../images/topQuote.gif) left top no-repeat;
	width: 250px;
	float: right;
	margin: 0 0 2px 15px;
}

#content .monials p {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	background: url(../images/botQuote.gif) bottom right no-repeat;
	font-style: italic;
}

#box p.note, #topBox p.note {
	color: #666;
	text-align: right;
	background: none;
	font-style: normal;
	font-weight: bold;
	margin: -20px 3px 10px 0;
	padding: 0;
	font-size: .85em;
}

.caption {
	font-style: italic;
}

.clear {
	clear: both;
}

.footnote {
	font-size: .85em;
	font-style: italic;
}

#footer{
	clear: right;
	text-align: right;
	padding-bottom: 1px;
}

table.footer {
	display:none;
}

div.thumbs {
	width: 185px;
	height: 150px;
	margin: 10px 0 0;
	text-align: center;
	float: left;
}

div.thumbs img {
	margin: 0 auto;
	padding: 0;
	float: none;
}

div.thumbs p {
	margin: 0 auto;
	font-style: italic;
	font-size: 11px;
}

div.thumbs + h2 {
	clear: left;
}


td.total {
	width: 7in;
	text-align: right;
	font-weight: bold;
}

.new {
	font-weight: bold;
	font-size: 1.25em;
	color: #DA9D37;
	font-style: italic;
}

p.postmetadata {
	font-style: italic;
	font-size: 11px;
	color: #999;
}

#commentform #comment {
	width: 99%;
}

.alignleft  { 
	float: left; 
}

.alignright { 
	float: right; 
}

.post h2 {
	clear: both;
}

div.navigation {
	padding-bottom: 20px;
}

#invoice th.descrip {
	width: 75%;
	text-align: left;
}

#invoice table.borders {
	margin: 0 auto;
	border: 1px solid #AABAC5;
	border-width: 1px 0 1px;
	border-collapse:collapse;
}

#invoice .borders td {
	padding: 3px;
	border: 1px solid #AABAC5;
	vertical-align: top;
}

#invoice .borders th {
	background: #4D5268;
	font-size: 10pt;
	color: #FFF;
	border: 1px solid #AABAC5;
}


.hided {
	display: none;
}

.showed {
	display: block;
}


.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}


.smaller {
	font-size: .85em;
}