/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/

body.custom div#header { float: left; width: auto; padding: 5px 0px 10px 0px;}

body.custom div#navigation { float: right; width: auto; clear: none; padding: 43px 0px 43px 2px;}

body.custom div#leaf-19 { padding: 0px 10px 0px 5px; }

body.custom div#leaf-18 { padding: 0px 5px 0px 10px; }

body.custom div#leaf-34 { padding: 0px 10px 0px 5px; }

body.custom div#leaf-29 { padding: 0px 5px 0px 10px; }

body.custom div#leaf-39 { padding: 0px 5px 0px 10px; }

body.custom img.border { border:1px solid #CCCCCC; padding: 4px; }

body.custom div.text.products .leaf-top { background:#ffffff none repeat scroll 0 0; border-bottom: 2px solid #7D190D; color:#333333; font-family:verdana,sans-serif; font-size:16px; letter-spacing:2px; line-height:19px; }

body.custom div.text.products .leaf-top a { color:#333333; text-decoration: none; }

body.custom div.text.products a { color:#213659; text-decoration: underline; }

body.custom div.text.products2 .leaf-top { background:#ffffff none repeat scroll 0 0; border-bottom: 2px solid #213659; color:#333333; font-family:verdana,sans-serif; font-size:16px; letter-spacing:2px; line-height:19px; }

body.custom div.text.products2 .leaf-top a { color:#333333; text-decoration: none; }

body.custom div.text.products2 a { color:#213659; text-decoration: underline; }

body.custom div.text.products3 .leaf-top { background:#ffffff none repeat scroll 0 0; border-bottom: 2px solid #888888; color:#333333; font-family:verdana,sans-serif; font-size:16px; letter-spacing:2px; line-height:19px; }

body.custom div.text.products3 .leaf-top a { color:#333333; text-decoration: none; }

body.custom div.text.products3 a { color:#213659; text-decoration: underline; }

body.custom div.text.testimony { background:#ccc none repeat scroll 0 0; border: 1px solid #cccccc; padding: 9px 9px 0; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; margin: 5px 0px 13px 18px; font-style: italic; }

body.custom div.text.testimony2 { background:#fff none repeat scroll 0 0; font-style: italic; border: 1px dashed #ccc; padding: 9px 9px 0; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; margin: 5px 0px 13px 18px; }

body.custom div.name { text-align: right; font-size:10px; font-style: normal; font-weight:bold; line-height:12px; }

body.custom div.readmore { text-align: right; font-size:10px; text-decoration: underline; font-weight:bold; line-height:12px; }

body.custom div.text a { text-decoration: none; }

body.custom div.contact { background:#EAE0CC none repeat scroll 0 0; border: 2px solid #7D190D; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; font-style: normal; padding:10px 21px 10px 21px; color:#333333; }

body.custom div.contact a { color:#213659; text-decoration:underline; }

body.custom h4 { color:#7D190D; font-size:16px; font-style: normal; font-weight:bold; line-height:18px; }

body.custom h5 { color:#7D190D; font-size:14px; font-style: normal; font-weight:bold; line-height:16px; }