@font-face {
	font-family: 'TrebuchetMS';
	src: url('../fonts/trebuc-webfont.eot');
	src: local('☺'), 
	url('../fonts/trebuc-webfont.woff') format('woff'), 
	url('../fonts/trebuc-webfont.ttf') format('truetype'), 
	url('../fonts/trebuc-webfont.svg#webfonteV8VOIXL') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'TrebuchetMSb';
	src: url('../fonts/trebucbd-webfont.eot');
	src: local('☺'), 
	url('../fonts/trebucbd-webfont.woff') format('woff'), 
	url('../fonts/trebucbd-webfont.ttf') format('truetype'), 
	url('../fonts/trebucbd-webfont.svg#webfonteV8VOIXL') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'TrebuchetMSbi';
	src: url('../fonts/trebucbi-webfont.eot');
	src: local('☺'), 
	url('../fonts/trebucbi-webfont.woff') format('woff'), 
	url('../fonts/trebucbi-webfont.ttf') format('truetype'), 
	url('../fonts/trebucbi-webfont.svg#webfonteV8VOIXL') format('svg');
	font-weight: bold;
	/*font-style: italic;*/
}

@font-face {
	font-family: 'MyriadProBoldItalic';
	src: url('../fonts/myriadpro-boldit-webfont.eot');
	src: local('☺'), 
	url('../fonts/myriadpro-boldit-webfont.woff') format('woff'), 
	url('../fonts/myriadpro-boldit-webfont.ttf') format('truetype'), 
	url('../fonts/myriadpro-boldit-webfont.svg#webfontrEGwatQi') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadProRegular';
	src: url('../fonts/myriadpro-regular-webfont.eot');
	src: local('☺'), 
	url('../fonts/myriadpro-regular-webfont.woff') format('woff'), 
	url('../fonts/myriadpro-regular-webfont.ttf') format('truetype'), 
	url('../fonts/myriadpro-regular-webfont.svg#webfontd65gz31Z') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadProBold';
	src: url('../fonts/myriadpro-bold-webfont.eot');
	src: local('☺'), 
	url('../fonts/myriadpro-bold-webfont.woff') format('woff'), 
	url('../fonts/myriadpro-bold-webfont.ttf') format('truetype'), 
	url('../fonts/myriadpro-bold-webfont.svg#webfontPQmLAjF6') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #d9d4c5 url(../gfx/body-bg.gif) no-repeat top center;
    font-family: Tahoma, Arial, Verdana;
    color: #323232;
    font-size: 13px;
}
    
img {
    border: 0;
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 26px;
    font-weight: normal;
    /*font-style: italic;*/
    color: #c0cf15;
}

h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: normal;
    /*font-style: italic;*/
    color: #c0cf15;
}

    h2 a {
        color: #000 !important;
    }

h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
}

h4 {
    margin: 0;
    padding: 25px 0px 0px 0px;
    font-size: 16px;
    font-weight: bold;
    color: #c0cf15;
}

h5 {
    margin: 0;
    padding: 25px 0px 10px 0px;
    font-size: 13px;
    font-weight: bold;
    color: #c0cf15;
}

a {
    color: #909c10;
    text-decoration: none;
}

a:hover {
    color: #000;
}

strong a {
    color: #323232;
}

p {
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0px 0px 0px;
    padding: 1px 0px 0px 20px;
    background: #FFF url(../gfx/citation-begin.gif) no-repeat top left;
}

blockquote ul, blockquote p, blockquote ol {
    padding: 0px 0px 0px 0px;
    background: #FFF url(../gfx/citation-end.gif) no-repeat bottom right;
}
    
    
/*-------------------------------
    containers
-------------------------------*/
div#main-container {
    width: 970px;
    margin: 0 auto;
    padding: 0px 0px 20px 10px;
    border-left: 4px solid #d9d4c5;
    border-right: 4px solid #d9d4c5;
    background: #FFF url(../gfx/main-bg-left.gif) repeat-y top left;
}

    /*-------------------------------
        top menu
    -------------------------------*/
    div#top-menu {
        line-height: 28px;
        padding: 0px 30px 0px 30px;
    }
    
		/*
        div#top-menu img {
            margin: 0px 2px 0px 2px;
        }
    	*/
	
	#top-menu a {
		float:left;
		display:block;
		padding-left:7px;
		height:28px;
		line-height:28px;
		font-family: 'MyriadProRegular';
		color:#595956;
		margin-right:25px;
		text-transform:lowercase;
		font-size:14px;
	}
	
	#top-menu a span {
		display:block;
		padding-right:7px;
		height:28px;
		
	}
	
	#top-menu a:hover, #top-menu a.active {
		background:url(/layout/gfx/topmenu-left.png) no-repeat left top;
		color:#ffffff;
	}
	
	#top-menu a:hover span, #top-menu a.active span {
		background:url(/layout/gfx/topmenu-right.png) no-repeat right top;
	}
	
    /*-------------------------------
        logo
    -------------------------------*/
    div#logo {
        height: 88px;
        background: transparent url(../gfx/header-bg-top.gif) no-repeat bottom left;
    }
    
    div#motto {
        height: 88px;
        background: transparent url(../gfx/header-bg-top.gif) no-repeat bottom left;
    }

    div#logo-missing {
        height: 88px;
    }
    /*-------------------------------
        header
    -------------------------------*/
    div#header {
    	position:relative;
        height: 208px;
        background: transparent url(../gfx/default-header.jpg) no-repeat top left;
    }
    
	div#missing-header {
        background: transparent url(../gfx/bg-missing.jpg) no-repeat top left;
		height: 343px;
	}
	
	a.garancia {
		position:absolute;
		display:block;
		width:284px;
		height:208px;
		background:url(/layout/gfx/profonte-garancia.png) no-repeat left top;
		right:41px;
		top:-29px;
	}
	
	a.garancia-link {
		position:absolute;
		display:block;
		width:250px;
		height:20px;
		right:75px;
		top:168px;
		text-align: right;
		color: #fff;
		font-weight: bold;
		font-size: 11px;
	}
	
		a.garancia-link span {
			color: #909c10;
		}
	
    /*-------------------------------
        content left
    -------------------------------*/
    div#content-left {
        float: left;
        width: 545px;
        padding: 15px 30px 0px 35px;
        background: transparent url(../gfx/content-bg.gif) no-repeat top left;
    }
        div#content-left a{
            color: #909c10;
            cursor: pointer;
        }
        
        div#content-left a:hover{
            color: #000;
            text-decoration: underline;
        }
    
        div#content-left p {
            padding: 20px 0px 0px 0px;
            /*text-align: justify;*/
        }
        
            div#content-left td img {
                margin: 0px 10px 0px 0px;
            }
            
        div#content-left ul {
            margin: 20px 0px 0px 35px;
            padding: 0px 0px 0px 0px;
            list-style-image: url(../gfx/li-arrow.gif); 
        }
        
        div#content-left ol {
            margin: 20px 0px 0px 35px;
            padding: 0px 0px 0px 0px;
        }
            
            div#content-left ul li {
                padding: 5px 0px 0px 20px;
                text-align: left;
            }
            
        div#content-left td ul {
            margin: 20px 0px 0px 20px;
        }
        
        .program-time {
            width: 100%;
        }
        
            .program-time th {
                text-align: left;
                border-bottom: 1px solid #DDD;
            }
            
            .program-time td {
                text-align: left;
            }
        
        /*-------------------------------
            enneagramm box
        -------------------------------*/
        div.enneagramm-box {
            float: left;
            width: 164px;
            height: 327px;
            padding: 0px 17px 0px 0px;
            margin: 17px 0px 0px 0px;
            background: transparent url(../gfx/enneagramm-box.gif) no-repeat bottom left;
            font-size: 12px;
        }
            div.enneagramm-box-body {
                float: left;
                padding: 10px 15px 10px 15px;
            }
            
                div.enneagramm-box-body a {
                    color: #909c10;   
                }
            
            div.enneagramm-box-head {
                float: left;
                width: 164px;
                height: 192px;
            }
                
                div.ehead1 {
                    background: transparent url(../gfx/enneagramm-box-head1.jpg) no-repeat top left;
                }
                
                div.ehead2 {
                    background: transparent url(../gfx/enneagramm-box-head2.jpg) no-repeat top left;
                }
                
                div.ehead3 {
                    background: transparent url(../gfx/enneagramm-box-head3.jpg) no-repeat top left;
                }
                
                div.ehead4 {
                    background: transparent url(../gfx/enneagramm-box-head4.jpg) no-repeat top left;
                }
                
                div.ehead5 {
                    background: transparent url(../gfx/enneagramm-box-head5.jpg) no-repeat top left;
                }
                
                div.ehead6 {
                    background: transparent url(../gfx/enneagramm-box-head6.jpg) no-repeat top left;
                }
                
                div.ehead7 {
                    background: transparent url(../gfx/enneagramm-box-head7.jpg) no-repeat top left;
                }
                
                div.ehead8 {
                    background: transparent url(../gfx/enneagramm-box-head8.jpg) no-repeat top left;
                }
                
                div.ehead9 {
                    background: transparent url(../gfx/enneagramm-box-head9.jpg) no-repeat top left;
                }
                
    
    /*-------------------------------
        content right
    -------------------------------*/
    div#content-right {
        float: left;
        width: 329px;
        padding: 0px 31px 0px 0px;
    }
    	
		/*
        div.right-box {
            float: left;
            width: 190px;
            height: 170px;
            padding: 10px 89px 20px 50px;
        }
        */
		
		div.right-box {
            /*float: left;*/
            width: 190px;
            height: 155px;
            padding: 25px 89px 20px 50px;
        }
		
		
        div.right-list {
            
        }
        
            div.right-list strong {
                font-size: 11px;
            }
        
            ul.training-right-list {
                margin: 0px 0px 0px 17px !important;
                padding: 0 !important;
                list-style-image: url(../gfx/right-list-bullet.gif) !important;
            }
                ul.training-right-list li {
                    color: #323232;
                    margin: 0 !important;
                    padding: 0 !important;
                    font-size: 12px;
                }
                
                    ul.training-right-list li a {
                        color: #323232 !important;
                        text-decoration: none;
                    }
                    
                    ul.training-right-list li a:hover {
                        color: #fff !important;
                    }
        
            div.right-box p {
                padding: 5px 0px 5px 0px;
            }
            
			div.right-box-bg {
                background: transparent url(../gfx/left-box-bg.jpg) no-repeat top left;
				color: #4D4D4D;
				padding: 25px 34px 20px 55px !important;
				width: 240px !important;
				font-size: 11px;
            }
            
			div.right-box-bg0 {
                background: transparent url(../gfx/left-box0-bg.jpg) no-repeat top left;
                color: #FFF;
            }
            
                div.right-box-bg0 a {
                    color: #4a442a;
                }
                
                div.right-box-bg0 a:hover {
                    color: #FFF;
                }
            
            div.right-box-bg1 {
                background: transparent url(../gfx/left-box1-bg.jpg) no-repeat top left;
                color: #4d4d4d;
            }
            
                div.right-box-bg1 a {
                    color: #4a442a;
                }
                
                div.right-box-bg1 a:hover {
                    color: #000;
                }
            
            div.right-box-bg2 {
                background: transparent url(../gfx/left-box2-bg.jpg) no-repeat top left;
                color: #FFF;
            }
            
                div.right-box-bg2 a {
                    color: #c3d524;
                }
                
                div.right-box-bg2 a:hover {
                    color: #000;
                }
            
            div.right-box-bg3 {
                background: transparent url(../gfx/left-box3-bg.jpg) no-repeat top left;
                color: #4d4d4d;
            }
                
                div.right-box-bg3 a {
                    color: #000;
                }
                
                div.right-box-bg3 a:hover {
                    color: #4C442D;
                }

            div.right-box-bg4 {
                float: left;
                width: 190px;
                height: 132px;
                padding: 5px 89px 20px 50px;
                background: transparent url(../gfx/left-box4-bg.jpg) no-repeat top left;
                color: #4d4d4d;
            }
                div.right-box-bg4 h3 {
                    padding: 0px 0px 0px 0px;
                    margin: 0px 0px 0px 0px;
                }
                
                div.right-box-bg4 p {
                    font-size: 12px;
                    padding: 0px 0px 0px 0px;
                }
            
                div.right-box-bg4 a {
                    color: #000;
                }
                
                div.right-box-bg4 a:hover {
                    color: #4C442D;
                }
            
            div.right-box-bg5 {
                float: left;
                width: 190px;
                height: 132px;
                padding: 5px 89px 20px 50px;
                background: transparent url(../gfx/left-box5-bg.jpg) no-repeat top left;
                color: #fff;
            }
                div.right-box-bg5 h3 {
                    padding: 5px 0px 0px 0px;
                    margin: 0px 0px 0px 0px;
                    color: #FFF;
                }
                
                div.right-box-bg5 p {
                    font-size: 12px;
                    padding: 0px 0px 0px 0px;
                }
                
                div.right-box-bg5 a {
                    color: #000;
                }
                
                div.right-box-bg5 a:hover {
                    color: #fff;
                }

            
            div.right-box-bg6 {
                width: 240px !important;
                padding: 25px 34px 20px 55px !important;
                background: transparent url(../gfx/left-box6-bg.jpg) no-repeat top left;
                color: #4d4d4d;
            }
                
                div.right-box-bg6 a {
                    color: #4C442D;
                }
                
                div.right-box-bg6 a:hover {
                    color: #000;
                }
                
            div#content-right ul {
                margin: 20px 0px 0px 35px;
                padding: 0px 0px 20px 0px;
                list-style-image: url(../gfx/li-arrow.gif); 
            }
            
                div#content-right ul li {
                    padding: 5px 0px 0px 20px;
                }
                
                    div#content-right ul li a{
                        color: #000;
                        text-decoration: underline;
                    }
                    
                    div#content-right ul li a:hover{
                        color: #909c10;
                        text-decoration: underline;
                    }
                
            div#content-right h2 {
                margin: 0;
                padding: 25px 0px 0px 0px;
                font-size: 20px;
                font-weight: normal;
                /*font-style: italic;*/
                color: #c0cf15;
            }

/*-------------------------------
    footer
-------------------------------*/
div#main-footer {
	position:relative;
    width: 970px;
    /*height: 94px;*/
    height: 170px;
    margin: 0 auto;
    padding: 0px 0px 0px 10px;
    background: #464646 url(../gfx/footer-bg.gif) no-repeat top left;
}

	div.footer-contact {
		position:absolute;
		left:46px;
		bottom:12px;
		width:700px;
		color:#A5A196;
		width:790px;
	}
	
	div.footer-contact a:hover {
		color:#ffffff;
	}
	
    div#footer-menu {
        float: left;
        width: 720px;
		line-height: 19px;
        padding: 10px 0px 0px 37px;
        color: #a5a196;
    }
    
        div#footer-menu a {
            font-size: 12px;
            color: #a5a196;
        }
        
        div#footer-menu a:hover {
            color: #FFF;
        }
    
    div#footer-developer {
    	position: absolute;
        right: 20px;
        bottom: 0px;
        padding: 3px 2px 0px 0px;
        width: 174px;
        height: 44px;
    }
    
    .back-links {
    	clear: both;
        width: 545px;
        height: 35px;
        padding: 0px 0px 0px 35px;
    }
    
    .footer-block {
        clear: both;
        width: 880px;
        height: 75px;
        padding: 0px 0px 0px 35px;
    }
    
.clearer {
    clear: both;
}

/*--------------------------------
    contacts
--------------------------------*/
div#bulletin-error,div#bulletin-message {
	font-size:11px;
	margin-bottom: 5px;
}

div#bulletin-error {
	padding:3px;
	background-color:#fff6f6;
	border:solid 1px #ff3f3f;
}

div#bulletin-message {
	padding:3px;
	background-color:#f1ffd3;
	border:solid 1px #7fb50a;
}

input, textarea, select {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	padding: 2px 3px 2px 3px;
}

label {
	cursor: pointer;
}

*.text {
	border: 1px solid #dedede;
}

*.textarea {
	border: 1px solid #dedede;
}

.text.error {
	border:solid 1px #cc0033;
}

input.t250 {
	width: 250px;
}
input.t135 {
	width: 190px;
}
input.t160 {
	width: 160px;
}
textarea.t135 {
	width: 190px;
	height: 90px;
}
textarea.t250 {
	width: 250px;
	height: 60px;
	overflow: auto;
}

input.submit {
	background-color: #464646;
    border: 1px solid #ffffff;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	padding:5px;
	font-size:14px;
}

input.submit:hover {
    background-color: #909c10;
}
input.bbutton {
	padding: 2px 3px 2px 3px;
	font-weight: normal;
	font-size: 12px;
}
div.open-box {
    width: 544px;
    height: 190px;
    background: transparent url(../gfx/open-box-bg.jpg) no-repeat top left;
}

    div.open-box div {
        width: 300px;
        height: 120px;
        padding: 10px 10px 10px 10px;
    }
    
td.tiny-size {
    font-size: 11px;
}

/*--------------------------------
    services menu
--------------------------------*/
div.services-menu {
    float: left;
    width: 540px;
    height: 400px;
    padding: 0px 0px 0px 5px;
}

div.services-menu a.services-link {
    float: left;
    width: 218px;
    height: 33px;
    background: transparent url(../gfx/services-link-bg.gif) no-repeat top left;
    color: #323232 !important;
    font-size: 14px;
    font-weight: bold;
    padding: 16px 10px 0px 40px;
    margin: 0px 0px 15px 0px;
}

div.services-menu a.services-link:hover {
    background: transparent url(../gfx/services-link-bg-h.gif) no-repeat top left;
    color: #FFF !important;
    text-decoration: none !important;
}

/*--------------------------------
    training packages
--------------------------------*/
div.training-packages {
    float: left;
    width: 540px;
    padding: 0px 0px 0px 5px;
}

    div.package-box {
        float: left;
        width: 254px;
        margin: 0px 15px 17px 0px;
    }
        
        div.package-header {
            float: left;
            width: 144px;
            height: 57px;
            padding: 30px 16px 0px 94px;
            color: #FFF;
        }
            .start {
                background: transparent url(../gfx/package-header-bg-1.gif) no-repeat top left;
            }
            
            .business {
                background: transparent url(../gfx/package-header-bg-2.gif) no-repeat top left;
            }
            
            .exclusive {
                background: transparent url(../gfx/package-header-bg-3.gif) no-repeat top left;
            }
            
            .favourite {
                background: transparent url(../gfx/package-header-bg-4.gif) no-repeat top left;
            }
        
            div.package-header strong {
                font-size: 15px;
                text-transform: uppercase;
                color: #c3d524;
            }
            
            div.package-header span {
                font-size: 12px;
                color: #c3d524;
                line-height: 14px;
            }


        div.package-body {
            float: left;
            width: 214px;
            min-height: 445px;
            _height: 445px;
            padding: 20px 20px 8px 20px;
            background-color: #f3f1ed;
            color: #323232;        
        }
            div.package-body p {
                padding: 0 !important;
                margin: 0 !important;
            }
        
            div.package-body ul {
                padding: 0px !important;
                margin: 0px 0px 0px 15px !important;
            }
        
                div.package-body ul li {
                    list-style-image: none;
                    list-style-type: disc;
                    padding: 0px !important;
                    margin: 5px 0px 0px 0px !important;
                }
            
            div.package-body a {
                float: right;
            }

        div.package-footer {
            float: left;
            width: 254px;
            height: 12px;
            background: transparent url(../gfx/package-footer-bg.gif) no-repeat top left;
        }
        
        div.package-view-box {
            float: left;
            width: 560px;
        }
        
        div.package-form {
            float: left;
            width: 180px;
            background-color: blue;       
        }

/*--------------------------------
    newsletter subscribe
--------------------------------*/
input.text135 {
    border: 0;
    height: 21px;
    width: 135px;
    background-color: #FFF;
}
   
table.backoffice {
	margin: 16px 0 0 0;
}

div.backoffice-header {
	background: #c3d524 url(../gfx/download-header-bg.gif) no-repeat left top;
	height: 25px;
	padding: 10px 0 0 40px;
	font-weight: bold;
}
table.backoffice tr.item td {
	padding: 6px 0px 6px 0;
	border-bottom: 1px solid #dddddd;
}

/*--------------------------------
    reports
--------------------------------*/
label.report-question {
    font-weight: bold;
}

textarea.report-answer {
    width: 530px;
    height: 90px;
	border: 1px solid #dedede;
}

/*--------------------------------
    home promo box
--------------------------------*/
div.home-promo-box {
    width: 433px;
    height: 81px;
    margin: 10px 0px 20px 0px;
    padding: 15px 15px 15px 90px;
    background: transparent url(../gfx/home-promo-box-bg.gif) no-repeat top left;
}

    div.home-promo-box h3 {
        margin: 0 !important;
        padding: 0 !important;
    }
    
    div.home-promo-box p {
        margin: 0 !important;
        padding: 0 !important;
    }

/*--------------------------------
    products box
--------------------------------*/    
div.products-header {
    float: left;
    width: 399px;
    height: 43px;
    padding: 15px 15px 15px 15px;
    margin: 10px 0px 0px 0px;
    background: transparent url(../gfx/products-header-bg.gif) no-repeat top left;
}

    div.products-header-left {
        float: left;
        width: 235px;
        height: 43px;
        font-size: 16px;
        color: #323232;
    }
    
        div.products-header-left span {
            font-size: 12px;
            color: #4c442c;
        }
        
    div.products-header-right {
        float: left;
        width: 161px;
        height: 43px;
    }
    
        div.products-header-right a.order-button {
            display: block;
            float: left;
            width: 161px;
            line-height: 44px;
            background: transparent url(../gfx/products-order-button.gif) no-repeat top left;
            text-align: center;
            font-size: 14px;
            font-weight: bold;
            color: #323232 !important;
        }
        
        div.products-header-right a.order-button:hover {
            color: #ffffff !important;
            text-decoration: none !important;
        }
    
    div.products-description {
        float: left;
        width: 429px;
        font-size: 11px;
        padding: 0px 0px 15px 0px; 
    }
    
        div.products-description ul {
            padding: 0px !important;
            margin: 0px 0px 0px 15px !important;
        }
        
            div.products-description ul li {
                list-style-image: none;
                list-style-type: disc;
                padding: 0px !important;
                margin: 5px 0px 0px 0px !important;
            }
			
.ordertable {
	background:#919191;
	color:#ffffff;
	font-size:11px;
}

.ordertable .right{
	padding:10px 20px 0px 0px;
}

.ordertable .left {
	padding:10px 0px 0px 20px;
}

.ordertable-head {
	height:37px;
	background:url(/layout/gfx/ordertable-head.jpg) no-repeat;
	
}

.ordertable-head h3 {
	color:#ffffff;
	margin-left:20px;
	margin-top:10px;
}

.ordertable-footer {
	height:79px;
	background:#ffffff url(/layout/gfx/ordertable-footer.jpg) no-repeat;
}

.ordertable input.text250 {
	background:#D1D1D1;
	border:0px;
	margin:0px;
	width:146px;
	padding:3px 3px 0 3px;
	height:21px;
	font-family: Tahoma, Arial, Verdana;
	font-size:12px;
}

.ordertable textarea.text250 {
	width:146px;
	height:65px;
	background:#D1D1D1;
	border:0px;
	margin:0px;
	font-family: Tahoma, Arial, Verdana;
	font-size:12px;
	overflow:auto;
}

.ordertable select.text250 {
	width:152px;
	background:#D1D1D1;
	border:0px;
	margin:0px;
	font-family: Tahoma, Arial, Verdana;
	font-size:12px;
	
}

input.ordertable-button {
	border:0px;
    width: 161px;
	height:44px;
    line-height: 44px;
    background: transparent url(/layout/gfx/ordertable-button.jpg) no-repeat top left;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
	cursor:pointer;
}

input.ordertable-button:hover {
	color:#ffffff;
}

.product-bubble {
	background:url(/layout/gfx/product-bubble.jpg) no-repeat;
	width:220px;
	height:73px;
}

div.product-bubble .product-title {
	font-size:16px;
	font-weight:bold;
	padding:10px 10px 5px 20px;
}

div.product-bubble .product-price {
	font-size:14px;
	font-weight:bold;
	padding:0px 10px 0 20px;
}

.product-image {
	width:220px;
	text-align:center;
}

.product-description {
	font-size:11px;
	width:220px;
}

.product-description p {
	padding:0px;
}

div.social-container {
	position:relative;
	background:url(/layout/gfx/social-container-bg.jpg) no-repeat;
	width:329px;
	height:47px;
	
}

div.social-container .social-icons {
	position:absolute;
	left:30px;
	top:15px;
}

.social-icons img {
	margin-right:7px;
}

/*--------------------------------
    action promo
--------------------------------*/ 
table.green-box {

}

    table.green-box td.header {
        width: 234px;
        height: 44px;
        background: url(/layout/gfx/green-box-header.gif) no-repeat bottom left;
        font-weight: bold;
        padding: 10px;
    }
    
    table.green-box td.header-image {
        width: 254px;
        padding: 0px 0px 0px 0px !important;
    }
    
    table.green-box td.header-image img {
    	margin: 0px 0px 0px 0px !important;
    }
    
    table.green-box td.content {
        width: 234px;
        background-color: #f2f1ed;
        padding: 10px;
    }
    
        table.green-box td.content ul {
            padding: 0px !important;
            margin-top: 10px !important;
        }
        
            table.green-box td.content ul li {
                margin: 0px !important;
                padding: 0px 0px 10px 0px !important;    
            }
    
    table.green-box td.footer {
        width: 254px;
        height: 10px;
        background: url(/layout/gfx/green-box-footer.gif) no-repeat top left;
    }

table.nautis-box {
    
}
   
    table.nautis-box td.content {
        width: 234px;
        height: 194px;
        background: transparent url(/layout/gfx/nautis-box-1.jpg) no-repeat top left;
        padding: 5px 10px 10px 10px;
    }
    
        table.nautis-box td.nautis2 {
            width: 234px;
            height: 194px;
            background: transparent url(/layout/gfx/nautis-box-2.jpg) no-repeat top left;
            padding: 5px 10px 10px 10px;
        }
        
        table.nautis-box td.nautis3 {
            width: 234px;
            height: 194px;
            background: transparent url(/layout/gfx/nautis-box-3.jpg) no-repeat top left;
            padding: 5px 10px 10px 10px;
        }
        
        table.nautis-box td.nautis4 {
            width: 234px;
            height: 194px;
            background: transparent url(/layout/gfx/nautis-box-4.jpg) no-repeat top left;
            padding: 5px 10px 10px 10px;
        }

input.text270 {
	border:solid 1px #cccccc;
	width:340px;
	padding:3px;
}

textarea.text330 {
	border: 1px solid #CCCCCC;
	resize:none;
	height:150px;
	overflow:auto;
	padding:3px;
}

div.likebuttons {
	margin:15px 0px 0px 0px;
}

div.like-iwiw {
	float:left;
	margin-right:10px;
	width:120px;
}

div.like-facebook {
	float:left;
	margin-right:10px;
	width:120px;
}

div.like-google {
	float:left;
	margin-right:10px;
	width:120px;
}

div.tr1 {
	background-color:#c3d524;
	width:527px;
	margin-bottom:24px;
}

div.tr2 {
	background-color:#4c442c;
	width:527px;
	margin-bottom:24px;
}

div.tr3 {
	background-color:#a5a196;
	width:527px;
	margin-bottom:24px;
}

div.tr1 div.trainingtop {
	background:url(/layout/gfx/training1-top.jpg) no-repeat left top;
}

div.tr1 div.trainingbottom {
	background:url(/layout/gfx/training1-bottom.jpg) no-repeat left bottom;
	padding:3px;
}

div.tr2 div.trainingtop {
	background:url(/layout/gfx/training2-top.jpg) no-repeat left top;
}

div.tr2 div.trainingbottom {
	background:url(/layout/gfx/training2-bottom.jpg) no-repeat left bottom;
	padding:3px;
}

div.tr3 div.trainingtop {
	background:url(/layout/gfx/training3-top.jpg) no-repeat left top;
}

div.tr3 div.trainingbottom {
	background:url(/layout/gfx/training3-bottom.jpg) no-repeat left bottom;
	padding:3px;
}

div#content-left ul#tru1 {
	margin-left:17px;
	list-style-image:url(/layout/gfx/tr12.png);
}

div#content-left ul#tru1 li {
	padding-left:0px;
}

div#content-left ul#tru1 li a {
	color:#333333;
}

div#content-left ul#tru2 {
	margin-left:17px;
	list-style-image:url(/layout/gfx/tr12.png);
}

div#content-left ul#tru2 li {
	padding-left:0px;
}

div#content-left ul#tru2 li a {
	color:#ffffff;
}

div#content-left ul#tru3 {
	margin-left:17px;
	list-style-image:url(/layout/gfx/tr3.png);
}

div#content-left ul#tru3 li {
	padding-left:0px;
}

div#content-left ul#tru3 li a {
	color:#ffffff;
}

div.tr1 div.trainright {
	width:239px;
	padding:14px 28px 14px 254px;
	background:url(/layout/gfx/train1.png) no-repeat left bottom;
	min-height: 150px;
}

div.tr2 div.trainright {
	width:239px;
	padding:14px 28px 14px 254px;
	background:url(/layout/gfx/train2.png) no-repeat left bottom;
	min-height: 150px;
}

div.tr3 div.trainright {
	width:239px;
	padding:14px 28px 14px 254px;
	background:url(/layout/gfx/train3.png) no-repeat left bottom;
	min-height: 150px;
}

div.traintitle {
	font-family:Tahoma;
	font-size:18px;
	color:#ffffff;
	font-weight:bold;
}

div.selectfirm {
	position:relative;
	width:329px;
	height:186px;
	background:url(/layout/gfx/selectfirm.jpg) no-repeat left top;
	margin-bottom:20px;
}

div.boxcontent {
	position:absolute;
	width:176px;
	left:58px;
	top:16px;
}

div.boxcontent label {
	color:#ffffff;
}

div.boxtitle {
	font-family: 'TrebuchetMSb';
	color:#ffffff;
	font-size:18px;
	margin-bottom:18px;
}

input.text130 {
	border:0px;
	height:21px;
	background-color:#d1d1d1;
}

table.formtable td {
	padding-bottom:5px;
}

.graysubmit {
	border:0px;
	cursor:pointer;
	background-color:#323232;
	color:#ffffff;
	padding:3px;
}

.graysubmit:hover {
	color:#323232;
	background-color:#ffffff;
}

div.demotrening {
	position:relative;
	width:329px;
	height:142px;
	background:url(/layout/gfx/demotrening.jpg) no-repeat left top;
	margin-bottom:20px;
}

div.demotext {
	color:#4c442c;
	margin-bottom:10px;
}

div.demotext span {
	text-transform:uppercase;
	font-weight:bold;
}

a.graybox {
	display:inline-block;
	padding:3px 5px 3px 5px;
	background-color:#323232;
	color:#ffffff;
	float:right;
}

a.graybox:hover {
	color:#323232;
	background-color:#ffffff;
}

div.facebox {
	position:relative;
	width:329px;
	height:390px;
	background:url(/layout/gfx/facebox.jpg) no-repeat left top;
}

div.enneagram-outer {
	margin-top:25px;
	width:853px;
	background:url(/layout/gfx/enneagram_outer.jpg) repeat-y left top;
}

div.entop1 {
	background:url(/layout/gfx/enneagram-top-a.jpg) no-repeat left top;
}

div.entop2 {
	background:url(/layout/gfx/enneagram-top-b.jpg) no-repeat left top;
}

div.enneagram-item {
	position:relative;
	float:left;
	width:253px;
	margin-right:47px;
}

div.entop1 div.enneagram-item div.typetitle {
	position:absolute;
	font-size:24px;
	color:#c3d524;
	font-family:Georgia;
	font-weight:bold;
	/*font-style:italic;*/
	left:22px;
	top:4px;
}

div.entop2 div.enneagram-item div.typetitle {
	position:absolute;
	font-size:24px;
	color:#4b4b4b;
	font-family:Georgia;
	font-weight:bold;
	/*font-style:italic;*/
	left:22px;
	top:4px;
}

div.entop1 div.enneagram-item div.typeradio {
	position:absolute;
	background:url(/layout/gfx/typeradio-a.png) no-repeat left top;
	width:24px;
	height:22px;
	left:19px;
	top:34px;
	padding:3px 0px 0px 1px;
}

div.entop2 div.enneagram-item div.typeradio {
	position:absolute;
	background:url(/layout/gfx/typeradio-b.png) no-repeat left top;
	width:24px;
	height:22px;
	left:19px;
	top:34px;
	padding:3px 0px 0px 1px;
}

div.enneagram-item div.typeimage {
	position:absolute;
	left:0px;
	top:42px;
}

div.typedesc {
	padding:209px 26px 25px 22px;
}

div.enneagramsubmit {
	text-align:center;
	margin:39px 0px 20px 0px;
}

.longsubmit {
	border:0px;
	width:487px;
	height:44px;
	background:url(/layout/gfx/longsubmit.jpg) no-repeat left top;
	color:#323232;
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}

.longsubmit:hover {
	background:url(/layout/gfx/longsubmit.jpg) no-repeat -487px top;
	color:#ffffff;
}

input#ra,input#rb {
	cursor:pointer;
}

div#resbox a strong font{
	color:#ffffff;
}

div.resbox-top {
	background:#919191 url(/layout/gfx/resbox-top.jpg) no-repeat left top;
	width:551px;
}

div.resbox-bottom {
	background:url(/layout/gfx/resbox-bottom.jpg) no-repeat left bottom;
	padding:24px 21px 24px 21px;
	color:#ffffff;
}

div.resbox-bottom h1 {
	font-family:Tahoma;
	font-size:26px;
	color:#000000;
	font-style:normal;
}

div.resbox-bottom ul {
	list-style-image:url(/layout/gfx/greenbox.jpg);
}

div#enneagramerror {
	margin-top:20px;
	background:url(/layout/gfx/enneagramerror.jpg) no-repeat left top;
	width:216px;
	height:54px;
	line-height:54px;
	padding-left:44px;
	margin-left:299px;
}

div.restitle {
	font-size:14px;
	font-weight:bold;
}

/*BLOG*/

div.post {
    margin-bottom: 30px;
} 

div.post-body p {
	margin:10px 0px 10px 0px;
}

div.blog-date {
    color: #494949;
    font-size: 11px;
    margin-top: 10px;
}

div.post-main-image .postimage {
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
}

a.more {
    background: url(/layout/gfx/more-bg.jpg) no-repeat scroll left top transparent;
    display: block;
    height: 23px;
    width: 83px;
}

a.more:hover {
	background:url(/layout/gfx/more-bg.jpg) no-repeat -83px top;
}

span.bigtitle, span.commentcount {
    color: #A3A3A3;
    font-size: 24px;
}

.m-bold {
    font-family: 'MyriadProBold';
    font-style: normal;
    font-weight: normal;
}

div.facebooklike {
    float: left;
    padding: 20px 0;
}

div.post-comment {
    color: #969696;
    padding-bottom: 20px;
}

div#guest-errors {
    background: none repeat scroll 0 0 #F9F9F9;
    padding: 5px;
}

div#content-left div#guest-errors ul {
	margin-top:0px;
}

a.comment-link {
    background: url(/layout/gfx/comment.jpg) no-repeat scroll left top transparent;
    margin-left: 20px;
    padding: 0 0 0 25px;
}

div.breadcrumb a {
    color: #909C10;
    font-size: 11px;
    font-weight: bold;
}

div.breadcrumb a:hover {
	color:#000000;
	text-decoration:underline;
}

div.postimages {
	padding: 10px 0px 10px 0px;
}

div.postimages div.image-container {
    float: left;
    width: 200px;
    min-height: 200px;
    _height: 200px;
    padding: 0px 15px 0px 0px;
}

div.advice-left {
	float:left;
	width:447px;
	padding-right:33px;
}

div.advice-right {
	float:left;
	width:423px;
}

div.advicetitle {
	font-family: 'TrebuchetMSbi';
	font-size:25px;
	color:#4c452d;
}

div.titlebox {
	width:200px;
	height:53px;
	padding:10px;
	background:url(/layout/gfx/titlebox.jpg) no-repeat left top;
	font-family:Tahoma;
	font-weight:bold;
	font-size:18px;
	color:#323232;
	margin-bottom:10px;
}

div.advicetop {
	background:#919191 url(/layout/gfx/advicetop.jpg) no-repeat left top;
	width:287px;
}

div.advicebottom {
	background:url(/layout/gfx/advicebottom.jpg) no-repeat left bottom;
	padding:32px 21px 32px 19px;
	
}

table.formtable td {
	padding-bottom:5px;
}

table.formtable,table.formtable label {
	color:#ffffff;	
}

input.text150 {
	border:0px;
	background-color:#d1d1d1;
	padding:3px;
}

.advicesubmit {
	border:0px;
	width:147px;
	height:44px;
	cursor:pointer;
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#323232;
	background:url(/layout/gfx/advicesubmit.png) no-repeat left top;
}

.advicesubmit:hover {
	background:url(/layout/gfx/advicesubmit.png) no-repeat -147px top;
}

div.advicerel {
	position:relative;
}

div.bestoffer {
	position:absolute;
	width:108px;
	height:106px;
	background:url(/layout/gfx/bestoffer.png) no-repeat left top;
	top:14px;
	left:-47px;
}

div.greenul {
	background:url(/layout/gfx/greenbox.jpg) no-repeat left 5px;
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	color:#c3d524;
	padding-left:14px;
}

div.errorbox {
	height:62px;
}

div#advice1, div#advice2 {
	border:solid 1px #cc0033;
	padding:6px;
	text-align:center;
	background:#ffffff;
	color:#000000;
}

div#okadvice1, div#okadvice2 {
	border:solid 1px #c3d524;
	padding:6px;
	text-align:center;
	background:#ffffff;
	color:#000000;
}

h2.faq {
	font-size:12px;
	font-weight:bold;
	font-family: Tahoma,Arial,Verdana;
	color:#222222;
	font-style:normal;
}

div.trainingtitle {
	font-size:15px;
	font-weight:bold;
}

div#selecttraining {
	background-color:#cc0033;
	color:#ffffff;
	padding:5px;
	width:298px;
	margin-bottom:10px;
}

div.breadcrumb {
	margin-bottom:10px;
}

/*recommendations*/

.recommendations h2{
	margin-bottom:25px;
}

.recommendations {
	float:left;
	margin-bottom:30px;
}


.recommendations a{
	display:block;
	float:left;
	margin:0px 10px 10px 0px;

}
