@charset "utf-8";
/* CSS Document */
/********************* common properties starts********************/
@font-face 
{
	font-family: 'Helvetica';
	src: url('fonts/HelveticaLTStd-Light.eot');
	src: local('☺'), url('fonts/HelveticaLTStd-Light.woff') format('woff'), url('fonts/HelveticaLTStd-Light.ttf') format('truetype'), url('fonts/HelveticaLTStd-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	
}
 
 
body 
{
	margin:0px;
	padding:0px;
	color:#000000;
	font-size:15px;
	/*background:url(images/sample_bg.jpg) repeat;*/
	
	font-family: 'Helvetica';
	background-color:#6f9cc3;
	 
	/*background-color:#0a0a08;*/
	background-color:#fff;
	/*overflow:hidden;*/
	
} 
/*@font-face
{
	font-family:"Open Sans";
	src:url('fonts/OpenSans.ttf');
}*/
h1, h2, h3, h4, h5
{
	margin:0;
	padding:0px;
	font-size:15px;
	font-weight:bold;
}
hr
{
	margin:0;
	padding:0;
}
.hide
{
	display: none;
}
.clear
{
	clear:both;
}
.floatleft
{
	float:left;
	margin:0 8px 0 0;
}
.floatright
{
	float:right;
	margin:0 0 0 10px;
}
img
{
	behavior: url("iepngfix/iepngfix.htc");
}

#hlogo
{
	behavior: url("iepngfix/iepngfix.htc");
}
.bold
{
	font-weight:bold
}
textarea:focus, input:focus{
    outline: 0;
	
}
*:focus {
    outline: 0;
}
/***********************Main CSS****************************/
#main_wrapper
{
	margin:0px; padding:0px; width:100%; background:url(../master_images/spacer.png) repeat; height:200px; display:block;
}
#main_wrapper img
{
	width:100%;
	margin:0px;
	position:fixed;
	z-index:-1;
}
#main_wrapper_design
{
	margin:0px; padding:0px; width:100%;
}
#main_wrapper_design img
{
	/*width:85%;*/
	height:100%;
	right:0px;
	bottom:0px;
	position:fixed;
	z-index:-1;
}
#center_div_logo
{
	/*margin:50% 0 0 50%; top:45%; left:50%; margin-left:-10%;*/  /*margin:320px auto 0;*/ top:50%; left:50%; position:absolute; margin-left:-115px; margin-top:-90px;    padding:0px; /*width:235px;*/ width:230px; z-index:2000; /*border:solid 1px red;*/
	/*position:absolute;*/ display:block; text-align:center;
}

#center_div_logo img
{
	text-align:center; width:238px!important; height:149px!important;
}


#center_div_logo p.txt_links a
{
	 /*padding:8px 7px 8px 0px; text-decoration:none; display:inline; color:#ffffff; font-family:Helvetica; font-weight:300;
	 font-size:12.5px;   border:0px;*/ padding:8px 4px 8px 0px; text-decoration:none; display:inline; color:#ffffff; font-family:Helvetica; font-weight:300;
	 font-size:15px;   /*border-bottom:1px solid #ffffff;*/ text-decoration:underline; text-align:center; letter-spacing:0.4px;
}

#center_div_logo_iphone
{
	display:none!important;
}
#center_div_logo p.txt_links a.last
{
	padding:8px 4px 8px 0px;
}
#center_div_logo p.social_links
{
	width:100%; display:block; text-align:center;
}
#center_div_logo p.social_links a
{
	width:20px; height:20px; padding-left:7px;
}
#center_div_logo p.social_links a img
{
	width:20px; height:20px;
}
#center_div_logo_iphone
{
	display:none!important;
}
#textual_contents
{
	margin:0px;
	padding:0px;
	width:100%;
	position:absolute;/* border:solid 1px red;*/
	color:#7F7F7F;
	font-size:15px;
	letter-spacing:0.4px;
	font-family:Helvetica; /*text-transform:uppercase;*/
	 
	z-index:1000;
	font-weight:300;
	left: -4px;
}
#textual_contents div#mid_cont_div
{
	margin:0px auto; margin-top:20%; padding:20px; width:22%; height:auto; /*background:url(../master_images/transperent_bg.png) repeat;*/
	 background: none repeat scroll 0 0 rgba(241, 241, 241, 0.8);
	/*border:solid 1px #b7b7b7;*/
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	behavior: url(border-radius.htc);
}
#mid_cont_div h2
{
	margin:0px; padding:0 0 15px 0; width:100%; text-align:center; font-weight:normal; font-size:15px;
}
#mid_cont_div p
{
	margin:0px; padding:0px; height:25px;
}
#mid_cont_div p span.txt_field
{
	margin:0px; padding:0px; width:45%; text-align:right; float:left;
}
#mid_cont_div p a
{
	margin:0px; padding:0px; width:45%; text-align:right; text-decoration:underline; color:#7F7F7F; display:block;
}
.txt_box 
{
	margin:0 0 0 10px; padding:2px; float:left; border:solid 1px #ffffff; -moz-border-radius: 7px;	-webkit-border-radius: 20px;	
	border-radius: 20px;	behavior: url(border-radius.htc); width:45%; /*background:url(images/spacer.png) repeat;*/ color:#7F7F7F; height:12px; 
	background:url(images/txt_box.png) repeat; 
}
.select_box
{
	margin:0 0 0 10px; padding:0px; float:left; border:solid 1px #ffffff; -moz-border-radius: 20px;	-webkit-border-radius: 7px;	
	border-radius: 20px;	behavior: url(border-radius.htc); width:48%; background:url(images/spacer.png) repeat; color:#7F7F7F; height:18px;
}
.maincntrimg
{
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
}
#top_links 
{
	margin:0px; padding:10px 0 20px 0; position:fixed; top:0; font-family:Helvetica; font-weight:300;
	border:0px; letter-spacing:0.4px; z-index:2000; width:100%; text-transform:none;
	background: none repeat scroll 0 0 rgba(241, 241, 241, 0.7);
}
		.editlogo
		{
			margin:0px 0 0 15px;
			padding:0px 0 0 0;
			float:left;
			height:17px;
			display:block;
		}
/* top menu link css*/
		.smallmnu
		{
			display:inline; margin:0px 20px 0 0px; padding:0px; float:right; display:none;
		}
		.mnu
		{
		display:inline; margin:6px 20px 0 0px; padding:0px; float:right;
		
		}
		.links
		{
		float:none;
		display:inline-block; 
		list-style-type:none; margin-bottom:0;
		font-size:15px;
		font-weight:700;
		}
		.links a
		{	
			text-decoration:none;
			display:block;
			color:#555555;
			text-decoration:none;
			line-height:1.6;
			padding:7px 10px 7px 10px;
		}
		.links a:hover
		{	
			background:none repeat scroll 0 0 rgba(241, 241, 241, 0.8);
		}
		
		.mnu li:hover ul
		{	
			display:block;
		}
		.submu
		{
			display:none;
			position:absolute;		
			list-style-type:none;
			background: none repeat scroll 0 0 rgba(241, 241, 241, 0.8);
			padding:10px;  
			text-align:left;
			margin:0 0 0 0;
		
		}		
		.submu li
		{
			padding:5px 0px; padding-bottom:10px;
		}
		
		.submu li a
		{
			padding:5px 5px 5px 5px;!important; margin:0px!important; color:#636363 !important;	
		}
		
		.setting_drop
		{
			float:none;
		display:inline-block; padding-left:0px;
		list-style-type:none; margin:0 10px 0 0; padding:0 0px 0 0; /*background:url(../master_images/down_arrow.png) no-repeat right center;*/
		}
		
/***********************/ 
#bottom_links
{
	margin:0px;  position:fixed; bottom:37px; right:35%;  font-family:Helvetica; font-weight:300;
	 font-size:15px;   border:0px; letter-spacing:0.4px; z-index:2000; width:30%;
}
#bottom_links .fix_tbl
{
	 /*background:url(../master_images/transperent_bg.png) repeat;*/
	 background: none repeat scroll 0 0 rgba(241, 241, 241, 0.8);
				/*/*border:solid 1px #b7b7b7;*/*/
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				border-radius: 10px;
				behavior: url(border-radius.htc);
				color:#636363;
				font-family: 'Helvetica';
				font-size:15px;
				width:260px;
				padding:10px;
				margin:0px auto;
}
#bottom_links .fix_tbl_wb
{
	 /*background:url(../master_images/transperent_bg.png) repeat;*/
	 background: none repeat scroll 0 0 rgba(241, 241, 241, 0.8);
				/*/*border:solid 1px #b7b7b7;*/*/
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				border-radius: 10px;
				behavior: url(border-radius.htc);
				color:#636363;
				font-family: 'Helvetica';
				font-size:15px;
				width:315px;
				padding:10px;
				margin:0px auto;
}
				#bottom_links span.color 
			{
				color:#636363; float:right; /*padding-right:195px;*/ width:27%; text-align:right; display:inline; margin-left:2%; margin-right:2%;
				/*/*background:url(../master_images/transperent_bg.png) repeat;*/
	 background: none repeat scroll 0 0 rgba(241, 241, 241, 0.8);
				/*border:solid 1px #b7b7b7;*/
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				border-radius: 10px;
				behavior: url(border-radius.htc);*/
				/*padding:5px 0px;*/
				height:auto; padding:15px 0px;
			}
			
			#bottom_links span.classic
			{
				color:#636363; float:right; /*padding-right:175px;*/  width:22%; text-align:center; display:inline; margin-left:8%; margin-right:9%;
				/*/*background:url(../master_images/transperent_bg.png) repeat;*/
	 background: none repeat scroll 0 0 rgba(241, 241, 241, 0.8);
				/*border:solid 1px #b7b7b7;*/
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				border-radius: 10px; *//*padding:5px 0px;*/
				height:auto; padding:15px 0px;
				behavior: url(border-radius.htc);
			}
			
			
			#bottom_links span.warm
			{
				color:#636363; float:right; /*padding-right:25px;*/  width:18%; text-align:center; display:inline; margin-left:6%; margin-right:6%;
				/*/*background:url(../master_images/transperent_bg.png) repeat;*/
	 background: none repeat scroll 0 0 rgba(241, 241, 241, 0.8); 
				height:21px;
				/*border:solid 1px #b7b7b7;*/
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				border-radius: 10px;
				behavior: url(border-radius.htc);*/
				height:auto; padding:15px 0px;
			}
			
			#bottom_links span.color_wb 
			{
				color:#636363; float:right; /*padding-right:195px;*/ width:27%; text-align:right; display:inline; margin-left:2%; margin-right:2%;
				/*/*background:url(../master_images/transperent_bg.png) repeat;*/
	 background: none repeat scroll 0 0 rgba(241, 241, 241, 0.8);
				/*border:solid 1px #b7b7b7;*/
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				border-radius: 10px;
				behavior: url(border-radius.htc);*/
				/*padding:5px 0px;*/
				height:auto; padding:15px 0px;
			}
			
			#bottom_links span.classic_wb
			{
				color:#636363; float:right; /*padding-right:175px;*/  width:22%; text-align:center; display:inline; margin-left:8%; margin-right:9%;
				/*/*background:url(../master_images/transperent_bg.png) repeat;*/
	 background: none repeat scroll 0 0 rgba(241, 241, 241, 0.8);
				/*border:solid 1px #b7b7b7;*/
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				border-radius: 10px; padding-top:10px;
				behavior: url(border-radius.htc);*/ /*padding:5px 0px;*/
				height:auto;
				padding:15px 0px;
			}
			
			
			#bottom_links span.warm_wb
			{
				color:#636363; float:right; /*padding-right:25px;*/  width:18%; text-align:center; display:inline; margin-left:6%; margin-right:6%;
				/*/*background:url(../master_images/transperent_bg.png) repeat;*/
	 background: none repeat scroll 0 0 rgba(241, 241, 241, 0.8); 
				height:auto;
				/*border:solid 1px #b7b7b7;*/
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				border-radius: 10px;
				behavior: url(border-radius.htc);*/
				padding:15px 0px;
			}
			
			
			#bottom_links span.before
			{
				color:#000000; float:right; /*padding-right:25px;*/  width:24%; text-align:center; display:inline; margin-left:6%; margin-right:6%;
				/*background:url(../master_images/transperent_bg.png) repeat;*/
	 background: none repeat scroll 0 0 rgba(241, 241, 241, 0.8);
				/*border:solid 1px #b7b7b7;*/
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				border-radius: 10px;
				behavior: url(border-radius.htc);
			}
			
			#bottom_links span.after
			{
				color:#000000; float:right; /*padding-right:175px;*/  width:25%; text-align:center; display:inline; margin-left:6%; margin-right:6%;
				/*background:url(../master_images/transperent_bg.png) repeat;*/
	 background: none repeat scroll 0 0 rgba(241, 241, 241, 0.8);
				/*border:solid 1px #b7b7b7;*/
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				border-radius: 10px;
				behavior: url(border-radius.htc);
			}
/****************************************Account Info Page*********************************/
#textual_contents div#mid_cont_accinfo
{
	width:50%;
	margin:0px auto; margin-top:18%; padding:0px; height:auto;
	
}
/******************************Orders Psge**********************************/
#textual_contents div#mid_cont_ord
{
	width:60%;
	margin:0px auto; margin-top:18%; padding:20px; height:auto; /*background:url(../master_images/transperent_bg.png) repeat;*/
	 background: none repeat scroll 0 0 rgba(241, 241, 241, 0.8);
	/*border:solid 1px #b7b7b7;*/
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	behavior: url(border-radius.htc); 
	
}
#textual_contents div#mid_cont_ord_mobile
{
	display:none;
}
/******************************Services Page********************/
/*#textual_contents div#mid_cont_div_services
{
	margin:0px auto; margin-top:25%; padding:20px; width:50%; height:auto; /*background:url(../master_images/transperent_bg.png) repeat;
	 background: none repeat scroll 0 0 rgba(241, 241, 241, 0.8);
	border:solid 1px #b7b7b7;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	behavior: url(border-radius.htc);
}*/
#mid_cont_div_services ul
{
	margin:0px auto; width:100%; padding:0px; border-top:solid 1px #ffffff;
}
#mid_cont_div_services ul li
{
	margin:0px; padding:5px 0px; border-bottom:solid 1px #ffffff; color:#7F7F7F; float:none; list-style-type:none;
}
#mid_cont_div_services ul li a
{
	text-decoration:none; color:#7F7F7F;
}
#textual_contents div#mid_cont_div_color
{
	margin:0px auto; margin-top:18%; padding:20px; width:45%; height:auto; /*background:url(../master_images/transperent_bg.png) repeat;*/
	 background: none repeat scroll 0 0 rgba(241, 241, 241, 0.8);
	/*border:solid 1px #b7b7b7;*/
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	behavior: url(border-radius.htc);
}
#mid_cont_div_color p
{
	margin:0px; padding:5px 0 0 0; height:25px;
	
}
#mid_cont_div_color p a
{
	text-decoration:underline; color:#7F7F7F;
}
#mid_cont_div_color p span.txt_field
{
	margin:0px; padding:0px; width:45%; text-align:left; float:left;
}
/************************************ Cart Page*******************************************/
#textual_contents div#mid_cont_cart
{
	width:70%;
	margin:0px auto; margin-top:18%; padding:0px; height:auto;
}
#mid_cont_cart div#left_info
{
	margin:0px auto; margin-top:0; padding:20px; width:38%; height:auto; /*background:url(../master_images/transperent_bg.png) repeat;*/
	 background: none repeat scroll 0 0 rgba(241, 241, 241, 0.8);
	/*border:solid 1px #b7b7b7;*/
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	behavior: url(border-radius.htc); float:left;
}
#mid_cont_cart div#left_info ul
{
	margin:0px; padding:0px; width:100%; border-top:solid 1px #ffffff;
}
#mid_cont_cart div#left_info ul li
{
	margin:0px; padding:5px 0px; width:100%; float:none; list-style-type:none; border-bottom:solid 1px #ffffff;
}
#mid_cont_cart div#left_info ul li a
{
	text-decoration:none; color:#7F7F7F;
}
#mid_cont_cart div#right_info
{
	margin:0px auto; margin-top:0%; padding:20px; width:50%; height:auto; /*background:url(../master_images/transperent_bg.png) repeat;*/
	 background: none repeat scroll 0 0 rgba(241, 241, 241, 0.8);
	/*border:solid 1px #b7b7b7;*/
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	behavior: url(border-radius.htc); float:right;
}
#mid_cont_cart div#right_info table.big_tbl
{
	width:100%;
}
#mid_cont_cart div#right_info table.small_tbl
{
	display:none;
}
/***************************************** Preferences Page ***********************************************/
#textual_contents div#mid_cont_preferance
{
	width:40%;
	margin:0px auto; margin-top:18%; padding:0px; height:auto;
	
}
#mid_cont_preferance ul
{
	margin:0px; padding:0px; width:100%;
}
#mid_cont_preferance ul li
{
	margin:0px; padding:0px; float:left; list-style-type:none; width:70%; /*border:solid 1px red;*/
}
#mid_cont_preferance ul li.samples
{
	width:30%;
}
#mid_cont_preferance ul li div#pref_info
{
	margin:0 0 5% 0; margin-right:0%; padding:20px; width:83%; height:auto; /*background:url(../master_images/transperent_bg.png) repeat;*/
	 background: none repeat scroll 0 0 rgba(241, 241, 241, 0.8);
	/*border:solid 1px #b7b7b7;*/
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	behavior: url(border-radius.htc);
	
}
#mid_cont_preferance ul li div#pref_info_last
{
	margin:0 0 5% 0; margin-left:0%; padding:20px; width:70%; height:auto; /*background:url(../master_images/transperent_bg.png) repeat;*/
	/* background: none repeat scroll 0 0 rgba(241, 241, 241, 0.8);*/
	/*border:solid 1px #b7b7b7;*/
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	behavior: url(border-radius.htc); float:right; text-align:center;
	
}
#mid_cont_preferance ul li div#pref_info h2
{
	
	margin-bottom:15px;
}
#mid_cont_preferance ul li div#pref_info_last h2
{
	
	margin-bottom:15px; text-align:left;
}
#mid_cont_preferance ul li div#pref_info_last p
{
	width:100%; text-align:center;
}
#mid_cont_preferance ul li div#pref_info_last p a
{
	text-decoration:underline; color:#7F7F7F;
}
#mid_cont_preferance p
{
	margin:0 0 15px 0; padding:0px; height:25px;
}
#mid_cont_preferance p span.txt_field
{
	margin:4px 0 0 0; padding:0px; width:45%; text-align:left; float:left;
}
#mid_cont_preferance p a
{
	margin:0px; padding:0px; text-align:center; text-decoration:underline; color:#7F7F7F; display:block;
}
/******************** Album Design*******************/
.design_tbl
{
	z-index:2000; /*position:fixed;*/ margin-top:35px; /*right:20px;*/ color:#7F7F7F; font-family:Helvetica; width:69%; /*border:solid 1px red; */ float:right; 
}
.design_tbl td.alb_design
{
	margin:0px; padding:0px; /*height:45%;*/	 width:100%; padding-right:20px;
}
td.alb_design img
{
	/*width:85%;*/ width:66%; float:right; 
}
td.alb_design img a
{
	text-decoration:none; border:0px;
}
.image_tag
{
	margin:0px; padding:3px; position:fixed; right:10px; bottom:10px;
	 /*background:url(../master_images/transperent_bg.png) repeat;*/
	 background: none repeat scroll 0 0 rgba(241, 241, 241, 0.8);
				/*border:solid 1px #b7b7b7;*/
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				border-radius: 5px;
				behavior: url(border-radius.htc);
				font-size:8px; color:#636363;
				letter-spacing:1.2px;
}
.image_tag_iphone
{
	display:none;
}
@media screen and (min-width:1200px) {
}
@media screen and (min-width:960px) and (max-width:1151px) {
	/*#center_div_logo
	{
		width:211px!important;
	}*/
	#center_div_logo p.txt_links a
	{
		letter-spacing:0.4px; padding:8px 4px 8px 0px;
	}
	
	#mid_cont_accinfo ul li div#self_info
	{
		width:80%;
	}
	
	#mid_cont_accinfo ul li div#self_info_last
	{
		width:80%;
	}
	
	#mid_cont_accinfo ul li div#self_info_last img
	{
		padding-left:8%;
	}
	
	#textual_contents div#mid_cont_cart
		{
			margin-top:22%;
		}
	
	#mid_cont_cart div#left_info
	{
		width:36%; 
	}
	
	
	
}
	/******************************** 800 Resolution********************/
@media screen and (min-width:790px) and (max-width:959px) 
{
		/*#center_div_logo
		{
			width:185px!important;
		}*/
	
		#center_div_logo p.txt_links a
		{
			letter-spacing:0.4px; padding:8px 4px 8px 0px;
		}
		
		#mid_cont_accinfo ul li div#self_info
		{
			width:76%;
		}
		
		#mid_cont_accinfo ul li div#self_info_last
		{
			width:76%;
		}
		
		#mid_cont_accinfo ul li div#self_info_last img
		{
			padding-left:7%;
		}
		.txt_box
		{
			width:44%;
		}
		#textual_contents div#mid_cont_ord
		{
			margin-top:25%;
		}
		#center_div_logo p
		{
			/*width:136%;*/ width:230px;
		}
		
		#textual_contents div#mid_cont_cart
		{
			margin-top:25%;
		}
		
		#mid_cont_cart div#left_info
		{
			width:34%; 
		}
		
		#mid_cont_preferance ul li div#pref_info
		{
			width:72%;
		}
		
		#main_wrapper img
		{
			width:100%;
			margin:0px;
			position:fixed;
			top:0px
			z-index:-1;
		}
		
		.design_tbl
		{
			z-index:1000; /*position:fixed;*/ margin-top:35px; /*right:20px;*/ color:#7F7F7F; font-family:Helvetica; width:650px; float:right; /*border:solid 1px red; */ 
		}
		
		td.alb_design img
		{
			/*width:522px;*/ width:428px!important; /*border:solid 1px red;*/ 
		}
			
}
/********************************** Mobile**********************************/
@media screen and (max-width:789px) {
#main_wrapper img
		{
			width:100%;
			margin:0px;
			position:fixed;
			bottom:0px;
			z-index:-1;
			bottom:0px;
		}
		.design_tbl
		{
			z-index:1000; position:absolute!important; margin:35px auto 0px 0px; color:#7F7F7F; font-family:Helvetica; /*width:650px;*/ width:100%;
			/*left:119px!important; *//*border:solid 1px red; */
		}
		td.alb_design
		{
			width:100%!important; padding:0px;
		}
		td.alb_design a
		{
			width:100%; height:100%; display:block; text-align:center; text-decoration:none; border:0px;
		}
	
		td.alb_design img
		{
			/*width:522px; */ width:428px!important; text-align:center; float:none;
		}
		
		/*#center_div_logo
		{
			margin:0;
    		
			margin-bottom:0px;
			width:100%;
		}*/
		#top_links 
		{
			 margin:0px; 
    padding:10px 0px 5px 0px; 
     
    top:0px; 0  font-family:Helvetica; font-weight:300;
			 font-size:15px;  
    border:0px; 
    letter-spacing:0.4px; 
    z-index:2000; 
    width:100%;  
    text-transform:none;
			 background: none repeat scroll 0 0 rgba(241, 241, 241, 0.7);
			 position:absolute;
    text-align:center;
		}
		#top_links_move
		{
			margin:0px; padding:0px; top:0px; 0  font-family:Helvetica; font-weight:300;
			 font-size:15px;   border:0px; letter-spacing:0.4px; z-index:2000; width:100%;  text-transform:none;
			 background: none repeat scroll 0 0 rgba(241, 241, 241, 0.7);
			 position:absolute;
		}
		.mnu
		{
			display:none;
		
		}
	
		.smallmnu
		{
			display:inline-block; margin:0px 20px 0 5px; padding:0px;  list-style-type:none; /*border:solid 1px red;*/
		}
		.smallmnu li
		{
			margin:15px 0px;
			padding:0; height:26px;
		}
		
		
		.editlogo
		{
			/*margin:5px 0 0 15px;
			padding:10px 0 0 0;*/
   /*float:none;*/
			height:17px;
			display:inline;
			/*text-align:center;*/
		}
		#top_links h1{ 	display:inline-block; height:auto; }
		
		.maincntrimg
		{
			margin:0;
			padding:0;
			width:100%;
			position:fixed;
			text-align:center;
		}
		

		
		#bottom_links
		{
			width:90%; bottom:37px; right:5%;
		}
			
		#bottom_links span.color 
			{
				width:37%; margin-left:7%; margin-right:7%;
			
			}
			
			#bottom_links span.classic
			{
				width:14%; margin-left:6%; margin-right:7%;
				
			}
			
			
			#bottom_links span.warm
			{
				width:14%; margin-left:4%; margin-right:4%;
				
			}
			
			#bottom_links span.color_wb  
			{
				width:37%; margin-left:7%; margin-right:7%;
				
			}
			
			#bottom_links span.classic_wb
			{
				width:14%; margin-left:6%; margin-right:7%;
				
			}
			
			
			#bottom_links span.warm_wb
			{
				width:14%; margin-left:4%; margin-right:4%;
				
			}
			
	
}
  

@media only screen and (orientation : landscape) {
#main_wrapper img
{
	top:0px!important;
}
}
/****************************************************Mobile *******************************/
  
@media screen and (max-width: 400px) { 
  .editlogo img{ width:130px!important; /*margin-top:8px;*/ }
		#top_links {background:none;}
		#top_inner {position:fixed;width:100%;background: none repeat scroll 0 0 rgba(241, 241, 241, 0.7);padding:4px;top:0;}
		#simple-menu img {height:26px;margin-top:0px;}
		#slider_holder{ margin-top:40px; }
}



