body
{
	margin: 0 auto; 
}

#main_div
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}

#main_body_div
{
	width: 542px;
	height: 360px;
	margin-left: -271px;  /* width / 2 */
	position: absolute;
	top: -180px;          /* height / 2 */
	left: 50%;

	background-image: url(../images/logo_grande.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.pointer
{
	cursor: hand;
	cursor: pointer; /* FF */
}


#body_div
{
	width: 960px;
	height: 520px;
	margin-left: -480px;  /* width / 2 */
	position: absolute;
	top: -260px;          /* height / 2 */
	left: 50%;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#top_div
{
	width: 960px;
	height: 100px;
	margin-left: 0;
	position: absolute;
	top: 0;
	left: 0;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#mid_div
{
	width: 960px;
	height: 350px;
	margin-left: 0;
	margin-top: 120px;
	position: absolute;
	top: 0;
	left: 0;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#footer_div
{
	width: 960px;
	height: 40px;
	margin-left: 0;
	margin-top: 490px;
	position: absolute;
	top: 0;
	left: 0;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#logo
{
	width: 147px;
	height: 98px;
	margin-left: 0;
	position: absolute;
	top: 0;
	left: 0;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#title
{
	width: 600px;
	height: 35px;
	margin-left: 190px;
	position: absolute;
	top: 0;
	left: 0;
	
	font-family: "Times New Roman", Arial, Verdana;
	font-style: normal;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	line-height: 12px;
	letter-spacing: 0;
	font-weight: bold;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#description
{
	width: 600px;
	height: 63px;
	margin-left: 190px;
	margin-top: 35px;
	position: absolute;
	top: 0;
	left: 0;

	font-family: "Times New Roman", Arial, Verdana;
	font-style: normal;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	line-height: 12px;
	letter-spacing: 0;
	font-weight: normal;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#hsep1
{
	width: 796px;
	height: 4px;
	margin-left: 165px;
	margin-top: 92px;
	position: absolute;
	top: 0;
	left: 0;

	border-bottom: black 4px solid;
	border-left: black 0 solid;
	border-top: black 0 solid;
	border-right: black 0 solid;
}


#left_div
{
	width: 150px;
	height: 350px;
	margin-left: 0;
	margin-top: 0;
	position: absolute;
	top: 0;
	left: 0;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#center_div
{
	width: 570px;
	height: 350px;
	margin-left: 190px;
	margin-top: 0;
	position: absolute;
	top: 0;
	left: 0;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#vsep1
{
	width: 1px;
	height: 350px;
	margin-left: 775px;
	margin-top: 0;
	position: absolute;
	top: 0;
	left: 0;

	border-bottom: #aaaaaa 0 solid;
	border-left: #aaaaaa 1px solid;
	border-top: #aaaaaa 0 solid;
	border-right: #aaaaaa 0 solid;
}


#right_div
{
	width: 150px;
	height: 350px;
	margin-left: 800px;
	margin-top: 0;
	position: absolute;
	top: 0;
	left: 0;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#colors
{
	width: 150px;
	/*height: 100px;*/
	margin-left: 0;
	margin-top: 0;
	position: absolute;
	top: 0;
	left: 0;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

.label
{
	font-family: "Times New Roman", Arial, Verdana;
	font-style: normal;
	color: #000000;
	font-size: 8px;
	text-decoration: none;
	line-height: 8px;
	letter-spacing: 0;
	font-weight: bold;
}

#hsep2
{
	width: 796px;
	height: 4px;
	margin-left: 165px;
	margin-top: 0;
	position: absolute;
	top: 0;
	left: 0;

	border-bottom: black 0 solid;
	border-left: black 0 solid;
	border-top: black 4px solid;
	border-right: black 0 solid;
}

#copy
{
	width: 400px;
	height: 10px;
	margin-left: 175px;
	margin-top: 15px;
	position: absolute;
	top: 0;
	left: 0;

	font-family: "Times New Roman", Arial, Verdana;
	font-style: normal;
	color: #000000;
	font-size: 10px;
	text-decoration: none;
	line-height: 10px;
	letter-spacing: 0;
	font-weight: normal;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#saal_gold
{
	width: 130px;
	height: 12px;
	margin-left: 800px;
	margin-top: 15px;
	position: absolute;
	top: 0;
	left: 0;

	font-family: "Times New Roman", Arial, Verdana;
	font-style: normal;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	line-height: 10px;
	letter-spacing: 1px;
	font-weight: normal;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#btn-home
{
    width: 150px;
    height: 15px;
    margin-left: 0;
    position: relative;
    top: 0;
    left: 0;
    
    font-family: "Times New Roman" , Arial, Verdana;
    font-style: normal;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    line-height: 15px;
    letter-spacing: 0;
    /*font-weight: normal;*/
    white-space: nowrap;
    text-align: right;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#btn-about
{
    width: 150px;
    height: 15px;
    margin-left: 0;
    position: relative;
    top: 0;
    left: 0;
    
    font-family: "Times New Roman" , Arial, Verdana;
    font-style: normal;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    line-height: 15px;
    letter-spacing: 0;
    /*font-weight: normal;*/
    white-space: nowrap;
    text-align: right;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#btn-collections
{
    width: 150px;
    /*height: 60px;*/
    margin-left: 0;
    position: relative;
    top: 0;
    left: 0;
    
    font-family: "Times New Roman" , Arial, Verdana;
    font-style: normal;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    line-height: 15px;
    letter-spacing: 0;
    /*font-weight: normal;*/
    white-space: nowrap;
    text-align: right;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#collections
{
    width: 150px;
    height: 45px;
    margin-left: 0;
    position: relative;
    top: 0;
    left: 0;
    
    display: none;

    font-family: "Times New Roman" , Arial, Verdana;
    font-style: normal;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    line-height: 15px;
    letter-spacing: 0;
    font-weight: normal;
    white-space: nowrap;
    text-align: right;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#col-line1, #col-line2, #col-line3
{    
    width: 150px;
    height: 16px;
    text-align: right;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

.hover
{
	cursor: hand;
	cursor: pointer; /* FF */
    background-color: #afa;
}

.coll-number-me
{
    width: 20px;
    height: 20px;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    top: 0;
    left: 0;
    
    display:inline-block;
    font-family: "Times New Roman" , Arial, Verdana;
    font-style: normal;
    color: #000000;
    font-size: 18px;
    text-decoration: none;
    line-height: 18px;
    letter-spacing: 0;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

.coll-number
{    
    width: 12px;
    height: 15px;
    margin-left: 0;
    position: relative;
    top: 0;
    left: 0;
    
    display:inline-block;
    font-family: "Times New Roman" , Arial, Verdana;
    font-style: normal;
    color: #000000;
    font-size: 10px;
    text-decoration: none;
    line-height: 15px;
    letter-spacing: 0;
    font-weight: normal;
    white-space: nowrap;
    text-align: center;
    text-decoration: underline;
    vertical-align: top;
}

#btn-gold-collections
{
    width: 150px;
    height: 15px;
    margin-left: 0;
    position: relative;
    top: 0;
    left: 0;
    
    font-family: "Times New Roman" , Arial, Verdana;
    font-style: normal;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    line-height: 15px;
    letter-spacing: 0;
    /*font-weight: normal;*/
    white-space: nowrap;
    text-align: right;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#btn-limited-edition
{
    width: 150px;
    /*height: 15px;*/
    margin-left: 0;
    position: relative;
    top: 0;
    left: 0;
    
    font-family: "Times New Roman" , Arial, Verdana;
    font-style: normal;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    line-height: 15px;
    letter-spacing: 0;
    /*font-weight: normal;*/
    white-space: nowrap;
    text-align: right;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#btn-designers
{
    width: 150px;
    height: 15px;
    margin-left: 0;
    position: relative;
    top: 0;
    left: 0;
    
    font-family: "Times New Roman" , Arial, Verdana;
    font-style: normal;
    color: #CCCCCC;
    font-size: 12px;
    text-decoration: none;
    line-height: 15px;
    letter-spacing: 0;
    /*font-weight: normal;*/
    white-space: nowrap;
    text-align: right;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

.menu-selected
{
    font-weight: bold;
}

#minis
{
	width: 150px;
	height: 46px;
	margin-left: 0;
	margin-top: 135px;
	position: absolute;
	top: 0;
	left: 0;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#mini1
{
	width: 75px;
	height: 46px;
	margin-left: 0;
	/*margin-left: 20px;*/
	margin-top: 0;
	position: absolute;
	top: 0;
	left: 0;

    display: none;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#mini2
{
	width: 75px;
	height: 46px;
	margin-left: 75px;
	/*margin-left: 95px;*/
	margin-top: 0;
	position: absolute;
	top: 0;
	left: 0;
	
	display: none;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#mini3
{
	width: 75px;
	height: 46px;
	margin-left: 0;
	/*margin-left: 20px;*/
	margin-top: 46px;
	position: absolute;
	top: 0;
	left: 0;
	
	display: none;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#mini4
{
	width: 75px;
	height: 46px;
	margin-left: 75px;
	/*margin-left: 95px;*/
	margin-top: 46px;
	position: absolute;
	top: 0;
	left: 0;
	
	display: none;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#mini5
{
	width: 75px;
	height: 46px;
	margin-left: 0;
	/*margin-left: 20px;*/
	margin-top: 92px;
	position: absolute;
	top: 0;
	left: 0;
	
	display: none;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#mini6
{
	width: 75px;
	height: 46px;
	margin-left: 75px;
	/*margin-left: 95px;*/
	margin-top: 92px;
	position: absolute;
	top: 0;
	left: 0;
	
	display: none;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#item_name
{
	width: 150px;
	height: 28px;
	/*margin-left: 0;*/
	margin-left: 20px;
	margin-top: 274px;
	position: absolute;
	top: 0;
	left: 0;

    display: none;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#menu2
{
	width: 150px;
	height: 60px;
	margin-left: 0;
	margin-top: 308px;
	position: absolute;
	top: 0;
	left: 0;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#btn-press
{
    width: 150px;
    height: 15px;
    margin-left: 0;
    position: relative;
    top: 0;
    left: 0;
    
    font-family: "Times New Roman" , Arial, Verdana;
    font-style: normal;
    color: #CCCCCC;
    font-size: 12px;
    text-decoration: none;
    line-height: 15px;
    letter-spacing: 0;
    /*font-weight: normal;*/
    white-space: nowrap;
    text-align: right;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#btn-terms
{
    width: 150px;
    height: 15px;
    margin-left: 0;
    position: relative;
    top: 0;
    left: 0;
    
    font-family: "Times New Roman" , Arial, Verdana;
    font-style: normal;
    color: #CCCCCC;
    font-size: 12px;
    text-decoration: none;
    line-height: 15px;
    letter-spacing: 0;
    /*font-weight: normal;*/
    white-space: nowrap;
    text-align: right;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#btn-registo
{
    width: 150px;
    height: 15px;
    margin-left: 0;
    position: relative;
    top: 0;
    left: 0;
    
    font-family: "Times New Roman" , Arial, Verdana;
    font-style: normal;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    line-height: 15px;
    letter-spacing: 0;
    /*font-weight: normal;*/
    white-space: nowrap;
    text-align: right;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#colors
{
	width: 150px;
	/*height: 55px;*/
	margin-left: 0;
	margin-top: 0;
	position: relative;
	top: 0;
	left: 0;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#colors-label
{
    width: 150px;
    height: 12px;
    margin-left: 0;
    position: relative;
    top: 0;
    left: 0;
    
    font-family: "Times New Roman" , Arial, Verdana;
    font-style: normal;
    color: #000000;
    font-size: 10px;
    text-decoration: none;
    line-height: 12px;
    letter-spacing: 0;
    font-weight: bold;
    white-space: nowrap;
    text-align: left;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

.colors-palette
{
	width: 150px;
	height: 30px;
	/*margin-left: 0;*/
	margin-top: 2px;
	position: relative;
	/*top: 0;
	left: 0;*/
	
	/*display: block;*/

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

.color1
{
	width: 42px;
	height: 25px;
	margin-left: 0;
	margin-top: 0;
	position: relative;
	top: 0;
	left: 0;
	
	/*display: block;*/

	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;
}

.color2
{
	width: 42px;
	height: 25px;
	margin-left: 0;
	margin-top: 0;
	position: relative;
	top: 0;
	left: 0;
	
	/*display: block;*/

	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;
}

.color3
{
	width: 42px;
	height: 25px;
	margin-left: 0;
	margin-top: 0;
	position: relative;
	top: 0;
	left: 0;
	
	/*display: block;*/

	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;
}

#preview
{
	width: 130px;
	height: 130px;
	margin-left: 5px;
	margin-top: 200px;
	position: absolute;
	top: 0;
	left: 0;
	
	display: none;

	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;
}

#textures
{
	width: 150px;
	/*height: 135px;*/
	margin-left: 0;
	/*margin-top: 70px;*/
	position: relative;
	/*top: 0;
	left: 0;*/

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#textures-label
{
    width: 150px;
    height: 12px;
    margin-left: 0;
	margin-top: 2px;
    position: relative;
    /*top: 0;
    left: 0;*/
    
    font-family: "Times New Roman" , Arial, Verdana;
    font-style: normal;
    color: #000000;
    font-size: 10px;
    text-decoration: none;
    line-height: 12px;
    letter-spacing: 0;
    font-weight: bold;
    white-space: nowrap;
    text-align: left;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

.textures-palette
{
	width: 150px;
	height: 25px;
	margin-left: 0;
	margin-top: 4px;
	position: relative;
	/*top: 0;
	left: 0;*/
	
	/*display: block;*/

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

.texture1
{
	width: 42px;
	height: 25px;
	margin-left: 0;
	margin-top: 0;
	position: relative;
	top: 0;
	left: 0;
	
	/*display: block;*/

	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;
}

.texture2
{
	width: 42px;
	height: 25px;
	margin-left: 0;
	margin-top: 0;
	position: relative;
	top: 0;
	left: 0;
	
	/*display: block;*/

	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;
}

.texture3
{
	width: 42px;
	height: 25px;
	margin-left: 0;
	margin-top: 0;
	position: relative;
	top: 0;
	left: 0;
	
	/*display: block;*/

	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;
}

#dimensions
{
	width: 150px;
	/*height: 50px;*/
	/*margin-left: 0;*/
	margin-top: 5px;
	position: relative;
	/*top: 0;
	left: 0;*/

	/*border-bottom: red 1px solid;
	border-left: red 1px solid;
	border-top: red 1px solid;
	border-right: red 1px solid;*/
}

#dimensions-label
{
    width: 150px;
    height: 12px;
    margin-left: 0;
    position: relative;
    /*top: 0;
    left: 0;*/
    
    font-family: "Times New Roman" , Arial, Verdana;
    font-style: normal;
    color: #000000;
    font-size: 10px;
    text-decoration: none;
    line-height: 12px;
    letter-spacing: 0;
    font-weight: bold;
    white-space: nowrap;
    text-align: left;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

.dimensions-text-foil
{
    height: 50px;
}
#dimensions-text
{
    width: 150px;
    /*height: 35px;*/
    margin-left: 0;
    /*margin-top: 15px;*/
    position: relative;
    /*top: 0;
    left: 0;*/
    
    font-family: "Times New Roman" , Arial, Verdana;
    font-style: normal;
    color: #000000;
    font-size: 10px;
    text-decoration: none;
    line-height: 12px;
    letter-spacing: 0;
    font-weight: normal;
    white-space: normal;
    text-align: left;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#finishes
{
	width: 150px;
	/*height: 50px;
	margin-left: 0;*/
	margin-top: 5px;
	position: relative;
	top: 0;
	left: 0;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#finishes-label
{
    width: 150px;
    height: 12px;
    margin-left: 0;
    position: relative;
    /*top: 0;
    left: 0;*/
    
    font-family: "Times New Roman" , Arial, Verdana;
    font-style: normal;
    color: #000000;
    font-size: 10px;
    text-decoration: none;
    line-height: 12px;
    letter-spacing: 0;
    font-weight: bold;
    white-space: nowrap;
    text-align: left;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#finishes-text
{
    width: 150px;
    height: 35px;
    margin-left: 0;
    /*margin-top: 15px;*/
    position: relative;
    top: 0;
    left: 0;
    
    font-family: "Times New Roman" , Arial, Verdana;
    font-style: normal;
    color: #000000;
    font-size: 10px;
    text-decoration: none;
    line-height: 12px;
    letter-spacing: 0;
    font-weight: normal;
    white-space: normal;
    text-align: left;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#designer-label
{
    width: 50px;
    height: 10px;
    margin-left: 0;
    margin-top: 340px;
    position: absolute;
    top: 0;
    left: 0;
    
    font-family: Verdana, "Times New Roman";
    font-style: normal;
    color: #C0C0C0;
    font-size: 8px;
    text-decoration: none;
    line-height: 10px;
    letter-spacing: 0;
    font-weight: normal;
    white-space: nowrap;
    text-align: left;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#designer-author
{
    width: 95px;
    height: 10px;
    margin-left: 45px;
    margin-top: 340px;
    position: absolute;
    top: 0;
    left: 0;
    
    font-family: Verdana, "Times New Roman";
    font-style: normal;
    color: #C0C0C0;
    font-size: 8px;
    text-decoration: none;
    line-height: 10px;
    letter-spacing: 0;
    font-weight: bold;
    white-space: nowrap;
    text-align: left;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#author
{
    width: 150px;
    height: 10px;
    margin-left: 0;
    margin-top: 340px;
    position: absolute;
    top: 0;
    left: 0;
    
    font-family: Verdana, "Times New Roman";
    font-style: normal;
    color: #C0C0C0;
    font-size: 8px;
    text-decoration: none;
    line-height: 10px;
    letter-spacing: 0;
    font-weight: bold;
    white-space: nowrap;
    text-align: right;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#body_about
{
	width: 590px;
	height: 350px;
	margin-left: 0;
	margin-top: 0;
	position: absolute;
	top: 0;
	left: 0;

	background-color: #F0F0F0;
	/*filter: alpha(opacity=50);*/
	/*opacity:0.5;*/	/* FF */
}

.about-text
{
	font-family: "Times New Roman", "Arial Narrow", Arial, Verdana;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	line-height: 20px;
	
	/*text-justify: auto;*/
	text-align: justify;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 25px;
    padding-bottom: 5px;

}

#form-body
{
	width: 570px;
	height: 350px;
	margin-left: 0;
	margin-top: 0;
	position: absolute;
	top: 0;
	left: 0;

    background-color: #F0F0F0;
    
	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#contacts
{
	width: 150px;
	height: 115px;
	margin-left: -12px;
	margin-top: 55px;
	position: absolute;
	top: 0;
	left: 0;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#femail
{
	width: 400px;
	height: 20px;
	margin-left: 20px;
	margin-top: 20px;
	position: absolute;
	top: 0;
	left: 0;

	background-color: #FFFFFF;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#email
{
	width: 400px;
	height: 15px;
	margin-left: 0;
	margin-top: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#fmessage
{
	width: 530px;
	height: 270px;
	margin-left: 20px;
	margin-top: 60px;
	position: absolute;
	top: 0;
	left: 0;

	background-color: #FFFFFF;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#message
{
	width: 530px;
	height: 270px;
	margin-left: 0;
	margin-top: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.text
{
    font-family: "Times New Roman", Arial, Verdana;
    font-style: normal;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    line-height: 15px;
    letter-spacing: 0;
    font-weight: normal;
    white-space: nowrap;
    text-align: right;
}

.form
{
	background-color: #FFFFFF;

	font-family: "Arial Narrow", Arial, Verdana;
	color: black;
	font-size: 14px;
	text-decoration: none;
	line-height: 15px;

	border-bottom: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
}

#submit
{
	width: 120px;
	height: 20px;
	margin-left: 435px;
	margin-top: 20px;
	position: absolute;
	top: 0;
	left: 0;

    background-color: #404040;
}

#btn-submit
{
    width: 120px;
    height: 25px;
    margin-left: 0;
    margin-top: 4px;
    position: absolute;
    top: 0;
    left: 0;
    
    font-family: Verdana, "Arial Narrow", Arial;
    font-style: normal;
    color: #FFFFFF;
    font-size: 10px;
    text-decoration: none;
    line-height: 12px;
    letter-spacing: 0;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;    

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#info-message
{
	/*width:100%;*/
	width: 560px;
	margin-left: 0;
	position: absolute;
	top: 0;
	left: 0;
	
	z-index: 10;
	background:#ffc;
	padding:5px;
	border:1px solid #CCCCCC;
	text-align:center;
	font-weight:bold;
	
	display:none;

	font-family: "Arial Narrow", Arial, Verdana;
	color: red;
	font-size: 12px;
	text-decoration: none;
	line-height: 17px;
	white-space:nowrap;
	
}

.error
{
    background-color: #EEB4B4;

	border-bottom: #EEB4B4 1px solid;
	border-left: #EEB4B4 1px solid;
	border-top: #EEB4B4 1px solid;
	border-right: #EEB4B4 1px solid;
}


#form-news
{
	width: 150px;
	height: 90px;
	margin-left: 0;
	margin-top: 270px;
	position: absolute;
	top: 0;
	left: 0;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#registe-news
{
    display: none;
}

#news
{
    width: 12px;
    height: 12px;
    margin-left: -12px;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
}

#label-news
{
    width: 120px;
    height: 15px;
    margin-left: 5px;
    margin-top: 3px;
    position: absolute;
    top: 0;
    left: 0;
    
    font-family: "Times New Roman", Arial, Verdana;
    font-style: normal;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    line-height: 12px;
    letter-spacing: 0;
    font-weight: normal;
    white-space: nowrap;
    text-align: left;    

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

#nemail
{
    width: 168px;
    height: 15px;
    margin-left: -12px;
    margin-top: 20px;
    position: absolute;
    top: 0;
    left: 0;
    
    font-family:  Verdana, "Arial Narrow", Arial;
    font-style: normal;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    line-height: 12px;
    letter-spacing: 0;
    font-weight: normal;
    white-space: nowrap;
    text-align: left;    
}

#submit-news
{
	width: 120px;
	height: 20px;
	margin-left: 15px;
	margin-top: 60px;
	position: absolute;
	top: 0;
	left: 0;

    background-color: #404040;
}

#btn-submit-news
{
    width: 120px;
    height: 25px;
    margin-left: 0;
    margin-top: 4px;
    position: absolute;
    top: 0;
    left: 0;
    
    font-family: Verdana, "Arial Narrow", Arial;
    font-style: normal;
    color: #FFFFFF;
    font-size: 10px;
    text-decoration: none;
    line-height: 12px;
    letter-spacing: 0;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;    

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}


.default-text
{
    width: 150px;
    /*height: 35px;*/
    margin-left: 0;
    /*margin-top: 15px;*/
    position: relative;
    /*top: 0;
    left: 0;*/
    
    font-family: "Times New Roman" , Arial, Verdana;
    font-style: normal;
    color: #000000;
    font-size: 10px;
    text-decoration: none;
    line-height: 12px;
    letter-spacing: 0;
    font-weight: normal;
    white-space: normal;
    text-align: left;

	/*border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-right: black 1px solid;*/
}

