/* Basics */

.contentWrapper {
	padding: 0 10% 0 10%;
	}

.ui-theme p {
	padding: 10px 0px 20px 0px;
	margin: 0;
	font-size: 1em;
	color: #666;
	font-size: 14px;
	line-height: 16px;
}

.ui-theme p h1 {
	padding: 10px 0 20px 0;
}

.ui-theme p h2 {
	padding: 10px 0 20px 0;
}

.ui-theme p h3 {
	padding: 10px 0 20px 0;
}

.ui-theme li {
	margin: 0 100px 0 100px;
    
    color: #666666;
    font-size: 14px;
    line-height: 16px;
    padding-left: 12px;
}


.ui-theme .themesHighlight p 
{
	font-size: 18px;
	line-height: 18px;
	font-family: FNBSansThin;
	background: #dedede;
	padding: 20px 20px;	
}

.ui-theme .themesHighlight2 p 
{
	font-size: 14px;
	line-height: 14px;
	font-family: FNBSansThin;
	background: #dedede;
	padding: 4px 100px 5px 100px;	
}

.ui-theme h2.themesHighlight2
{
	font-size: 20px;
	line-height: 18px;
	font-family: FNBSansThin;
	background: #dedede;
	padding: 20px 100px 0 100px;	
}

.ui-theme h3.themesHighlight2
{
	font-size: 16px;
	line-height: 16px;
	font-family: FNBSansThin;
	background: #dedede;
	padding: 20px 100px 0 100px;	
}

.ui-theme .imageHighlight
{
	background: #dedede;
}

.ui-theme h1 {
	padding: 50px 0px 0 0px;
	margin: 0 0 0 0;
	font-size: 34px;
	font-family: FNBSansThin;
}

.ui-theme h2 {
	padding: 0 100px 0 100px;
	margin: 0 0 0 0;
	font-size: 24px;
	margin:0;
	font-family: FNBSansThin;
}


.ui-theme h4 {
	padding: 0 100px 0 100px;
	margin: 0 0 0 0;
	font-size: 18px;
	color: #666666;
	margin:0;
	font-family: FNBSansThin;
}


.ui-theme h3 {
	padding: 10px 100px 0 150px;
	font-size: 14px;
}

.addLine
{	
	background-image: url("/03images/chameleon/frame/left-side-bar.png");
	background-repeat: repeat-y;
	background-position: -52px 0;
}


/*left column*/

/* overlapping images */

.themeLeftImage
{
/* use this for positioning in custom css */
}

.themeLeftImage2
{
position: absolute;
width: 20%;
}


.themeLeftImage2 img
{
width: 100%;
max-width: 350px;
}

/* fact dots */
.themeLeftFact
{
/* use this for positioning in custom css */
min-height: 75px;
line-height: 75px;
text-align: right;
}

.themesMiddle .themeLeftFact
{
position: absolute;
width: 180px;
}

.themeLeftFact p
{
/* use this for positioning in custom css */	
padding: 0 40px 0 0px;
text-align: right;
color: white;
float: right;
width: 50%;
max-width: 180px;
}

.themesMiddle .themeLeftFact p
{
position: relative;
left: -187px;
}

.themeLeftFactIcon1
{
/* do nothing */
position: relative;
float: right;	
width: 1px;
}

.themesMiddle .themeLeftFact .themeLeftFactIcon1
{
position: relative;
left: -189px;
}

.themeLeftFactIcon2
{
float: right;
position: relative;
left: 45px;
width: 75px;
height: 75px;
}

.fact
{
background: url("/03images/themes/01general/icon1.png") 0 -0 no-repeat;
}

.quote
{
background: url("/03images/themes/01general/icon2.png") 0 -0 no-repeat;
}

.more
{
background: url("/03images/themes/01general/More.png") 0 -0 no-repeat;
}

.question
{
background: url("/03images/themes/01general/question.png") 0 -0 no-repeat;
}
.themeImage
{
width: 100%;
text-align: center;
margin: 0 0 20px 0;
padding: 0;
}

/* *********************** Related products ************************** */

.relatedProducts {
    height: 100%;
    width: 100%;
    margin-left: 0px;
    display: block;
    margin-bottom: 80px;
}
.relatedProducts .Head2{
	display:			block;
	font-family: 		FNBSansThin;
	font-size:			24px; 
	color:				#666666;
	margin-top:			20px;
}
.line{
	display:			block;
	height:				1px;
	width:				100%;
	background:			#666666;
	margin-top:			10px;
	margin-bottom:		10px;
}
.ui-theme li {
    margin: 0px;
    color: rgb(102, 102, 102);
    font-size: 14px;
    line-height: 16px;
    padding-left: 12px;
}
.relatedProducts ul li a {
	font-family: 		FNBSansLight;
	font-size:			14px; 
	color:				#666666;
	background: 		url(/03images/pages/howToDemos/HowToDemos/Arrow3.png) left center no-repeat;	
	color:				#666666;
	padding-left:		20px;
	line-height:		30px;		
}

