/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
}

a:link, a:visited { color: #000; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color:#06F; text-decoration: underline}
em { color:#FF0;}
h1 {
	margin: 0px;
	padding: 3px 0px 15px 0px;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

h2 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #3e78b2;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #06A;
}

p{
	margin: 0px;
	padding: 0 0 10px 0;
	text-align: justify;
}

.spacetobottom {
	clear: both;
	height: 50px;
}

.spacetoright {
	float: left;
	width: 10px;
	height: 1px;;
}

/* ----- Form ----- */
form{
	margin: 35px 0 0 0;
	padding: 0px;
	text-align: right;	
}

label {
	margin: 0 10px;
}

input{
	width: 150px;
	height: 15px;
	color: #aabdd0;
	border: 1px solid #686f76;
}

.button{
	margin: 0px;
	width: 50px;
	height: 20px;
	border: 0px;
	color: #333333;
	font-weight: bold;
	background: #FFFFFF;
	cursor: pointer;
}
/* End of Form */

.more_button a {
	clear: both;
	display: block;
	width: 100px;
	height: 18px;
	margin: 0px;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	background: #79b5f3;
	border: 1px solid #FFF;
}


#templatemo_container {
	margin: auto;
	width: 950px;
	padding: 0px 10px;
	background: url(images/mainBG.gif) repeat-y;
}

#templatemo_topbar {
	float: left;
	height: 36px;
	width: 850px;
	padding: 0 50px;
	margin-bottom: 10px;	
}

#languagebox {
	float: right;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top:10px;
	background: #FFFFFF;
	border-left: 1px #bcbcbc solid;	
	border-right: 1px #bcbcbc solid;	
	border-bottom: 1px #bcbcbc solid;
}

#languagebox img{
	float: left;
	border: 1px solid #FFFFFF;
	margin-left: 5px;
	margin-top: -1px;
}

#templatemo_header {
	float: left;
	height: 60px;
	width: 850px;
	padding: 0 50px;
	margin-bottom: 10px;
	padding-bottom:50px;
}

#templatemo_logo {
	float: left;
	height: 55px;
	width: 300px;
}

#templatemo_logo img {
	float: left;
	border: none;
	padding-right: 10px;
}

#templatemo_sitetitle {
	padding: 28px 0 0 40px;
	font-size: 4.0em;
	font-weight: bold;
	color: #333333;
}

#templatemo_login {
	float: right;
	height: 55px;
	width: 530px;
	padding-top:50px;
}

/*------------- Menu ------------------*/
#templatemo_menu {
	float: left;
	width: 950px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: url(images/menuBG.gif) repeat-x;
}

#templatemo_menu ul {
	margin: 0 0 0 50px;
	padding: 0px;
	list-style: none;
}

#templatemo_menu ul li{
	display: inline;
}

#templatemo_menu ul li a{
	float: left;
	width: 140px;
	height: 20px;
	margin-top: 10px;
	padding: 0;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	border-left: 1px solid #CCCCCC;
}

#templatemo_menu ul li .lastmenu{
	border-right: 1px solid #CCCCCC;	
}

#templatemo_menu li a:hover, #templatemo_menu li .current{
	color: #FFFFFF;
	background: url(images/menuhoverBG.gif) no-repeat;
}
/* ----------------- end of menu----------------*/

#templatemo_banner {
	clear: both;
	float: left;
	width: 750px;
	height: 180px;
	padding: 30px 150px 0 50px;
	margin-bottom: -25px;
	background: url(images/bannerBG.gif) no-repeat;
}

#templatemo_banner h1 {
	font-size: 2.5em;
	margin-bottom: 10px;
}

#templatemo_services {
	clear: both;
	float: left;
	width: 900px;
	height: 272px;
	padding-left: 50px;
	margin-bottom: 25px;
}

.service_box {
	float: left; 
	width: 220px;
	height: 252px;
	padding: 10px 15px 10px 15px;
	margin-right: 50px;
	background: url(images/boxBG.png) no-repeat; 
	
}

.service_box p{
	padding-bottom: 5px;
}

.service_box img{
	padding-bottom: 5px;
}

.templatemo_fullgraybox {
	clear: both;
	float: left;
	width: 798px;
	padding: 25px;
	margin: 50px 50px 25px 50px;
	border: 1px solid #CCCCCC
}

* html .templatemo_fullgraybox {
	clear: both;
	float: left;
	width: 798px;
	padding: 25px;
	margin: 50px 50px 25px 25px;
	border: 1px solid #CCCCCC
}

.templatemo_fullgraybox img{
	float: left;
	margin: 3px 20px 0 0px;
	border: 1px solid #999999;
}

.templatemo_fullgraybox ul {
	margin: 10px 0 0 0px;
	padding: 0 0 0 30px;
}

.templatemo_fullgraybox li {
	list-style: inside;
	padding: 0 0 10px 0;
	background: url(images/listicon.gif) center left no-repeat;
}

/* news section */

#templatemo_newssection {
	clear: both;
	float: left;
	width: 900px;
	margin: 0 0 25px 10px; 
}

* html #templatemo_newssection {
	clear: both;
	float: left;
	width: 900px;
	margin: 0 0 25px 25px;
}

.newsbox {
	float: left;
	width: 250px;
	margin-right: 50px;
}


/* end of news section */

/* Light Blue Row */
#templatemo_light_blue_row {
	clear: both;
	float: left;	
	width: 900px;
	padding: 25px 0 25px 50px;
	background: #8dc3fa;
	border-top: 5px solid #98cafc;
}

.templatemo_gallery {
	float: left;
	width: 400px;
	margin-right: 50px;
}

.templatemo_partners {
	float: left;
	width: 400px;
}

.gp_row {
	width: 400px;
	margin-bottom: 10px;
}

.gp_row img{
	float: left;
	margin: 3px 10px 0 0;
	border: 1px solid #333333;
}

.gp_row p{
	color: #000000;
}

/* end of Light Blue Row */

/* ----- Footer ----- */

#templatemo_footer {
	clear: both;
	padding: 15px 0px 0px 0px;
	width: 950px;
	height: 50px;
	text-align: center;
	background: #000000; color:#FFF;
	font-size:16px;
	border-top: 5px solid #666666;
}

#templatemo_footer a{
	color:#FFF;
	font-weight: normal;
}
#templatemo_footer a:hover{ color:#FC0;  
	
	font-weight: normal;
}
/* ----- End of Footer ----- */
/*------------- Menu ------------------*/
.menuH
{
    /* You will get totally diffrent menu alignment and layout by setting following margin, width, and float with different values.
    For detailed instruction please visit www.menucool.com/horizontal/change-menu-alignment  */
    margin: 0; width: 100%; float:none;
    /*following "behavior" works for IE6, IE7, and IE8. Other browsers will ignore it.*/
    /*Note: Unlike image file, htc file path is relative to the page, not this CSS file.*/   
    height: 40px; 
	width: 950px; 
	float: left;
    background: #df540f url(images/menuBG.gif) repeat-x 0 0;
    border: 1px solid #BBB;
    position:relative;/*! for IE htc*/
    z-index:4;/*H2*/
    font-family: Arial, Helvetica, sans-serif;
    list-style: none;
    padding: 0;
}

.menuH li
{
    padding: 0;
    /*margin: 0;
    display: block; TODO: I am testing them if they can be removed. If can, remove them.*/
    float: left;
    height: 36px;
    position: relative;/*move it into .menuH if you want submenu to be positioned relative to the whole menu instead of this li element*/
}
.menuH li:hover, .menuH li.onhover
{
    background: white url(bg.gif) repeat-x 0 -48px;
}

ul.menuH a
{
    padding: 0 30px;
    line-height: 36px; /*Note: keep this value the same as the height of .menuH and .menuH li */
    font-size: 12px;
    font-weight: bold;
    color: black;
    display: block;
    outline: 0;
    text-decoration: none;
	border-left: 1px solid #CCCCCC; 
}
.menuH a:hover
{
    color: red;
}
.menuH a.arrow
{
    background: url(arrow.gif) no-repeat right center;
}
.menuH ul a.arrow
{
    background: url(right.gif) no-repeat 97% center;
}
 
        
/*Used to align a top-level item to the right*/        
.menuH .menuRight
{
    float: right;
    margin-right: 0px;
}
        
/*for the top-level separators*/
.menuH li.separator
{
    font-size:0;
    overflow:hidden;
    border-left:1px solid #F7F7F7;
    border-right:1px solid #BBBBBB;
}
               
        
/*######sub level###########*/
        
ul.menuH ul
{
    width:200px;
    position: absolute;
    left: -9999px;
    border: 1px solid #DDD;
    border-top: 0; 
    background:#000000;     
    text-align: left;
    list-style: none; margin: 0;  
    /*Following 1px(padding-right) will determine how much it is overlapped by the sub-sub-menu */
    padding: 0 1px 10px 0;   
}

.menuH li li
{
    float: none;
    white-space:nowrap;
    height: 26px;
}
.menuH li li:hover, .menuH li li.onhover
{
    background:#f7f7f7;
}
.menuH ul a
{
    padding: 0 20px;
    line-height: 26px;
    font-size: 0.9em;
    font-weight: normal;
    color: #f3fc05;
    text-align: left;
}

.menuH ul a:hover
{
    color: red;
}

.menuH li:hover ul, .menuH li.onhover ul
{
    left: -1px;/*Use this property to change offset of the dropdown*/
    top: auto;
}

.menuH li:hover .dropToLeft, .menuH li.onhover .dropToLeft
{
    left: auto;
    right: -1px;
    top: auto;
}
.menuH ul ul
{
    border-top: 1px solid #DDD;
}

.menuH li:hover ul ul, .menuH li:hover ul ul ul, .menuH li:hover ul ul ul ul,
.menuH li.onhover ul ul, .menuH li.onhover ul ul ul, .menuH li.onhover ul ul ul ul
{
    left: -9999px;
    top:0;
}

.menuH li li:hover ul, .menuH li li li:hover ul, .menuH li li li li:hover ul,
.menuH li li.onhover ul, .menuH li li li.onhover ul, .menuH li li li li.onhover ul
{
    left: 200px;
}
        
/*####### special effects ##########*/
        
.decor1 
{
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari and Chrome */
    border-radius: 3px; /* Opera 10.5+, future browsers, and now also our behavior htc file */

    -moz-box-shadow: 0px 1px 4px #eee; /* Firefox */
    -webkit-box-shadow: 0px 1px 4px #eee; /* Safari and Chrome */
    box-shadow: 0px 1px 4px #eee; /* Opera 10.5+, future browsers and IE6+ using our behavior htc file */
            
}
.menuH ul 
{
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;

    -moz-box-shadow: 0px 6px 6px #CCC;
    -webkit-box-shadow: 0px 6px 6px #CCC;
    box-shadow: 0px 6px 6px #CCC;  
    
    /*for older IE browsers, the htc file fix will disable this feature when box-shadow was also applied.*/
    filter:alpha(opacity=90);
    opacity: 0.90;  
            
    /* Gradient background */
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EEEEEE)); 
}
/* ----------------- end of menu----------------*/  
/*--------------------Left Side Menu Bar Start---------------------*/
.left-menu-t-bg{
	background-image: url(http://www.americansealandpacking.com/seal/images/left-new-bg_01.png);
	background-repeat:no-repeat;
	height:18px;
	background-position: bottom;
}
.left-menu-m-bg{
	background-image: url(http://www.americansealandpacking.com/seal/images/left-new-bg_02.png);
	background-repeat:no-repeat;
	background-position: top;
	background-color:#b0b0b0;
	margin: 0px;
	padding: 0px;
}

.left-menu-b-bg{
	background-image: url(http://www.americansealandpacking.com/seal/images/left-new-bg_03.png);
	background-repeat:no-repeat;
	height:19px;
	background-position: top;
}
.left-menu-m-bg ul {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	}
	
.left-menu-m-bg ul li { 
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 5px;
	padding-left: 10px;
	margin: 0px;
	list-style:none;
	background-image: url(http://www.americansealandpacking.com/seal/images/left-pro-line.png);
	background-repeat: repeat-x;
	background-position: bottom;
	}
.left-menu-m-bg ul li:hover{
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 5px;
	padding-left: 10px;
}	

.left-menu-m-bg ul li a{
	color:#414141;
	text-decoration:none;	
}
.left-menu-m-bg ul li a:hover{
	color:#282828;
	text-decoration:none;
} 
.left-menus h2{
	background-image: url(http://www.americansealandpacking.com/seal/images/h2-left-bg.png);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/*--------------------Left Side Menu Bar End---------------------*/
.main-table {
	
}

.main-table .left-top {
	background-image:url(http://www.americansealandpacking.com/seal/images/bg-asps_01.png);
	background-position:right top;
	background-repeat:no-repeat;
	width:6px;
	height:39px;
	
}
.main-table .left-middle {
	background-image:url(http://www.americansealandpacking.com/seal/images/bg-asps_04.png);
	background-repeat:repeat-y;
	vertical-align:top;
	
}

.main-table .left-bottom {
	background-image:url(http://www.americansealandpacking.com/seal/images/bg-asps_07.png);
	background-repeat:no-repeat;
	
}

.main-table .center-middle {
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}


.main-table .center-top {
	background-image:url(http://www.americansealandpacking.com/seal/images/bg-asps_02.png);
	background-repeat:repeat-x;
	height:39px;
		
}

.main-table .center-bottom {
	background-image:url(http://www.americansealandpacking.com/seal/images/bg-asps_07-07.png);
	background-repeat:repeat-x;
		
}

.main-table .right-top {
	background-image:url(http://www.americansealandpacking.com/seal/images/bg-asps_03.png);
	background-repeat:no-repeat;
	width:6px;
	height:39px;
	
}

.main-table .right-middle {
	background-image:url(http://www.americansealandpacking.com/seal/images/bg-asps_05.png);
	background-repeat:repeat-y;
	vertical-align:top;
	width:6px;
		
}

.main-table .right-bottom {
	background-image:url(http://www.americansealandpacking.com/seal/images/bg-asps_08.png);
	background-repeat:no-repeat;
		
}

.main-table .center-top h1{
	font-family: Helvetica, Arial, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#FFF;  
	padding:3px 0px 0px 2px;  
} 

.pro-views{ font-family:Arial, Helvetica, sans-serif; text-transform:capitalize; }
.pro-views h1{
	color:#000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdcdc;
}.pro-views h1 span{ font-size:12px; color:#666;}
.pro-views strong{ color:#000; font-size:13px;}
.pro-views div { color:#FFF; font-family:Arial, Helvetica, sans-serif; text-transform:capitalize; font-size:12px; font-weight:bold; margin:0px; }
.pro-views div.h2-title{ padding-top:7px; padding-bottom:7px;background-image:url(http://www.americansealandpacking.com/seal/images/description-title.png); background-repeat:no-repeat; background-position:bottom left; border-bottom-width:2px; padding-left:5px;	border-bottom-style: solid;	border-bottom-color: #1e5b9c;
}

.pro-views .pro-code{
	color:#6f6f6f;
	font-weight:bold;
    font-size:13px;
}

.pro-views .price{
	color:#F00;
	font-weight:bold;
    font-size:14px;
	height:18px;
	padding:2px 0px 2px 0px;
}

h3{color:#FFF; font-family:Arial, Helvetica, sans-serif; text-transform:capitalize; font-size:11px; margin:0px;}
.h3-title{ background-image:url(http://www.americansealandpacking.com/seal/images/review-title.png); background-repeat:no-repeat; background-position:bottom left;border-bottom-width: 2px;
	border-bottom-style: solid; color:#FFF; font-family:Arial, Helvetica, sans-serif; text-transform:capitalize; font-size:11px; padding-top:7px; padding-bottom:7px;
	border-bottom-color: #1e5b9c; padding-left:10px;}
.download div{
	color:#000;
	font-weight:bold;
    font-size:12px;
}
.download ul{
	margin:4px 0px 0px 4px;
	padding:0px;
}
.download ul li{
	padding:0px;
	font-weight:normal;
    font-size:12px;
	list-style:none;
	vertical-align:middle;
}

.download ul li a{
	color:#339;
	text-decoration:none;
}
.download ul li a:hover{
	color:#000;
	text-decoration:none;
}