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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	text-align: center;
	background-color: #fff;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
h1 {
	color: #3d1252;
	margin-bottom: 3%;
	font-size: 150%;
	font-weight: bold;
}
h3 {
	color:#000;
	font-size: 125%;
}
a {
	text-decoration: none;
}
img {
	border: none;
}
a:hover {
	text-decoration: underline;
}
#positioning {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	text-align:left;
	position:relative;
}
#whitebg {
	float: left;
	background-color: #fff;
	padding: 20px;
}
#header {
	width: 100%;
	float: left;
	background-color: #FFFFFF;
}
#header-left img {
	float: left;
	width: 44%;
	margin: 0;
	padding: 0;
}
#number {
	float: right;
	font-size: 200%;
	margin: 2% 0;
	color: #999999;
}
#nav_top {
	float: right;
	width: 55%;
	text-align: right;
}
#nav_top ul {
	text-decoration: none;
	float: right;
	width: 100%
}
#nav_top li {
	display: inline;
	margin-left: 4%;
}
#nav_top a {
	color: #333333;
	text-decoration: underline;
}
#nav_top a:hover {
	text-decoration: none;
}
#main {
	width: 100%;
	float: left;
}
#left-column {
	width: 69%;
	float: left;
	font-size: 80%;
}
#left-column p {
	margin-bottom: 2%;
}
#left-column ul {
	margin-left:20px;
}
#image img {
	width: 100%;
	margin-bottom: 3%;
}
#footer {
	width:100%;
	background-image: url(../img/footer.jpg);
	background-repeat: repeat-x;
	float: left;
	margin: 10px 0 5px 0;
	font-size: 75%;
}
#footer_nav {
	width: 100%;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
}
#footer_nav ul {
	list-style: none;
	display: inline;
}
#footer_nav li {
	display: inline;
}
#footer_nav a {
	color: #333333;
	margin:  0;
	padding: 11px 25px 11px 25px;
	float: left;
}
#footer_nav a:hover {
	color: #fff;
	text-decoration: none;
}
#bottom {
	float: left;
	width: 100%;
	font-size: 70%;
}
#bottom_left {
	float: left;
	width: 50%;
	margin-top: 5px;
}
#bottom_right {
	float: right;
	width: 50%;
	text-align: right;
	margin-top: 37px;
}
#bottom_right a {
	color: #333;
}
/* menus*/		
/* menus*/		
#menu {
	margin:10px 0 10px 0;
	width: 100%;
	padding:0px;
	list-style:none;
	color:#fff;
	line-height:35px;
	display:inline;
	float:left;
	background:#080808;
	font-size:13px;
}
#menu a {
	color:#fff;
	text-decoration:none;
}
#menu li {
	background:#080808;
	cursor:pointer;
	float:left;
	position:relative;
	padding:0px 16px;
	display:inline;
}
#menu li a:hover {
	color: #ccc;
}
#menu .logo {
	background:transparent none repeat scroll 0% 0%;
	padding:0px;
	background-color:Transparent;
}
/* sub-menus*/
 #menu ul {
	padding:0px;
	margin:0px;
	display:inline;
	background:#c6cfd8;
}
#menu li ul {
	position:absolute;
	left:-20px;
	top:0px;
	margin-top:35px;
	width:170px;
	line-height:16px;
	background-color:#080808;
	color:#0395CC;
	z-index:2000 !important;
	/* for IE */ 
		display:none;
}
#menu li:hover ul {
	display:block;
}
#menu li ul li {
	display:block;
	margin:5px 40px;
	padding: 5px 0px;
	width: 90px;
	border-top: dotted 1px #606060;
	list-style-type:none;
	background-color: #080808;
	background-image: none;
}
#menu li ul li:first-child {
	border-top: none;
}
#menu li ul li a {
	display:block;
}
/* main submenu */
#menu #main {
	left:0px;
	top:-20px;
	padding-top:20px;
	background-color:#080808;
	color:#fff;
}
/* corners*/
#menu .corner_inset_left {
	position:absolute;
	top:-6px;
	left:-51px;
}
#menu .corner_inset_right {
	position:absolute;
	top:-6px;
	left:129px;
}
#menu .last {
}
#menu .corner_left {
	position:absolute;
	left:-40px;
	top:10px;
}
#menu .corner_right {
	position:absolute;
	left:112px;
	top:10px;
}
#menu .middle {
	position:absolute;
	left:-22px;
	height: 20px;
	width: 135px;
	top:10px;
}
#box {
	width: 91%;
	float: right;
	margin: 20px 0 0 10px;
	border: 1px solid #999;
	padding: 5px;
	background-image: url(../img/boxbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 75%;
	-moz-border-radius: 0 0 15px 0;
	-webkit-border-radius: 15px 0 15px 0;
	border-radius: 15px 0 15px 0;
	-webkit-box-shadow: 2px 2px 3px #ccc;
	box-shadow: 2px 2px 3px #ccc;
	moz-box-shadow: 2px 2px 3px #ccc;
}
#box a {
	color: #333333;
}
#box h4 {
	width: 100%;
	border-bottom: 1px solid #999;
	font-size: 115%;
	margin-bottom: 10px;
	color: #3d1252;
}
#right {
	width: 31%;
	float: right;
}
.offer {float: right; width: 94%; -webkit-box-shadow: 2px 2px 3px #ccc;
		box-shadow: 2px 2px 3px #ccc;
		moz-box-shadow: 2px 2px 3px #ccc;
		margin: 0 0 0 10px;}
		
.goldline {float: right; width: 94%; -webkit-box-shadow: 2px 2px 3px #ccc;
		box-shadow: 2px 2px 3px #ccc;
		moz-box-shadow: 2px 2px 3px #ccc;
		margin: 20px 0 0 10px;}
		
		
#cws a {
	font-size: 70%;
	color: #ccc;
	text-align: center;
}
#cws p {
	font-size: 70%;
	color: #ccc;
	text-align: center;
}
#cws {
	width: 100%;
	float: left;
	text-align:center;
	margin: 20px 0
}
#gal {
	width: 100px;
	height: 150px;
	float: left;
	margin: 0 10px 10px 0;
	font-size: 85%;
	text-align: center;
}
#gal2 {
	width: 100px;
	float: left;
	margin: 0 10px 10px 0;
	font-size: 85%;
	text-align: center;
}
@media only screen and (max-width : 900px) {
/* Styles */

#menu img {
display: none;
}
}


/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 620px) {
/* Styles */
#left-column {
 width: 98%;
}
#right {
 width: 98%;
 text-align: left;
 margin-top: 5%;
}
#header {
 width: 98%;
 float: left;
 background-color: #FFFFFF;
}
#header-left img {
 width: 98%;
 text-align: center;
}
#header-left {
text-align: center;
width: 98%;
}
#number {
 font-size: 200%;
 margin: 2% 0;
}
#nav_top {
 width:98%;
 padding: 0;
 margin: 0;
}
#nav_top ul {
 width: 98%;
 padding: 0;
 margin: 0;
 text-align: left;
}
#nav_top li {
 display: inline;
font-size: 75%;
 margin: 0 3% 0 0;
 padding: 0;
}
#number {
 floaT: left;
 text-align: left;
 font-size: 200%;
 margin: 10px 0;
 color: #999999;
}
 #menu {
 margin:3% 0;
 width: 98%;
 padding:0;
 list-style:none;
 color:#fff;
 line-height: 20px;
 display:block;
 float:left;
 background:#080808;
 font-size:13px;
}
#menu a {
 width: 98%;
}
#menu li {
 float:left;
 width: 98%;
 border-bottom: 1px solid #fff;
}
#menu .logo {
 background:transparent none repeat scroll 0% 0%;
 padding:0px;
 background-color:Transparent;
}
/* sub-menus*/
 #menu ul {
 padding:0px;
 margin:0px;
 display:inline;
 background:#c6cfd8;
}
#menu li ul {
 position:absolute;
 margin: 0 0 0 20px;
 width:80%;
 z-index:2000 !important;
	/* for IE */ 
		display:none;
 background: none;
 margin:0 0 0 150px;
}
#menu li:hover ul {
 float: left;
 width: 70%;
}
#menu li ul li {
 display:block;
 width: 80%;
 list-style-type:none;
 background-color: #3d1252;
 background-image: none;
 border: none;
 margin: 0;
 padding: 5px;
}
#menu li ul li:first-child {
 border-top: none;
}
#menu li ul li a {
 display:block;
 width: 98%;
}
 #menu img {
display: none;
}
#positioning {
 width: 98%;
}
#box {
 width: 98%;
 margin: 20px 0 0 0;
 padding: 5px;
}
.offer { margin: 0;
width: 100%;
padding: 0;
floaT: left;}
.goldline { margin: 20px 0 0 0;
width: 100%;
floaT: left;
padding: 0;}
#whitebg {
	float: left;
	background-color: #fff;
	padding:1%;
}
}

