/* Main CSS file for golmium.com */

/* Colors 
header-title-orange 46423b

back A68D7D
light-text F3DBB7 
text-dark 59493f
link 59493f
link-2 F3DBB7
*/ 

/*-------------- General --------------*/

div#header_zone
{
    background-color:#A68D7D;
}

a.header_link:link, a.header_link:visited
{
    color:#59493f;
}

a.header_link:hover, a.header_link:active
{
    color:#405C74;
}

header
{
    color:#F3DBB7;    
}

/*-------------- Content --------------*/

.promo
{
    color:#46423b;
}

.content_header
{
    color:#59493f;
}

a.OT:link, a.OT:visited
{
    color:#40342f;
}

a.OT:hover, a.OT:active
{
    color:#405C74;
}

p#text1
{
	padding-top:0px;
    padding-bottom:0px;
    padding-left:50px;
    padding-right:50px;
}

p#image3
{
	margin:0px;
}

p#download
{
	text-align:left;
	margin:10px;
    padding-left:0px;
    padding-right:0px;
}

p#text_download
{
    text-align:right;
    margin:10px;
    padding-right:0px;
}

p#youtube
{
	margin:0px;
    padding-left:0px;
    padding-right:0px;	
}

.apps_column_2L_dark
{
    width:60%;
    background-color:#A68D7D;
    float:left;
    padding-top:10px;
}

.apps_column_2R_dark
{
    width:20%;
    background-color:#A68D7D;
    float:left;
}

.apps_column_3
{
    width:29%;
    background-color:#A68D7D;
}

.apps_column_3_center
{
    width:42%;
    background-color:#A68D7D;
}

.app_text_2
{
    color:#59493f;
}

.app_text_3
{
    color:#F3DBB7;
    background-color:#A68D7D;
    padding-top:0px;
    padding-bottom:0px;
}

div#dark_table
{
    background-color:#A68D7D;
    padding-top:10px;
    padding-bottom:10px;
}

div.app_column
{
    width:50%;
    padding:20px;
    vertical-align:top;
    float:left;
}

/*-------------- Bottom --------------*/

div#bottom_zone
{
    background-color:#A68D7D;
}

a.bottom_text:link, a.bottom_text:visited
{
    color:#59493f;
}

a.bottom_text:hover, a.bottom_text:active
{
    color:#405C74;
}

/*-------------- SubBottom --------------*/

footer
{
    background-color:#59493f;
}

p#copyright
{
	color:#A68D7D;
}

/* End */



