/*  
Theme Name: Bramasol Theme
Theme URI: 
Description: WordPress theme created for Bramasol Inc.
Version: 1.0
Author: Slava Mikerin
Author URI: http://slavix.com
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

a { /*-- Removes dotted outline from clicked links in FF --*/
	outline: none;
}

img {
	border: none;
}

.clearer {
	clear: both;
}

blockquote {
	background: #F2F2F2 url(images/blockquote.png) no-repeat top left;
	border: 1px solid #D7D7D7;
	padding: 10px 10px 10px 40px;
}

/*-- Main structure for the layout --*/ /*
body {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background: #000;
}
*/
body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	background: #999999;
	text-align: center;
	color: #666666;
	line-height: 14px;
}

#background {
	background: #F2F2F2;
}

#outerWrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 930px;
}

#contentWrapper {
	overflow: hidden;
	clear: left;
}

#sidebar {
	width: 210px;
	position: relative;
	float: right;
	clear: right;
}

#Content {
	background: #FFFFFF url(images/template/tContentBkg.jpg) repeat-y;
	width: 930px;
	position: relative;
	clear: both;
	float: left;
}

#Footer { /*
	border-top: solid 1px #666;
	padding: 10px 10px 0px;
	background: #000 url(images/footerbg.png) repeat-x top;
	height: 61px;
	color:#999;
	*/
	
}

h1 {
	font-size: 24px;
	color: #006666;
	clear: both;
	line-height: 28px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 {
	color: #6583A5;
	font-size: 18px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	line-height: 18px;
	color: #006666;
	margin-top: 10px;
	margin-bottom: 10px;
}

h4 {
	font-weight: bold;
	text-transform: uppercase;
	color: #006666;
	margin-top: 10px;
	margin-bottom: 10px;
}
h5 {
	font-weight: bold;
	text-transform: uppercase;
	color: #006666;
	margin-top: 10px;
	margin-bottom: 10px;
}
p{
	margin-top: 8px;
	margin-bottom: 8px;	
}

a {
	color: #6583A5;
	text-decoration: none;
}

a:hover {
	color: #006666;
	text-decoration: none;
}

a:active {
	color: #666666;
	text-decoration: none;
}

/*-- Heading styles --*/ /*-- Link styles --*/
.entry a.more-link { /*-- Removes underline from more link --*/
	text-decoration: none;
}

#header a,#header a:link,#header a:active,#header a:visited {
	color: #FFF;
}

#header a:hover {
	color: #0CF;
}

#Footer a,#Footer a:link,#Footer a:active,#Footer a:visited {
	color: #666666;
}

#Footer a:hover {
	color: #FFF;
}

/*-- Header styles --*/
#headerwrap {
	padding: 0;
	text-align: center;
	background: url(images/headerbg.png) repeat-x top;
}

#header {
	padding-bottom: 5px;
}

#tBranding {
	background: #D7D8DA;
	clear: both;
	width: 930px;
	height: 80px;
	float: left;
	position: relative;
}

#header p {
	margin: 0px;
}

.title { /*-- This is the title of your blog --*/
	font: bold 30px/ 30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	float: left;
	width: 600px;
	padding-top: 15px;
}

.title a:hover {
	text-decoration: none;
}

.description { /*-- This is the line of text below your blog title --*/
	font: 16px/ 20px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	float: left;
	clear: left;
	padding-top: 7px;
}

.topnav { /*-- This is the RSS links in the header --*/
	float: right;
	color: #000;
	text-align: right;
	font: bold normal 12px Arial, Helvetica, sans-serif;
	padding-right: 7px;
	padding-top: 10px;
}

/*-- Header search box styles --*/
#headsearch {
	float: right;
	padding-right: 6px;
	margin-top: 20px;
}

#header #searchform {
	width: 242px;
	height: 31px;
	background: url(images/searchbox.png) left 0px no-repeat;
}

*:first-child+html #header #searchform { /* Filter for IE7 */
	padding: 0px 0;
}

* html #header #searchform { /* Filter for IE6 */
	padding: 5px 0;
}

* html #header #searchbox { /* Filter for IE6 */
	margin-top: 0px;
}

#header #searchbox {
	margin-left: 15px;
	margin-top: 8px;
	margin-bottom: 3px;
	width: 180px;
	background: none;
	border: none;
	color: #FFFFFF;
	font-size: 11px;
}

#header #searchbutton {
	width: 30px;
	background: none;
	border: none;
	margin-left: 10px;
}

#header #searchbutton:hover {
	cursor: pointer;
}

/* Navigation Styles */
#menu {
	width: 960px;
	position: relative;
	margin: 0 auto;
	display: block;
	height: 35px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	display: block;
	float: left;
	color: #CCC;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 20px 0 20px;
}

#menu ul li a:hover {
	color: #FFFFFF;
	height: 27px;
	background: transparent url(images/nav_bg.png) 0px -35px no-repeat;
}

/*-- Post styles --*/
.posttitle {
	font-size: 24px;
	font-weight: normal;
	border-bottom: 1px solid #F2F2F2;
	padding-bottom: 5px;
}

.posttitle a:hover {
	text-decoration: none;
}

.archivetitle {
	font-size: 21px;
	line-height: 35px;
	color: #666;
	background: url(images/archiveicon.png) no-repeat left center;
	padding-left: 42px;
	margin-bottom: 8px;
}

.metablock {
	margin-top: 5px;
	padding-bottom: 20px;
	font-size: 11px;
}

.meta {
	float: left;
	background: url(images/icon-date.png) no-repeat left top;
	padding-left: 22px;
}

.postcomments {
	float: right;
	background: url(images/icon-comment.png) no-repeat left top;
	padding-left: 22px;
}

.tags {
	font-weight: bold;
	margin-bottom: 0px;
}

#navwrap {
	height: 35px;
	background: transparent url(images/nav_bg.png) repeat-x top left;
	clear: both;
}

/*---Image alignment in posts and pages---*/
.aligncenter,div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/*---Image Captions---*/
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*---Comment Styles---*/
ol.commentlist {
	clear: both;
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}

ol.commentlist p {
	clear: both;
	margin: 0;
	padding: 0 10px 10px 10px;
}

ol.commentlist ul.children {
	list-style: none;
}

.avatar {
	float: right;
	padding: 2px;
}

div.comment-author {
	margin-top: 5px;
	background-color: #EBEBEB;
	border: solid 1px #CCC;
	height: 36px;
}

div.comment-author .fn {
	font: bold 18px/ 36px Verdana, Geneva, sans-serif;
	padding-left: 10px;
}

.says {
	display: none;
}

div.comment-meta {
	float: right;
	padding-bottom: 8px;
}

#respond {
	clear: both;
}

div.reply {
	text-align: right;
}

div.reply a {
	text-decoration: underline;
}

#comment {
	width: 100%;
}

@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	background: #d7d8da;
	text-align: left;
	margin: 0px auto 20px;
	width: 930px;
	position: relative;
	padding: 20px;
}

#clear {
	clear: both;
}

#branding {
	position: relative;
	background: ffffff;
	width: 930px;
	height: 84px;
	float: left;
	clear: both;
}

#Content li {
	list-style: url(images/misc/listIcon5x5.gif);
	margin: 4px 0px 0px 34px;
}

#hContentOne {
	width: 890px;
	padding: 30px 0px 0px 40px;
	clear: left;
	position: relative;
	background: url(images/home/photos/hMainImageA1.jpg) no-repeat;
	height: 340px;
}

#hFlash {
	margin: 0px 0px 20px;
	height: 70px;
	width: 460px;
	position: absolute;
	left: 40px;
	top: 30px;
	background: #FFFFCC;
}

#hTextMenu {
	background: d7d8da;
	text-align: right;
	height: 26px;
	width: 930px;
	padding: 0px;
	vertical-align: middle;
	clear: left;
	position: relative;
}

#hTextMenu a{
	font-size: 13px;
}


#hBramasolSolutions {
	background: url(images/home/divbackgrounds/hBramasolSolutions.jpg)
		no-repeat;
	height: 120px;
	width: 205px;
	position: absolute;
	left: 39px;
	top: 120px;
	padding-top: 0px;
	padding-right: 25px;
	padding-left: 10px;
}

#hBramasolSolutions a {
	color: #999999;
}

#hBramasolSolutions a:hover {
	color: #6583A5;
}

.widget {
	background: #D7D8DA;
	margin: 10px 10px 0px 0px;
	padding: 10px 5px 10px 15px;
	width: 180px;
	position: relative;
}

#right_sidebar .widget ul li {
	list-style: none;
	margin-left: 0px;	
}

#hSapSolutions {
	background: url(images/home/divbackgrounds/hSapSolutions.jpg) no-repeat;
	height: 120px;
	width: 205px;
	position: absolute;
	left: 280px;
	top: 120px;
	padding-top: 0px;
	padding-right: 25px;
	padding-left: 10px;
}

#hSapSolutions li {
	list-style: url(images/misc/listIcon5x5.gif);
	margin-left: 15px;
}

#hBramasolSolutions li {
	list-style: url(images/misc/listIcon5x5.gif);
	margin-left: 15px;
}

#hSapSolutions a {
	color: #999999;
}

#hSapSolutions a:hover {
	color: #6583A5;
}

#hBramasolServices {
	background: url(images/home/divbackgrounds/hBramasolServices.jpg)
		no-repeat;
	height: 130px;
	width: 205px;
	position: absolute;
	left: 40px;
	top: 240px;
	padding-top: 0px;
	padding-right: 25px;
	padding-left: 10px;
}

#hBramasolServices li {
	list-style: url(images/misc/listIcon5x5.gif);
	margin-left: 15px;
}

#hBramasolServices a {
	color: #999999;
}

#hBramasolServices a:hover {
	color: #6583A5;
}

#hAboutBramasol {
	background: url(images/home/divbackgrounds/hAboutBramasol.jpg) no-repeat
		;
	height: 130px;
	width: 205px;
	position: absolute;
	left: 280px;
	top: 240px;
	padding-top: 0px;
	padding-right: 25px;
	padding-left: 10px;
}

#hAboutBramasol li {
	list-style: url(images/misc/listIcon5x5.gif);
	margin-left: 15px;
}

#hAboutBramasol a {
	color: #999999;
}

#tRightColumnInset1 {
	background: #D7D8DA;
	margin: 10px 10px 0px 0px;
	padding: 10px 5px 10px 15px;
	width: 180px;
	position: relative;
}

#tRightColumnInset1 li {
	margin-left: 15px;
	list-style: url(images/misc/listIcon5x5.gif);
}

#left_sidebar {
	float: left;
	width: 190px;
	position: relative;
	padding: 0px 0px 0px 0px;
}



#tCenterContent {
	background: #FFFFFF;
	height: auto;
	width: 530px;
	position: relative;
	float: left;
}

#spacer {
	background: #D7D8DA;
	clear: both;
	height: 10px;
	width: 930px;
}

.tRightSidebar {
	width: 210px;
	position: relative;
	float: right;
	clear: right;
}

.tRightSidebar a {
	color: #6583A5;
	
}

.tRightSidebar a:hover {
	color: #666666;
}

#tMainBody {
	padding: 10px 20px 20px;
	width: 490px;
	position: relative;
}

#tSearch {
	padding: 10px;
}

#hContentTwo {
	padding: 0px 0px 0px 40px;
	height: 110px;
	width: 890px;
	position: relative;
	clear: left;
	background: url(images/home/photos/hMainImageA2.jpg) no-repeat;
}

#hAboutBramasol a:hover {
	color: #6583A5;
}

#hFeaturedSolution {
	background: url(images/home/divbackgrounds/hFeaturedSolution.jpg)
		no-repeat;
	height: 50px;
	width: 205px;
	float: left;
	padding-top: 60px;
	padding-right: 25px;
	padding-left: 10px;
}

#hFeaturedSolution a {
	color: #FFFFFF;
	text-decoration: none;
}

#hFeaturedSolution a:hover {
	color: #FFFFCC;
}

#hNewsAndEvents {
	background: url(images/home/divbackgrounds/hNewsAndEvents.jpg) no-repeat
		;
	float: left;
	height: 80px;
	width: 205px;
	padding-top: 30px;
	padding-right: 25px;
	padding-left: 10px;
}

#hNewsAndEvents a {
	color: #FFFFFF;
	text-decoration: none;
}

#hNewsAndEvents a:hover {
	color: #FFFFCC;
}

/*
##########################################################################################################


#tMenuMain {
	padding: 0px 0px 0px 10px;
	width: 180px;
	position: relative;
}

#searchForm p {
	color: #FFFFFF;
	vertical-align: middle;
}
#tHeaderImage {
	height: 80px;
	width: 530px;
	position: relative;
	clear: right;
}
#tFooterLinks {
	text-align: center;
	height: 20px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	clear: left;
}
#tFooterLinks a {
	color: #CCCCCC;
}
#tFooterLinks a:hover {
	color: #696969;
}

*/

/* menu plugin*/
#suckerfishnav {
	cursor:default;
	font-size:11px;
	list-style:none;
	margin:0;
	padding:0;
	width:190px;
	font-family:Arial,Helvetica,Geneva,sans-serif;
}



#suckerfishnav,#suckerfishnav ul {
	float: left;
	list-style: none;
	line-height: 20px;
	padding: 0;
	border: 1px solid #bbb;
	margin: 0;
	width: 100%;
}

#suckerfishnav a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 0px 10px;
	background:#D7D8DA;
}

#suckerfishnav li {
	float: left;
	border-top:1px solid #000000;
	cursor:pointer;
	font-size:11px;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	text-align:left;
	width:190px;	
}

#suckerfishnav ul {
	left: -999em;
	height: auto;
	width: 150px;
	font-weight: normal;
	margin: 0;
	line-height: 1;
	border: 0;
	border-top: 1px solid #666666;
	float: right;
}

#suckerfishnav li li {
	width: 150px;
	
}

#suckerfishnav li li a {
	padding: 3px 10px;
	width: 125px;
	font-size: 11px;
	color: #000;
}

#suckerfishnav li ul ul {
	margin: -20px 0 0 130px;
}

#suckerfishnav li li:hover {
	background: #D7D8DA;
}

#suckerfishnav li ul li:hover a,#suckerfishnav li ul li li:hover a,#suckerfishnav li ul li li li:hover a,#suckerfishnav li ul li li li:hover a
	{
	color: #000;
}

#suckerfishnav li:hover a,#suckerfishnav li.sfhover a {
	color: #000;
}

#suckerfishnav li:hover li a,#suckerfishnav li li:hover li a,#suckerfishnav li li li:hover li a,#suckerfishnav li li li li:hover li a
	{
	color: #000;
}

#suckerfishnav li:hover ul ul,#suckerfishnav li:hover ul ul ul,#suckerfishnav li:hover ul ul ul ul,#suckerfishnav li.sfhover ul ul,#suckerfishnav li.sfhover ul ul ul,#suckerfishnav li.sfhover ul ul ul ul
	{
	left: -999em;
}

#suckerfishnav li:hover ul,#suckerfishnav li li:hover ul,#suckerfishnav li li li:hover ul,#suckerfishnav li li li li:hover ul,#suckerfishnav li.sfhover ul,#suckerfishnav li li.sfhover ul,#suckerfishnav li li li.sfhover ul,#suckerfishnav li li li li.sfhover ul
	{
	left: auto;
}

#suckerfishnav li:hover,#suckerfishnav li.sfhover {
	background: #D7D8DA;
}



*/
#pixopoint_menu1{
	padding-left:10px;
}

#wp_spry_menu{
	line-height: 20px;
}


#wp_spry_menu ul {
	float: left;
	list-style: none;
	line-height: 20px;
	padding: 0;
	border: 1px solid #bbb;
	width: 100%;
}

#wp_spry_menu li{
	list-style: none;
	margin: 0px;
	width:190px;
	border-top:1px solid #000000;
	cursor:pointer;
	font-size:11px;
	padding:0;
	position:relative;
	text-align:left;
	
}
#wp_spry_menu a{
	display: block;
	color: #000;
	text-decoration: none;
	padding: 0px 10px;
	font-size:11px;
}


