
body {
	background:#48525C; /*dark grey*/
	font-family:"Lucida Grande", sans-serif;
	font-size:12px;
	color: #48525C;
}

img {
	border:none;
}

a {color: #48525C; font-weight: bold; text-decoration:none;}
a:hover {text-decoration:underline;}


.main {
	padding: 20px 20px 20px 20px;
	width:750px;
 	margin: 0 auto;
}

.mainDescription {
	background: #FFFFFF;
	width:750px;
	border-bottom: thin solid #48525C;
	overflow: auto;
}

.mainDescription .leftColumn {
	float: left;
	width: 480px;
	margin: 10px 10px 0px 10px;
	line-height: 20px;
}
.mainDescription .rightColumn {
	float: right;
	width: 245px;
	margin-top: 10px;
	line-height: 18px;
}

/* on pages without columns */
.mainDescription .text {
	padding: 5px 5px 0px 10px;
}

/* header for bruji.com and toolbar */

.mainHeader {
	font-size: 30px;
	color: #FFFFFF;
	width: 750px;
	height: 40px;
}

.mainHeader a { color: #FFFFFF;  text-decoration: none;  }
.mainHeader a:active { color: #98C5E6; }
.mainHeader a:hover {color: #98C5E6; }

.brujiTitle {
	float:left;
	font-weight: bold;
}
.mainMenu {
	margin-top:16px;
  	margin-left:10px;
  	padding-right: 10px;
  	color: #98C5E6;
  	float:right;
  	font-size:12px;
	font-weight: bold;
}

.mainMenuLast {
	margin-top:16px;
  	margin-left:10px;
  	color: #98C5E6;
  	float:right;
  	font-size:12px;
	font-weight: bold;
}

.toolbarDog {
	float: right;
	width: 31px;
	height: 29px;
	padding-top: .2em;
	padding-right: 5px;
	background-image: url(images/dogToolbar.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.toolbarDog:hover {
	background-image: url(images/dogToolbarBlue.png);
}

/* app index pages need individual boxHeader */
.boxHeader {
	background-color:#EDF3FE;
	border-bottom: thin solid #48525C;
	overflow: auto;
	width: 740px;
	padding: 5px;
}
.boxHeaderTitle {
	padding-top: .7em;
	padding-bottom: .7em;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}


/* application header box with download and buy buttons */
.roundTopBox {
	clear:both;
	width:100%;
	position:relative;
	height:6px;
}

.roundTopLeft { 
	position:absolute;
	top:0px;
	left:0px;
	height:6px;
	width:13px;
	background: url(images/topLeftCorner_Grey.png) no-repeat top left; 
}
.roundTopMiddle { 
	width:724px;
	height:6px;
	margin:0px 13px;
	background-color: #EDF3FE; /*light blue grey*/
}
.roundTopRight { 
	position:absolute;
	top:0px;
	right:0px;
	height:6px;
	width:13px;
	background: url(images/topRightCorner_Grey.png) no-repeat top right; 
}

/* small boxes, right side of page, top and bottom parts */

.smallRoundTopBox {
	clear:both;
	width:235px;
	position:relative;
	height:6px;
}
.smallRoundTopLeft { 
	position:absolute;
	top:0px;
	left:0px;
	height:6px;
	width:13px;
	background: url(images/topLeftCorner_Grey.png) no-repeat top left; 
}
.smallRoundTopMiddle { 
	width:209px;
	height:6px;
	margin:0px 13px;
	background-color: #EDF3FE; /*light blue grey*/
}
.smallRoundTopRight { 
	position:absolute;
	top:0px;
	right:0px;
	height:6px;
	width:13px;
	background: url(images/topRightCorner_Grey.png) no-repeat top right; 
}


.smallRoundBottomBox {
	clear:both;
	width:235px;
	position:relative;
	height:6px;
	margin-bottom: 10px;
}
.smallRoundBottomLeft { 
	position:absolute;
	top:0px;
	left:0px;
	height:6px;
	width:13px;
	background: url(images/bottomLeftCorner_Grey.png) no-repeat bottom left; 
}
.smallRoundBottomMiddle { 
	width:209px;
	height:6px;
	margin:0px 13px;
	background-color: #EDF3FE;
}

.smallRoundBottomRight { 
	position:absolute;
	top:0px;
	right:0px;
	height:6px;
	width:13px;
	background: url(images/bottomRightCorner_Grey.png) no-repeat bottom right; 
}

.rightBoxHeader {
	background-color: #EDF3FE;
	width: 235px;
	padding-top: .2em;
	padding-bottom: .3em;
	font-weight:bold;
	text-align: center;
}
.rightBox {
	width: 229px;
	border: thin solid #EDF3FE;
	margin-bottom: 10px;
	padding: 2px 1px 3px 3px;
	font-size:11px;
}
.solidBox {
	background-color: #EDF3FE;
	width: 219px;
	font-size: 11px;
	padding: 2px 8px 4px 8px;
}

.solidBoxTitle {
	font-weight:bold;
	text-align:center;
}
.featuresBoxIcons {
	padding: 5px 5px 0px 5px;
}
.pediasBoxIcons {
	padding-left: 1.4em;
}

/* footer with round corners */
.roundBottomBox {
	clear:both;
	width:100%;
	position:relative;
	height:6px;
}
.roundBottomLeft { 
	position:absolute;
	top:0px;
	left:0px;
	height:6px;
	width:13px;
	background: url(images/bottomLeftCorner_Grey.png) no-repeat bottom left; 
}
.roundBottomMiddle { 
	width:724px;
	height:6px;
	margin:0px 13px;
	background-color: #EDF3FE;
}

.roundBottomRight { 
	position:absolute;
	top:0px;
	right:0px;
	height:6px;
	width:13px;
	background: url(images/bottomRightCorner_Grey.png) no-repeat bottom right; 
}

.blueBox {
	background-color: #EDF3FE;
	border-bottom: thin solid #48525C;
}
.whiteBox {
	background-color: #FFFFFF;
	border-bottom: thin solid #48525C;
}

.boxFooter {
	background-color: #EDF3FE;
	width: 100%;
	overflow: auto;
}
.footer {
	float: right;
	margin: 0px 20px 0px 0px;
}

.footer .dog {
	float:left;
	margin-top: 13px;
}
.footer .tagline {
	font-weight:bold;
	padding: 34px 0px 0px 60px;
	font-size:18px;
}


/* copyright notice */
.copyright {
	text-align:center;
	font-size:9px;
	color:#FFFFFF;
}


