/*
Theme Name: Braemac Energy
Theme URI: http://www.braemacenergy.com.au/
Description: Bespoke design for Braemac Energy Pty Ltd.
Version: 1.0
Author: Catherine Hutchinson webdesignnsw.com.au
Author URI: http://webdesignnsw.com.au
*/

/* CSS Document */
.passwordtopbox, .passwordbottombox {padding:10px 20px 0px 20px;font-size:.9em;}
#publicationlibrary .alignleft {margin:0px 5px 5px 0px;border:0px;padding:5px;height:250px;}
#publicationlibrary .wp-caption {font-size:.75em;}
#publicationlibrary .wp-caption-text {margin-top:10px;}
body {
	background-color:#1b1b1b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}
#container {
	width:998px;
	overflow:auto;
	background-color:#046ec6;
	margin:0px auto 10px auto;
	padding:0px;
}
/* CONTACT US */
#contact {width:98%; padding:0 0 2em 1%; }
.addressentry {width:240px;float:left;position:relative;padding-right:5px; height:200px; }
.addressentry h2 {font-size:1.2em;font-weight:normal;}
.addressentry p {font-size:.8em;}



/* HEADER */


#headertop {
	background:url(/wp-content/uploads/2009/09/strip-top.jpg);
	background-repeat:no-repeat;
	background-color:#1b1b1b;
	width:998px;
	height:39px;
	border:none;
}
#headermain {
	background:url(/wp-content/uploads/2009/09/mainheader.jpg);
	background-repeat:no-repeat;
	background-position:top;
	border-right:2px solid #fff;
	border-left:2px solid #fff;
	background-color:#022a4b;
	width:994px;
	height:180px;
}
#content {
	width:994px;
	border-right:2px solid #fff;
	border-left:2px solid #fff;
	background-repeat:no-repeat;
	background-position:top left;
}
.internal {
	background:url(/wp-content/uploads/2009/09/background.jpg);
}
.home {
	background:url(/wp-content/uploads/2009/09/background3.jpg);
}
#imagepanel {
	width:822px;
	position:relative;
	float:left; margin:0px;padding:0px;
}
#content.home #imagepanel {
	margin-left:-3px;
}
/* FOOTER */
#footer {
	clear:both;
	text-align:right;
	width:984px;
	padding:10px 10px 10px 0px;
	border-bottom:2px solid #fff;
}
#footer p {
	font-size:.7em;
	margin-right:300px;
}
/* CALCULATOR */
.calculator {
	position:relative;
	float:left;
	width:266px;
	height:215px;
	margin:0px 0px 2px 1px;
	background:url(/wp-content/themes/braemac/images/bg-solarcalc.jpg);
	background-repeat:no-repeat;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.calculatoroff {
	position:relative;
	float:left;
	width:266px;
	height:213px;
	margin:0px 0px 5px 1px;
	background:url(/wp-content/themes/braemac/images/bg-solarcalc2.jpg);
	background-repeat:no-repeat;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.calculatoroff a img {border:none;}
.solarresultscontainer {
}
/* BOXOUTS */
a:link, a:hover, a:active, a:visited {
	text-decoration:none;
	 
}
.boxout a {color:#fff;}
.boxout {
	background-color:#022a4b;
	width:131px;
	height:132px;
	border:1px solid #999;
	margin:1px;
	position:relative;
	float:left;
}
.boxout p {
	margin:3px auto 0px auto;
	text-align:center;
}
.boxout {
	text-align:center;
	color:#fff;
	font-size:.7em;
	font-weight:bold;
	width:131px;
	text-decoration:none;
}
.boxout img {
	border:none;
}
.boxout strong a, .boxout b a, .boxout p {
	color:#fff;
}
/* HOMEPAGE HEROS */
 
 
#slideshowcontent h2.widgettitle {
	display:none;
}
#slideshowcontent {width:537px;height:353px;display:inline;position:relative;
	 float:left;
	margin:0px 1px 0px 2px;
	padding:0px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:none;
	list-style-type:none;
	 }
/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Alex Rabe
Version: 1.50

This is a template stylesheet that can be used with NextGEN Gallery. I tested the
styles with a default theme Kubrick. Modify it when your theme struggle with it,
it's only a template design

*/

/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both;
	display:block !important;
}
.ngg-album {
	height: 100%;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #fff;
}
/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album {
	overflow:hidden;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}
.ngg-album {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
}
.ngg-albumtitle {
	text-align: left;
	font-weight: bold;
	margin:0px;
	padding:0px;
	font-size: 1.4em;
	margin-bottom: 10px;
}
.ngg-thumbnail {
	float: left;
	margin-right: 12px;
}
.ngg-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}
.ngg-thumbnail img:hover {
	background-color: #fff;
}
.ngg-description {
	text-align: left;
}
/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important;
	text-align:left;
	width:120px;
}
.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}
.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px;
	height:68px;
}
.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}
.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}
/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin: 10px 0px 0px 10px;
	width: 100%;
	clear:both;
	display:block !important;
}
.ngg-galleryoverview .desc {
	/* required for description */
   margin:0px 10px 10px 0px;
	padding:5px;
}
.ngg-gallery-thumbnail-box {
	float: left;
}
.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
	text-align: center;
}
.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}
.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
}
.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}
.ngg-clear {
	clear: both;
}
/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
}
.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}
.ngg-navigation a.page-numbers, .ngg-navigation a.next, .ngg-navigation a.prev, .ngg-navigation span.page-numbers, .ngg-navigation span.next, .ngg-navigation span.prev {
/*border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;*/
}
.ngg-navigation a.page-numbers:hover, .ngg-navigation a.next:hover, .ngg-navigation a.prev:hover, .ngg-navigation span.page-numbers:hover, .ngg-navigation span.next:hover, .ngg-navigation span.prev:hover {
	/*background-color: #0066CC;*/
	color: #FFFFFF !important;
	text-decoration: none !important;
}
/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
}
.ngg-imagebrowser h3 {
	text-align:center;
}
.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	display:block !important;
	padding:5px;
}
.ngg-imagebrowser-nav {
	padding:5px;
	margin-left:10px;
}
.ngg-imagebrowser-nav .back {
	float:left;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}
.ngg-imagebrowser-nav .next {
	float:right;
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}
.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}
.exif-data {
	margin-left: auto !important;
	margin-right: auto !important;
}
/* ----------- Slideshow -------------*/
/*.slideshow {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	outline: none;
}
.slideshowlink {
}
.piclenselink {font-size:.8em;}
/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	display:block;
	padding:4px;
}
.ngg-left {
	float: left;
	margin-right:10px;
}
.ngg-right {
	float: right;
	margin-left:10px;
}
.ngg-center {
	margin-left: auto !important;
	margin-right: auto !important;
}
/* ----------- Sidebar widget -------------*/
.ngg-widget, .ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
}
.ngg-widget img {
	border:2px solid #A9A9A9;
	margin:0pt 2px 2px 0px;
	padding:1px;
}
/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}
.ngg-related-gallery img:hover {
	border: 1px solid #000000;
}
/* INTERNAL HERO */
 
 
/* INTERNAL CONTENT */
h1, h2, h4, h5, p, strong, b {
	color:#003;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
}
h2 {
	margin-top:20px;
}
.contentinternal h3 {
	color:#006;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:.9em;
	padding:0px;
	margin-left:1em;
	margin-bottom:0px;
}
#content ul li h3 {color:#666;font-size:1.2em;}
#content strong, #content b {font-weight:bold;}
h1 a {
	color:#fff;
	text-decoration:none;
}
ul, li {
	color:#fff;
}
.contentinternal {
	float:left;
	width:535px;
	min-height:700px;
	margin:0px 2px 0px 0px;
}
.contentinternal #long {background-color:#fff;}
.contentinternal h1 {
	font-size:2em;
	font-weight:lighter;
	padding-left:20px;
	color:#39F;
}
.contentinternal h2 {
	font-size:1.2em;
	font-weight:lighter;
	line-height:1.1em;
	width:90%;
	 
	color:#06C;
	 
	font-family:Arial, Helvetica, sans-serif;
}
.contentinternal h1 a, .contentinternal h2 a {
	text-decoration:none;
	color:#003;
}
.contentinternal p {margin:1em 1.4em 1em 1.4em;}
.contentinternal h2 {margin-left:.9em;}
.contentinternal p, .contentinternal ul li {
	color:#003;
	font-size:0.8em;
	line-height:1.3em;
	 
}
p.testimonial {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	width:80%;
	margin:0px 30px 20px 40px;
}
p.signoff {
	font-size:.7em;
	margin-top:0px;
	margin-left:40px;
}
.heroimage-internal img {
	height:218px;
	width:530px;
}
.heroimage-internal2 img {
	height:218px;
	width:535px;
}
.heroimage-internal2 {margin:0px;padding:0px;}
.heroimage-internal2 p,.heroimage-internal p {
	margin:0px;
}
.heroimage-internal {
	margin:0px;
	padding:0px;
}
p.message {
	color:#ff0000;
	width:300px;
	font-size:.8em;
	border:none;
	background-color:#fff;
	text-align:center;
}
ul.links a {
	color:#003;
}
.footerimage {
	padding-left:20px;
	padding-top:10px;
}
/* LEFT MENU */
#nav {
	width:172px;
	position:relative;
	float:left;
	color:#fff;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/vertical_slide.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
ul.menu1, ul ul {
	padding:0;
	margin:0;
	border:0;
	list-style-type:none; /* height:42em; overflow:hidden;*/
	overflow:hidden;
	font-size:.8em;
	color:#fff;
	width:172px;
	text-align:left;
	color:#fff;
}
ul.menu1 {
	margin:0 auto;
}
ul.menu1 table {
	border-collapse:collapse;
	padding:0;
	margin:0;
	font-size:.8em;
}
table#solarcalc  {margin:-10px 0px 0px 0px;padding:0px;font-size:10px;border-collapse:collapse;}
ul.menu1 ul {
	margin-left:5px;
}
ul.menu1 li {
	text-indent:0.5em;
}
ul.menu1 li.drop {
	margin-bottom:-2px;
}
ul.menu1 li a, ul.menu1 li a:visited {
	display:block;
	width:172px;
	padding:2px 0px 0px 10px;
	height:2em;
	line-height:1.9em;
	text-decoration:none;
	color:#fff;
}
ul.menu1 li a.last, ul.menu1 li a.last:visited {
	display:block;
	width:172px;
	height:10em;
	line-height:2em;
}
ul.menu1 li ul {
	display:none;
}
ul.menu1 li:hover a, ul.menu1 li a:hover {
	border:0;
	color:#FC0;
	font-weight:bold;
}
ul.menu1 li:hover ul, ul.menu1 li a:hover ul {
	display:block;
	height:10em;
	width:150px;
	margin-top:-1px;
	color:#FC0;
	border:1px dotted #fff;
}
ul.menu1 li:hover ul li a, ul.menu1 li a:hover ul li a {
	height:2em;
	color:#FC0;
	font-weight:normal;
	font-size:1.2em;
}
ul.menu1 li:hover ul li:hover a, ul.menu1 li a:hover ul li a:hover {
	color:#fff;
	font-weight:bold;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/latest-flyout.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {
	height:132px;
	position:relative;
	width:172px;
	position:relative;
	float:left;
	color:#fff;
	z-index:100;
}
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
	text-align:left;
	padding:1px 1px 0 1px;
}
#menu li {
	margin:0;
	padding:0;
	list-style:none;
}
#menu li {
	display:inline-block;
	display:inline;
}
#menu ul ul {
	position:absolute;
	left:-9999px;
}
#menu ul#toplevel {
	position:absolute;
	left:0;
	top:0;
}
#menu a {
	display:block;
	font:normal .83em arial, helvetica, sans-serif;
	color:#fff;
	line-height:32px;
	text-decoration:none;
	padding:0 20px 0 20px;
}
#menu ul li ul a {
	background-color:#000;
}
#menu ul li:hover > ul {
	left:100%;
	margin-top:-33px;
	margin-left:-1px;
}
#menu a:hover ul, #menu a:hover a:hover ul, #menu a:hover a:hover a:hover ul {
	left:100%;
}
#menu a:hover ul ul, #menu a:hover a:hover ul ul {
	left:-9999px;
}
#menu li a:hover {
	background:#09c;
	color:#fff;
}
#menu li:hover > a {
	background:#09c;
	color:#fff;
}
#menu li a.fly {
	background: url(anywidth/arrow.gif) no-repeat right top;
}
#menu li a.fly:hover {
	background:#09c url(anywidth/arrow.gif) no-repeat right top;
}
#menu li:hover > a.fly {
	background:#09c url(anywidth/arrow.gif) no-repeat right top;
}
#menu table {
	position:absolute;
	left:99%;
	height:0;
	width:0;
	border-collapse:collapse;
	margin-top:-7px;
	margin-left:-1px;
}
/* Captions & aligment */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	padding-right:15px;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions & aligment */

/* FAQS */ 
code {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}
.imasters-wp-faq-listing {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}
dt {
	margin-left:10px;
}
dd {
	margin:0px 20px 0px 20px;
}
.imagelink {
	border:1px solid #ccc;
	margin:2px;
}
.question {
	width:380px;
}
table#faq .answer {
	width:360px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	line-height:1.5em;
	font-size:.8em;
	color:#036;
	background-color:#fff;
	padding:5px;
}
table#faq a {color:#fff;}
#efaqform {
	color:#fff;
	padding:20px;
	font-size:.8em;
}
#efaqform form {
	width:300px;
	margin:20px;
	color:#003;
}
#efaqform a, .answer, .col-one-faq, table#faq td {
	text-decoration:none;
	padding:5px;color:#fff;
}
..question a, .question a:viisted, .question a:link, .question {
	color:#FC0;
	text-decoration:none;
}
.question a:hover, .question a:active {
	color:#FC0;
	border-bottom:1px dotted #fc0;
}
#efaqform a {
	font-size:.9em;
	font-weight:bold;
	padding:5px;
	background-color:#022a4b;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
table#faq td {
	font-size:.7em;
}
table#faq td.col-one-faq {
	font-size:.9em;
}
th.header {
	text-align:left;
	color:#fff;
	font-size:0.9em;
	font-variant: small-caps;
}
#efaqform label {
	color:#fff;
	padding:2px;
}
#efaqform textarea {
	width:300px;
}
#faqlist table {
	width:500px;
	/* border-collapse: collapse; */
	font-size:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:10px;
	-moz-border-radius: 5px;
	background-color:#022a4b;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	margin-left:20px;
}
#faqlist thead {
	border-bottom:1px solid #ddd;
}
#faqlist table tr {
	vertical-align:top;
}
#faqlist td, #faqlist th {
	padding:4px;
}
#faqlist table .question {
	display:block;
}
#faqlist table .answer {
	margin:10px 0 20px 0;
	display:block;
}
#faq-form label {
	display:block;
	text-align:left;
	font-size:12px;
	color:#003;
}
#efaq_email, #efaq_name {
	display:block;
	margin:0 0 10px 0;
}
#efaq_submit {
	text-align:left;
	display:block;
}
#faq-form textarea {
	width:100%;
}
#faq-form {
	margin:10px 0 0 0;
}
#faq th {
	cursor:pointer;
}
#efaqform {
	margin:20px 0 20px 0;
}
#faq-thanks {
	margin:10px auto 10px auto;
	border:1px solid #ddd;
	padding:15px;
	width:400px;
	font-size:.7em;
	-moz-border-radius: 5px;
	background-color:#FFC;
	color:#036;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.testimonial {
	font-size:1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:10px;
	-moz-border-radius: 5px;
	background-color:#022a4b;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
}
.testimonial p {
	color:#fff;
}
cite {
	color:#FC0;
	font-size:.6em;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:20px;
	padding-bottom:40px;
}  

.wpcf7-form {width:500px;float:left;position:relative;margin:0px;padding:0px;overflow:visible;}
.wpcf7-form-control-wrap {width:98%;}
.wpcf7-radio {width:97%;}
.wpcf7-list-item {width:23%;}
.wpcf7-list-item-label {float:left;}
.wpcf7 label {
	color:#003;
	float:left;
	margin:0px 5px 0px 0px;
	width:130px;
	clear:both;
	min-height:30px;
}
.wpcf7 label.wide {
	width:100%;
	height:20px;
	padding-top:10px;
	font-weight:bold;
}
.wpcf7 span {
	float:left;
	min-width:50px;
}
.column1, .column2 {
	float:left;
	padding-right:10px;
}
/* solar calculator */
#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#000;
	display:none;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
#calc-form-container {
	margin:55px 0px 0px 10px;
}
#calc-form-container p {
	color:#003;
	font-size:1.6em;
	font-weight:lighter;
	margin:10px 10px 0px 10px;
}
#solar-calc-result-container {
	background:url(/wp-content/themes/braemac/images/bg-solarcalcresults.jpg);
	width:440px;
	height:589px;
	padding:0px;
	margin:0px;
	position:absolute;
	display:none;
	left:0;
	top:0;
	background-color:#fff;
	z-index:9999;
}
#solar-calc-result-container h2 {
	color:#003;
	font-size:1.6em;
	font-weight:lighter;
	margin:10px 10px 0px 10px;
}
#solar-calc-result-container table {
border-collapse;
	margin:200px 0px 0px 40px;
	color:#fff;
}
#solar-calc-result-container td {
	font-size:.8em;
	padding:4px;
}
#solar-calc-result-container td.one {
	font-weight:bold;
	padding-right:20px;
}
#solar-calc-result-container p {
	clear:both;
}
#solar-calc-result-container .close {
	color:#fff;
	font-size:.7em;
	margin:100px 0px 0px 50px;
}
#calc-form-container form {
	color:#fff;
	font-size:.8em;
}
#calc-form-container h2 {
	color:#fff;
	font-weight:lighter;
	margin:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#calc-form-container form label {
	padding:5px;
	margin:5px 5px 5px 0px;
	width:100px;
	float:left;
	font-size: 1.2em;
}
#calc-form-container form input {
	margin:5px 5px 5px 5px;
	float:left;
	width:100px;
}
#calc-form-container form input.small {
	margin:5px 0px 5px 5px;
	float:left;
	width:25px;
}
#calc-form-container form span {
	margin:5px 0px 5px 5px;
	float:left;
	width:85px;
}
#calc-form-container form select {
	float:left;
	margin:8px 0px 0px 0px;
}
#calc-form-container p {
	float:left;
	font-size:.8em;
	clear:both;
	color:#fff;
	margin:0px;
}
.curved, .curvedwide {
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	behavior:url(border-radius.htc);
	background-color:#003;
	color:#09F;
	padding:10px;
	
	
}
.curved {width:240px;margin:10px 10px 10px 30px;}
.curvedwide {width:450px;margin:10px auto 10px auto;padding-bottom:20px;}
.curved p,
.curvedwide p {color:#fff;font-family:Arial, Helvetica, sans-serif;margin:10px 0px 0px 10px;}
.curved a,
.curvedwide a{
	color:#fff;
}
#content ul li {margin-top:10px; }
#content ul li p {font-size:.9em;margin-top:2px;}
#content ol li {margin-top:10px;color:#000;font-size:.8em;font-family:Georgia, "Times New Roman", Times, serif;}
#content ol {margin-right:2em;}
#content .curvedwide strong, .curvedwide b {color:#ccc;font-weight:lighter;font-family:Arial, Helvetica, sans-serif;font-size:1.2em;}
.curved a:hover,.curvedwid a:hover {
	color:#09F;
}
.curved h2, .curvedwide h2 {
	margin-top:10px;margin-left:0px;padding-left:10px;
}
.contentinternal .curvedwide li {color:#fff;}
#boxout {
	float:right;
	width:200px;
	padding:3px 0px 20px 0px;
	-moz-border-radius:.5em;
	-webkit-border-radius:.5em;
	behavior:url(border-radius.htc);
	margin:-5px 5px 10px 5px;
	font-size:.9em;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffc;
	border:1px dotted #999;
}

#boxout h2 {margin-left:0px;padding-left:10px;margin-top:10px;}

#registerarea a {color:#003;}
.logout a {display:block;padding:5px;background:#333;color:#fff;width:100px;margin:10px;text-align:center;border:1px solid #333;}
.logout a:hover {color:#09C;}
 #tml-main p {clear:both;}
 
/* braemac bargains */
h2.bargainheader { text-align: center; font-size: 28px;}
h2.bargainsalesheader  {text-align: center; color: red; font-weight: bolder; font-size: 32px;}
h2.bargaincallout {color: red;clear:both;padding-top:10px;}
img.bargain {margin: 1px;}
.bargainboxout {padding: 6px 0px; margin: 6px 0px 0px 16px; font-size: 0.9em; background-color: #e3e3e3; width: 90%;}
.bargainboxout ul {width:80%;}
table.bargaintable {font-size: 12px; font-weight: normal; margin-left: 50px; margin-right: 50px; border-collapse: collapse;}
table.bargaintable td.bargaintd,
table.bargaintable td.bargaintd2 {padding: 5px; border: 1px solid #000; }
table.bargaintable td.bargaintd {font-weight:bold;}
table.bargaintable td.bargaintd2 {font-weight:normal;}
.mmf form {font-size:.9em;padding:10px;margin:10px; border:1px dotted #ccc;}
.mmf form label {width:150px;float:left;position:relative;clear:both;}
.mmf form label.checkbox {width:300px;}