/* CSS Document */
body body,td,th {
	font-family: Arial,helvetica;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.copyright {
	font:	Arial, Helvetica, sans-serif;
	color: #668C39;
	font-weight:600;
}
.view {
	height: 100%;
	width: 1000px;
	text-align: center;
	border: 0px;
}


h1, h2, h3, h4, h5, h6 { 
font-family: "MS PGothic", "MS UI Gothic", "Comic Sans MS", "Kozuka Gothic Pro M";
padding: 0px;
margin: 0px;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }
h6 { font-size:  9px; }

img { border: none; }

a, a:visited, a:hover {
 color: #CC6600;
}

/*** BOX STYLE ***/
.topleft {
   background: url(../images//Box.gif) no-repeat top left;
   height:45px;
}

.topright {
   
   background: url(../images//Box.gif) no-repeat top right;
   height: 45px;
}

.topcenter {
    background:url(../images//Top-Center.gif) repeat-x top;
	height:45px;
	margin:-45px 45px;
}

.leftside {
	background:url(../images//Left-Side.gif) repeat-y left;
}
.rightside {
    background:url(../images//Right-Side.gif) repeat-y right;padding:0 45px;
}

.content {
    background-color: #FAFAE9;
	text-align: center;
}
.content p {
	padding:15px;
	margin: 0px;
}

.bottomleft {
	background:url(../images//Box.gif) no-repeat bottom left;
	height:45px;
}
.bottomright {
	background:url(../images//Box.gif) no-repeat bottom right;
	height:45px;
}

.bottomcenter {
	background:url(../images//Bottom-Center.gif) repeat-x bottom;
	height:45px;
	margin:-45px 45px;
}

.boxtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bolder;
	margin: 0px 0px;
	padding: 0;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	color:#FFFFFF;
	text-align:center;
	position: relative;
	z-index: 1;
	height: 1%;
	/*width: 100%;*/
	/*float: left;*/
}

.boxtitle p, .boxtitle span, .boxtitle a{ 
	margin: 0px;
}


/*** MENU STYLE ***/
.dropdown_torrance {
	background: url(../images//torrance-en.jpg);
	width: 121px;
	height: 39px;
}
.dropdown_torrance:hover {
	background: url(../images//torrance-en-over.jpg);
	background-color: none;
}

.dropdown_paros {
	background: url(../images//paros-en.jpg);
	width: 149px;
	height: 39px;
}
.dropdown_paros:hover {
	background: url(../images//paros-en-over.jpg);
	background-color: none;
}


.menu{
	/*background-color: #191919;*/
	border:none;
	border:0px;
	margin:0px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align: left;
	/*padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;*/
	height: 39px;
}
.menu ul{
	/* background-color:#191919; */
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
}
.menu li{
	float:left;
	padding:0px;
	color:#cccccc;
	display:block;
	font-weight:normal;
	line-height:35px;
	margin:0px;
	text-align:left;
	text-decoration:none;
}
.menu li a{
	/*background-color:#191919;*/
	color: white;
	display:block;
	font-weight:normal;
	line-height:35px;
	margin:0px;
	padding:0px 25px;
	text-align:left;
	text-decoration:none;
}
.menu li a:hover, .menu ul li:hover a{
	background-color: #d57d1f;
	color:#FFFFFF;
	text-decoration:none;
}
.menu li ul{
	/*background:#000000;*/
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:225px;
	z-index:200;
	/*top:1em;
	/*left:0;*/
}
.menu li:hover ul{
	display:block;
}
.menu li li {
	background-color: #d57d1f;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:225px;
}

/*.menu li:hover li a{
	background:none;
}*/
.menu li ul a{
	display:block;
	height:35px;
	font-size:13px;
	font-style:normal;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
	}
.menu li ul a:hover, .menu li ul li:hover a{
	/*background-color:#000000;*/
	font-weight: bold;
	border:0px;
	color:#fff605;
	text-decoration:none;
}
.menu p{
	clear:left;
}   
