/******************************************************************************/
/*                                  Gaimh                                     */
/******************************************************************************/


/*  Reset CSS -> Thanks to Eric A. Meyer */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
    }

:focus {
	outline: 0;
    }

body {
	line-height: 1;
	color: #000;
	background: #fff;
    }

ol, ul {
	list-style: none;
    }

table {
	border-collapse: separate;
	border-spacing: 0;
    }
    
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align : top;
    }

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
    }
    
blockquote, q {
	quotes: "" "";
    }


/******************************************************************************/
/********************************************************************** Start */
/******************************************************************************/



/* General */

a:link  {
    color : #014980;
    text-decoration : underline;
    }
        
a:visited   {
    color : #666;
    text-decoration : underline;   
    }

a:hover {
    color : #000;
    text-decoration : none;
    }


span.smaller,
.smaller    {
    font-size : smaller;
    }



/* Site */

html {
 	height : 100%;
	}


body	{
    height : 100%;
    width : 100%;
    font-family : arial, helvetica, sans-serif;
    font-size : 14px;
    line-height : 19px;
	}

div.site {
    width : 960px;
    min-height : 100%;
    height : auto !important;
    height : 100%;
    margin : 0 auto -25px;
    padding : 0;
    background-color : #cc66cc;
    }


/********************************************************************* Header */


div.header {
    position : relative;
	margin : 0;
	padding : 0;
	height: 165px;
	background-color : #fff;
	color : #000;
	}

div.header p    {
    width : 720px;
    float : left;
    }

div.header p.logo   {
    width : 220px;
    margin : 0 10px 0 0;
    padding-top : 0;
    line-height : 10px;
    }


div.header p.lang   {
    text-align : right;
    margin-top : 15px;
    font-size : 12px;
    }

div.header p.claim  {
    position : absolute;
    top : 85px;
    left : 235px;
    }   

/************************************************************* Mainnavigation */

div.mainnavigation {
    position : relative;
    top : -40px;
    left : 0;
    width : 740px;
    height : 40px;
    float : right;
    text-align : right;
    background-color : #c6c;
    }


div.mainnavigation p.main_rubric,
div.mainnavigation p.main_rubric_shown  {
    float : left;
    background-color : #cc5e2f;
    border : 1px solid #fff;
    border-width : 0 1px 1px 0;
    }

div.mainnavigation p.main_rubric:first-child,
div.mainnavigation p.main_rubric_selected:first-child,
div.mainnavigation p.main_rubric_shown:first-child,
div.mainnavigation p.main_rubric_selected:first-child {
    border-width :  0 1px 1px 1px;
    border-color : #fff;
    border-bottom-color : #c6c;
   }


div.mainnavigation p.main_rubric:first-child    {
    border-bottom-color : #fff;
    }

div.mainnavigation p.main_rubric a,
div.mainnavigation p.main_rubric_shown   {
    display : block;
    background-color : #014980;
    color : #fff;
    text-decoration : none;
    padding : 10px 16px;
    }


div.mainnavigation p.main_rubric_selected a:link,
div.mainnavigation p.main_rubric_selected a:visited {
    float : left;
    display : block;
    padding : 10px 20px;
    background-color : #c6c;
    color : #fff;
    font-weight : bold;
    text-decoration : none;
    border : 1px solid #c6c;
    border-bottom-color : #c6c;
    border-right-color : #fff;
    border-left-color : #c6c;
    }


div.mainnavigation p.main_rubric_selected a:hover,
div.mainnavigation p.main_rubric a:hover   {
    background-color : #d5edf9;
    color : #014980;
    }


div.mainnavigation p.main_rubric_shown  {
    background-color : #c6c;
    color : #fff;
    font-weight : bold;
    border : 1px solid #c6c;
    border-bottom-color : #c6c;
    border-right-color : #fff;
    border-left-color : #c6c;
    }



/***************************************************************** Navigation */


div.navigation  {
    float : left;
    width : 180px;
    min-height : 100%;
    padding : 0 0 0 25px;
	border : 1px solid #fff;
	border-width:  0;
    }

/**************************************************************** Navigation */


div.navigation p {
	margin: 0;
	padding : 0;
	border : 1px solid #fff;
	border-width: 0 0 1px 0;
	}

div.navigation p.level_one_none {
	border-color : #c6c;
	}

div.navigation p:first-child    {
    border-width : 1px 0
    }

div.navigation p,
div.navigation p a {
	color: #000;
	text-decoration: none;
	}

div.navigation p.level_one a,
div.navigation p.level_one_selected a,
div.navigation p.level_one_shown,
div.navigation p.level_two a,
div.navigation p.level_two_selected a,
div.navigation p.level_two_shown,
div.navigation p.level_three a,
div.navigation p.level_three_selected a,
div.navigation p.level_three_shown,
div.navigation p.level_four a,
div.navigation p.level_four_selected a,
div.navigation p.level_four_shown {
	display: block;
	text-decoration : none;
    padding : 5px 0;
	}

div.navigation p.level_one_selected a,
div.navigation p.level_two_selected a,
div.navigation p.level_three_selected a,
div.navigation p.level_four_selected a,
div.navigation p.level_one_shown,
div.navigation p.level_two_shown,
div.navigation p.level_three_shown,
div.navigation p.level_four_shown {
	color: #fff;
	background-color: #014980;
	font-weight: normal;
    }

div.navigation p.level_one_selected a  {
    font-weight : bold;
	background-color: #014980;
    }

div.navigation p.level_one a,
div.navigation p.level_one_selected a,
div.navigation p.level_one_shown,
div.navigation p.level_one_none {
	width: 174px;
	padding : 5px 3px;
    }

/* Level 2 */

div.navigation p.level_two a,
div.navigation p.level_two_selected a,
div.navigation p.level_two_shown {
	width: 160px;
	padding-left : 20px;
	color : #fff;
	background-color : #66a6cd;
    }


/* Level 3 */

div.navigation p.level_three a,
div.navigation p.level_three_selected a,
div.navigation p.level_three_shown {
	width: 170px;
	padding-left : 20px;
	color : #000;
	background-color : #cce1ee;
    }

div.navigation p.level_four a,
div.navigation p.level_four_selected a,
div.navigation p.level_four_shown {
	width: 170px;
	padding-left : 80px;
	color : #000;
   	}

/* Hover */

div.navigation p.level_one a:hover,
div.navigation p.level_one_selected a:hover,
div.navigation p.level_two a:hover,
div.navigation p.level_two_selected a:hover,
div.navigation p.level_three a:hover,
div.navigation p.level_three_selected a:hover,
div.navigation p.level_four a:hover {
	text-decoration: none;
    background-color : #d5edf9;
    color : #014980;
	}


/* Shown */
div.navigation p.level_one_shown,
div.navigation p.level_two_shown,
div.navigation p.level_three_shown,
div.navigation p.level_four_shown  {
    background-color : #fff;
    color : #014980;
    font-weight : bold;
	padding-top : 5px;
	padding-bottom : 5px;
	border : 1px solid #fff;
	border-width: 1px 0 0 0;
    }


    
/******************************************************************** Content */

div.content_wrapper {
    margin-top : 80px;
    }

div.content {
    margin : 0;
    padding : 0 20px 25px 30px;
    float : left;
    width : 496px;
    font-size : 16px;
    line-height : 21px;
    font-family : arial, helvetica, sans-serif;
    font-weight : normal;
    }

div.content_noservice {
    margin : 0;
    padding : 0 0 25px 45px;
    float : left;
    width : 685px;
    font-size : 16px;
    line-height : 21px;
    font-family : arial, helvetica, sans-serif;
    font-weight : normal;
    }



h1, h2  {
    margin-bottom : 15px;
    /* line-height : 150px; */
    font-weight : bold;
    }

    
h1  {
    font-size : 24px;
    line-height : 32px;
    font-weight : bold;
    margin-bottom : 15px;
    } 

h2  {
    font-size : 16px;
    line-height : 21px;
    }

div.content p   {
    margin-bottom : 10px;
    }



/* Emotive */

.emotive img   {
    border : 1px solid #fff;
    }

/* Team Lists */

div.content table.team ul,
div.content ul.bb-list-unordered    {
    list-style : disc;
    margin-bottom : 0;
    }

div.content table.team ul li,
div.content ul.bb-list-unordered li.bb-listitem {
    padding : 2px 0;
    }



/* Team */

table.team {
    margin : 10px 0;
    padding : 0;
    width : 685px;    
    border : 1px solid #fff;
    border-width : 1px 0;
    }
    
table.blue,
table.color {
    background-color : #014980;
    color : #fff;
    }
    

table.team td.col1  {
    width : 180px;
    }


table.team td.col2 p  {
    margin : 0;
    padding : 0 0 20px 0;
    }

table.team td.col2 h1   {
    margin-top : 10px;
    font-size : 16px;
    line-height : 21px;
    }

table.team td.col3  {
    font-size : smaller;
    width : 60px;
    text-align : center;
    }

table.team td.col3 a:link,
table.team td.col3 a:visited {
    display : block;
    background-color : #fff;
    padding : 0 5px;
    }

table.team td.col3 a:hover  {
    background-color : #cc66cc;
    color : #d5edf9;
    }
    
 table h1  {
    font-size : 21px;
    line-height : 25px;
    margin-top : 10px;
    }
    
    
/* BB-Table */

table.bb-table td:first-child {
    padding-right : 25px;
    text-align : left;
    }

table.bb-table td + td + td {
    text-align : right;
    padding-left : 25px;
    }

/****************************************************************** Shop News */

table.course,
table.course_detail    {
    width : 685px;
    margin-bottom : 5px;
    background-color : #014980;
    color : #fff;
    }

table.course    {
    border : 1px solid #fff;
    border-width : 1px 0;
    }


table.course_detail    {
    margin : -8px 0 5px 0;
    border : 1px solid #fff;
    border-width : 0 0 1px 0;
    }

table.course td,
table.course_detail td   {
    padding : 5px;
    padding-bottom : 15px;
    }

table.course td.content {
    font-weight : bold;
    }

table.course_detail td.content   {
    padding-bottom : 20px;
    }

table.course td.content,
table.course_detail td.content   {
    padding-right : 25px;
    }


table.course td.check,
table.course_detail td.check   {
    width : 25px;
    }

table.course td.service,
table.course_detail td.service {
    margin : 0;
    width : 160px;
    }
    
table.course td.service a:link,
table.course td.service a:visited,
table.course_detail td.service a:link,
table.course_detail td.service a:visited    {
    color : #fff;
    }
    
    
table.course_detail td.service_course ul li a:link,
table.course_detail td.service_course ul li a:visited {
    color : #fff;
    }
    
table.course_detail td.service_course h1    {
    margin : 0;
    }
    
/******************************************************************** BB-List */

td.course ul,
td.course ul.bb-list-unordered,
td.course_detail ul,
td.course_detail ul.bb-list-unordered     {
    list-style : disc;
    padding-left : 20px;
    margin : 0 0 10px 0;
    }
    
td.course ul li,
td.course ul.bb-list-unordered li.bb-listitem,
td.course_detail ul li,
td.course_detail ul.bb-list-unordered li.bb-listitem    {
    padding : 2px 0 5px 0;
    font-style : normal;
    }

ul,
ul.bb-list-unordered    {
    margin : 0 0 0 16px;
    padding : 0 0 13px 0;
    list-style : disc;
    }

ul li,
ul.bb-list-unordered li.bb-listitem    {
    margin : 0 0 0 0;
    padding : 0 0 5px 0;
    list-style : disc;
    }


/* Ordered List */

ol,
ol.bb-list-ordered-d    {
    list-style : decimal;
    margin : 15px 0 0 5px;
    padding : 0;
    }

ol li,
ol.bb-list-ordered-d li.bb-listitem{
    margin : 0 0 0 18px;
    padding : 0 0 5px 0;
    }


/******************************************************************** Service */

td.service_course {
    margin : 0;
    padding : 0;
    float : right;
    width : 160px;
    font-size : 11px;
    line-height : 15px;
    font-family : verdana, arial, helvetica, sans-serif;
    font-weight : normal;
    }
td.service_course h1 {
    font-size : 11px;
    font-weight : bold;
    line-height : 15px;
    margin : 18px 0 0 0;
    padding : 3px 0 2px 0;
    }
td.service_course h3 {
    margin-top : 25px;
    font-weight : bold;
    }

div.service {
    float : left;
    width : 182px;
    background-color : #d5edf9;
    font-size : 12px;
    border : 1px solid #fff;
    }


div.service #image_box  {
    margin-bottom : 10px;
    }


div.service div.download,
div.service div.context {
    margin-bottom : 10px;
    padding : 5px;    
    }

div.service p   {
    line-height : 15px;
    }

/* Image Gallery */

div.service p.img_nav   {
    padding-left : 5px;
    }


/* Download */
div.service ul  {
    margin-bottom : 5px;
    }


/* Context */

h3  {
    font-weight : bold;
    }



/*************************************************************** Contact Form */


	
table.contact   {
    margin : 40px 0 0 0;
    padding : 0;
    width : 100%;
    background-color : transparent;
    }	
	
	
table.contact td.col1   {
    width : 30%;
    padding : 12px 0;
    }	

table.contact td.col2   {
    text-align : left;
    vertical-align : middle;
    width : 65%;
    }
    
table.contact td.spam_description {
    font-size : 11px;
    line-height : 15px;
    vertical-align : top;
    padding-right : 12px;
    }
    
select,
input.contact,
input.contact_zip,
input.contact_city,
input.contact_zip_error,
input.contact_city_error,
input.contact_error,
textarea.contact,
textarea.contact_error	{
	width : 300px;
	border : 1px solid #000;
	margin : 0;
	padding : 4px;
	background-color : #fff;
	color : #000;
	border : 1px solid #333;
	font-family : arial, helvetica, sans-serif;
	font-weight : bold;
	}

input.contact_zip,
input.contact_zip_error {
    width : 50px;
    }
    
input.contact_city,
input.contact_city_error    {
    width : 175px;
    }    
    

select  {
    width : 80px;
    padding : 4px 0;
    }


textarea    {
    margin : 4px 0 0 0;
    height : 80px;
    }

input.contact_error,
textarea.contact_error   {
    background-color : #fcc;
    color : #000;
    }

td.button_send  {
    text-align : right;
    }

input.button    {
	padding : 4px;
	background-color : #014980;
	color : #fff;
	border : 1px solid #333;
	font-family : arial, helvetica, sans-serif;
	}
	
input.button:hover  {
    background-color : #cce1ee;
    color : #000;
    }
      
    
/********************************************************************* Footer */
    
div.footer,
div.push    {
    clear : both;
    margin : 0;
    padding : 0;
    width : 960px;
    height : 27px;
    color : #000;
    font : normal 12px/12px arial, helvetica, sans-serif;
    }    

div.footer  {
    position : relative;
    margin : 0 auto;
    background-color : #fff;
    color : #014980;
    }

div.footer p   {
    margin : 0;
    padding : 6px 7px 2px 0;
    color : #000;
    text-align : left;
    }    
    
div.footer p a:link,
div.footer p a:visited,
div.footer p a:hover    {
    color : #014980;
    font : normal 12px/12px arial, helvetica, sans-serif;
    }

/************************************************************** Image Gallery */

div.image_gallery   {
    position : relative;
    margin-bottom : 20px;
    width : 496px;
    border : 1px solid #fff;
    }
    
/* Image Navigation */

div.img_nav   {
    position : absolute;
    top : 0;
    left : 0;
    padding : 10px;
    }


div.img_nav a.back,
div.img_nav a.forward   {
    background-image : url(back.png);
    background-repeat : no-repeat;
    background-position : top left;
    background-color : #fff;
    width : 40px;
    height : 40px;
    border : 1px solid #fff;
    filter : alpha(opacity=50);
    -moz-opacity : .50;
    opacity : .50;
    }
    
div.img_nav a.forward   {
    background-image : url(forward.png);
    }
    
div.img_nav a.back  {
    float : left;
    }
        
div.img_nav a.forward  {
    float : right;
    }        
        
        
div.img_nav a.back:hover,
div.img_nav a.forward:hover   {
    filter : alpha(opacity=100);
    -moz-opacity : 1;
    opacity : 1;
    }