/*************************************************/
/* global.css			                         */
/* style sheet for carriacoupetitemartinique.net */
/*************************************************/

.asplabel
{
    background-color:#DBDBDB;
    font-family:Arial;
    font-size:12px;
}

.asplabelalt
{
    background-color:#EFEFEF;
    font-family:Arial;
    font-size:12px;
}

.ErrorText
{
    font-family:Arial;
    font-size:11px;
}

.aspddl
{
    background-color:#DBDBDB;
}

.aspddlalt
{
    background-color:#EFEFEF;
}

.asptextbox
{
    background-color:#DBDBDB;
}

.asptextboxalt
{
    background-color:#EFEFEF;
}

h1 
{   
    font-family:Arial;
    font-size:20px;
    color:#FFFFFF; 
}

h2 
{   
    font-family:Arial;
    font-size:18px;
    color:#FFFFFF; 
}

h4 
{   
    font-family:Arial;
    font-size:18px;
    color:#696969; 
}

h3
{   
    font-family:Arial;
    font-size:16px;
    color:#696969; 
}

.mainbodytext
{
    margin-left:20px;
    margin-right:20px;
    font-family:Arial;
    font-size:16px;
    color:#FFFFFF;
}

.maintext
{
    font-family:Arial;
    font-size:16px;
    color:#FFFFFF;
}

.maintextgrey
{
    font-family:Arial;
    font-size:16px;
    color:#696969;
}

.footertext
{
    font-family:Arial;
    font-size:11px;
    color:#696969;
}


.maintextgrey
{
    font-family:Arial;
    font-size:16px;
    color:#696969;
}

a.maintextgrey {color: #696969; }
a.maintextgrey:hover {color: #000000; }
a.maintextgrey:visited {color: #696969; }
a.maintextgrey:link {text-decoration:underline; color: #696969; }

a.mainbodytext {color: #FFFFFF; }
a.mainbodytext:hover {color: #696969; }
a.mainbodytext:visited {color: #FFFFFF; }
a.mainbodytext:link {text-decoration:underline; color: #FFFFFF; }

a.maintext {color: #FFFFFF; }
a.maintext:hover {color: #696969; }
a.maintext:visited {color: #FFFFFF; }
a.maintext:link {text-decoration:underline; color: #FFFFFF; }

a.maplink {color: #000000; }
a.maplink:hover {color: #696969; }
a.maplink:visited {color: #000000; }
a.maplink:link {text-decoration:underline; color: #000000; }

a:link {text-decoration:underline; color: #FFFFFF; }
a:visited {color: #FFFFFF; }

.lightgreen
{
    color:#7FFFC5;
}

.lightblue
{
    color:#7FFFFF;
}

.lightorange
{
    color:#FFE97F;
}

.yellow
{
    color:#EFFF77;
}

.purple
{
    color:#7835FF;
}

/* NAVIGATION BUTTONS */
			.menu {
						height: 25px;
						width: 1000px;
						margin-left:30px;
			}
			.cssnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: arial, helvetica, sans-serif;
						background: url(images/buttonhover.png) no-repeat;
						width: 180px;
						height: 20px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 12px;
						width: 180px;
						height: 20px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #696969;
			}
			

			.cssnav img {width: 180px; height: 20px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
					    position: absolute;
					    left: 10px;top: 2px;
					    text-align: center;
					    width: 150px;
					    cursor: pointer;   
					     
			}
			/* END OF NAVIGATION */
