html, body {
    height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #2D2D2D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
    line-height: 13px;
	color: #707070;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 400;
	color: #414141;
}

h1{margin: 10px 0; font-size: 26px; line-height: 30px;}
h2{margin: 7px 0; font-size: 22px; line-height: 24px;}
h3{margin: 5px 0; font-size: 19px; line-height: 21px;}
h4{margin: 5px 0; font-size: 16px; line-height: 18px;}
h5{margin: 5px 0; font-size: 14px; line-height: 16px;}

p, ol, ul {
	margin-top: 0px;
}

p, ol {
	line-height: 160%;
}

strong {
	color: #454545;
}

.noborder{border: 0px !important;}
.nobg{background: none !important;}
.nomargin{margin: 0 !important;}

a {
	color: #4b637e;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin-top: 5px;
	margin-right: 30px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

.h_line{clear: both; height: 10px; border-bottom: 1px solid #CCC;}
.txtleft{text-align: left !important;}
.txtright{text-align: right !important;}
.txtmiddle{vertical-align: middle !important;}


/** WRAPPER */

#wrapper {
	overflow: hidden;
	background: #FFFFFF url(http://mkt-intl.com/uploads/MARKETECH/images/wrapper-bg.jpg) repeat-x left top;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	/*overflow: hidden;*/
	height: 172px;
	position: relative;
}

#header #header-phone {
    color: #404142;
    font-family: 'Maven Pro', sans-serif;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 45px;
    z-index: 10;
}

#header #header-phone .email {
    margin-left: 10px;
}

#header #header-phone .email a {
    color: #404142;
    text-decoration: none;
}

#header #header-phone .email a:hover {
    text-decoration: underline;
}

/** Right side menu+logo+emblem**/

#menu_logo_wrapper {
    max-width: 710px;
    position: absolute;
    top: 9px;
    left: 0px;
    overflow: hidden;
    z-index: 2;
    padding-top: 23px;
}

#menu_logo_wrapper .logo {
    float: left;
    height: 73px;
/*background: url(http://www.mobileconveniencemart.com/uploads/MARKETECH/images/lower-triangle-bg.png) no-repeat left bottom;*/
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    width: 100%;
}

#menu_logo_wrapper .logo div {
    height: 58px;
    margin: 0px;
    display: block;
    background: #4b637e;
    line-height: 58px;
    text-align: left;
    float: left;
    vertical-align: bottom;
    margin-bottom: 15px;
    width: 620px;
}

#menu_logo_wrapper .logo div a {
    letter-spacing: 0px;
    text-align: center;
    text-decoration: none;
    font-size: 35px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-left: 22px;
    text-shadow: 0px 1px 1px #04759a;
    -moz-text-shadow: 0px 1px 1px #04759a;
    -webkit-text-shadow: 0px 1px 1px #04759a;
    filter: progid:DXImageTransform.Microsoft.Shadow(direction=155,strength=3,color=04759a);
}

#menu_logo_wrapper .emblem {
    position: absolute;
    z-index: 3;
    top: 0;
    right: -18px;
}

#menu_logo_wrapper .emblem img {
    width: 175px;
}

/** LOGO */


/* old safe 
#logo {
	float: left;
	height: 74px;
	padding-top: 34px;
	margin: 0px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
}

#logo h1 {
	height: 73px;
}

#logo h1 span {
	display: block;
	height: 58px;
	background: #4b637e;
	line-height: 58px;
	letter-spacing: 0px;
	text-align: center;
	text-decoration: none;
	font-size: 35px;
	color: #FFFFFF;
	padding: 0 25px 0 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-shadow: 0px 1px 1px #04759a;
	-moz-text-shadow: 0px 1px 1px #04759a;
	-webkit-text-shadow: 0px 1px 1px #04759a;
}

#logo h1 a {
	display: block;
	height: 73px;
	background: url(http://mkt-intl.com/uploads/MARKETECH/images/lower-triangle-bg.png) no-repeat left bottom;
	text-decoration: none;
}*/



/** MENU */

#menu-wrapper {
	float: left;
	width: 629px;
	margin-left: 23px;
}

#menu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 27px;
	letter-spacing: -1px;
	line-height: 27px;
	text-decoration: none;
	font-family: 'Maven Pro', sans-serif;
	font-size: 18px;
	color: #404142;
    /*z-index: 1;*/
    float:left
}

#menu ul {
        padding-left: 0;
        z-index: 1;
}

#menu li:first-child {
        border-left: none; 
}

#menu li {
	display: inline-block;
	border-left: solid 1px #636363;
	height: 27px;
    position: relative;
    /*z-index: 2;*/
    float: left;
}

#menu li.active a {
        color: #fff !important;
}

#menu a {
	display: block;
	height: 27px;
	text-decoration: none;
	color: #404142;
}

#menu a:hover {
	background: #393939;
	text-decoration: none;
	color: #FFFFFF;
}

#menu .arrow {
}

#menu span {
	display: inline-block;
	height: 27px;
	padding: 0px 9px 0px 9px;
}

#menu li.active {
	background: #393939;
	color: #FFFFFF;
}

#menu .arrow {
}

#menu li ul {
        display:none;
        z-index: 3;
}

/** DROPOTRON */

.dropotron li.opener {
}

.dropotron {
	width: 214px;
	padding: 20px 0px 20px 0px;
	background: url(http://mkt-intl.com/uploads/MARKETECH/images/menu-dropotron-bg.png) repeat left bottom;
	list-style: none;
	font-family: 'Maven Pro', sans-serif;
	font-size: 15px;
	color: #D6D7D7;
}

.dropotron a, .dropotron span {
	display: block;
	line-height: 34px;
	border-top: 1px solid #4D4D4D;
	text-decoration: none;
	color: #D2D3D3;
}

.dropotron li {
	height: 34px;
	padding: 0px 24px 0px 24px;
	color: #D2D3D3;
        z-index: 4;
}

.dropotron li:hover {
}

.dropotron li:hover > a, .dropotron li:hover > span {
}

.dropotron li .arrow {
}

.dropotron .first a {
	border-top: none;
}

.dropotron li:hover > span {
}

/** SEARCH */

#search {
	width: 280px;
	position: absolute;
	top: 0;
	right: 0;
}

#search form {
	float: right;
	margin: 0px;
	padding: 84px 0px 0px 10px;
	height: 52px;
	background: url(http://mkt-intl.com/uploads/MARKETECH/images/search-bottom-bg.png) no-repeat right bottom;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input.blank {
	color: #A7A7A7;
}

#search-text {
	outline: none;
	float: left;
	width: 223px;
	height: 37px;
	padding: 0px 0px 0px 10px;
	background: #FFFFFF;
	border: none;
	letter-spacing: -1px;
	line-height: 37px;
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #696969;
}

#search-submit {
	float: right;
	width: 37px;
	height: 37px;
	background: url(http://mkt-intl.com/uploads/MARKETECH/images/search-icon-bg.jpg) no-repeat left top;
	border: none;
	text-indent: -999999em;
}



/** PAGE */

#page-wrapper {
	overflow: hidden;
	padding: 0px 0px 50px 0px;
	background: url(http://mkt-intl.com/uploads/MARKETECH/images/page-wrapper-bg.jpg) no-repeat center top;
}

.homepage #page {
	width: 1000px;
	margin: 0px auto;
	padding: 0px 0px 50px 0px;
}

#page {
	overflow: hidden;
	width: 950px;
	padding: 0px 25px;
}

/** CONTENT */

#content {
	float: left;
	width: 630px;
	padding: 25px 35px 0px 0px;
	border-right: 1px solid #CCCCCC;
}

.two-column2 #content {
	float: right;
	padding: 0px 0px 0px 15px;
	/*border-left: 1px solid #CCCCCC;*/
	border-right: none;
}

#content h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 25px;
    line-height: 26px;
}

    #content ul li{
        padding: 4px 0px;
        line-height: 15px;   
        margin-bottom: 0px !important;
        padding-bottom: 5px !important;
    }


/** CONTENT */

#title {
	text-align: center;
	padding-top: 20px;
}
#title span {
	padding: 0px 25px 0px 25px;
	color: #2d2d2d;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

#wide-content {
}

#wide-content h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -3px;
	font-size: 35px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 290px;
}

.two-column2 #sidebar {
	float: left;
}

#sidebar h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -2px;
	font-size: 25px;
}

#sidebar h2 a {
    color: #414141;
    text-decoration: none;
}

/** FOOTER HOME **/

#footer_scm {
    overflow: hidden;
    background: #FFFFFF;
    padding-bottom: 35px;
}

#footer_scm .inner_box {
    border-top: 1px solid #CCCCCC;
}

#footer_scm .inner_box .box_container {
    float: left;
    width: 332px;
    margin-top: 20px;
    border-left: 1px solid #CCCCCC;
    min-height: 270px;
}

#footer_scm .inner_box .box_container:first-child {
    width: 333px;
    border-left: none;
}

#footer_scm .box {
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

#footer_scm .box ul {
    list-style: none;
    padding-left: 25px;
}

#footer_scm .box .box_head {
    display: block;
    height: 63px;
    margin: 0px;
    padding-right: 15px;
    background: url(http://mkt-intl.com/uploads/MARKETECH/images/link-style2-pointer-bg.png) no-repeat right top;
}

#footer_scm .box .box_head a {
    display: block;
    height: 63px;
    background: url(http://mkt-intl.com/uploads/MARKETECH/images/link-style2-bottom-bg.png) no-repeat left bottom;
    text-decoration: none;
}

#footer_scm .box .box_head a .d1 {
    display: table;
    height: 48px;
    background: #4b637e;
    overflow: hidden;
    width: 100%;
}

#footer_scm .box .box_head a .d1 .d2 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

#footer_scm .box .box_head a .d1 .d2 .d3 {
    letter-spacing: -1px;
    font-family: 'Maven Pro', sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    text-shadow: 0px 1px 1px #04759a;
    -moz-text-shadow: 0px 1px 1px #04759a;
    -webkit-text-shadow: 0px 1px 1px #04759a;
}

#footer_scm .box ul li {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
    color: #414141;
    font-size: 15px;
    width: inherit;
    margin-right: 6px;
    margin-bottom: 11px;
    padding: 4px;
}

#footer_scm .box ul li:hover {
    background: #404142;
    color: #FFFFFF;
} 

#footer_scm .box ul li a {
text-decoration: none;
color: inherit;
}

/** FOOTER */

#footer {
	overflow: hidden;
	height: 150px;
	border-top: 1px solid #393939;
}

#footer p {
	margin: 0px;
	padding: 50px 0px 0px 0px;
	text-align: center;
	color: #444444;
}

#footer a {
	color: #444444;
}

/** FOOTER CONTENT */

#footer-content {
	overflow: hidden;
	width: 950px;
	margin: 0px auto;
	padding: 50px 0px;
	color: #707070;
}

#footer-content h2 {
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
	color: #C5C5C5;
}

#footer-content ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer-content li {
	padding: 10px 0px 14px 0px;
	border-top: 1px solid #383838;
}

#footer-content li a {
	color: #707070;
}

#footer-content .first {
	padding-top: 0px;
	border-top: none;
}

#footer-content #column1 {
	float: left;
	width: 185px;
	padding: 20px 34px 20px 0px;
	border-right: 1px solid #393939;
}

#footer-content #column2 {
	float: left;
	width: 185px;
	padding: 20px 34px 20px 35px;
	border-right: 1px solid #393939;
}

#footer-content #column3 {
	float: left;
	width: 440px;
	padding: 20px 0px 20px 35px;
}

/** CONTENT */

#contact-wrapper {
	overflow: hidden;
	height: 107px;
	background: #353535;
	color: #969696;
}

#contact {
	width: 950px;
	padding: 37px 25px 0px 25px;
}

#contact a {
	color: #969696;
}

#contact .link1 {
	display: inline-block;
	height: 32px;
	margin-left: 20px;
	padding-left: 45px;
	line-height: 32px;
	background: url(http://mkt-intl.com/uploads/MARKETECH/images/contact-icon-01.png) no-repeat left top;
}

#contact .link2 {
	display: inline-block;
	height: 32px;
	margin-left: 20px;
	padding-left: 45px;
	line-height: 32px;
	background: url(http://mkt-intl.com/uploads/MARKETECH/images/contact-icon-02.png) no-repeat left top;
}

#contact .link3 {
	display: inline-block;
	height: 32px;
	margin-left: 20px;
	padding-left: 45px;
	line-height: 32px;
	background: url(http://mkt-intl.com/uploads/MARKETECH/images/contact-icon-03.png) no-repeat left top;
}

#contact .link4 {
	display: inline-block;
	height: 32px;
	margin-left: 20px;
	padding-left: 45px;
	line-height: 32px;
	background: url(http://mkt-intl.com/uploads/MARKETECH/images/contact-icon-04.png) no-repeat left top;
}

/** BANNER */

#banner-wrapper {
	overflow: hidden;
	height: 355px;
	background: url(http://mkt-intl.com/uploads/MARKETECH/images/banner-wrapper-bg.jpg) no-repeat center top;
}

#banner {
	overflow: hidden;
	height: 355px;
        z-index: 20;
}

/** TWO COLUMN 1 */

#two-column1 {
	overflow: hidden;
	width: 950px;
	padding: 50px 25px 25px 25px;
	border-bottom: 1px solid #CCCCCC;
	background: url(http://mkt-intl.com/uploads/MARKETECH/images/page-shadow-bg.jpg) no-repeat left top;
}

#two-column1 #colA {
	float: left;
	width: 610px;
	padding: 20px 34px 0px 0px;
	border-right: 1px solid #CCCCCC;
}

#two-column1 #colA h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -3px;
	font-size: 35px;
}

#two-column1 #colB {
	float: right;
	width: 270px;
	padding: 20px 0px 0px 0px;
}

#two-column1 #colB h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -2px;
	font-size: 25px;
}

/** TWO COLUMN 2 */
#two-column2_B {
    overflow: hidden;
	width: 950px;
	padding: 25px 25px;
    padding-bottom: 0px;
}

#two-column2_B #colC {
	float: left;
	width: 440px;
	padding: 0px 34px 0px 0px;
	border-right: 1px solid #CCCCCC;
}

#two-column2_B #colD {
	float: right;
	width: 440px;
	padding: 0px 0px 0px 0px;
}

#two-column2 {
	overflow: hidden;
	width: 950px;
	padding: 25px 25px;
	border-bottom: 1px solid #CCCCCC;
}

#two-column2 #colC {
	float: left;
	width: 440px;
	padding: 0px 34px 0px 0px;
	border-right: 1px solid #CCCCCC;
}

#two-column2 #colD {
	float: right;
	width: 440px;
	padding: 0px 0px 0px 0px;
}

/** FOUR COLUMNS */

#four-column-content {
	overflow: hidden;
	width: 950px;
	padding: 25px 25px;
}

#four-column-content h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 25px;
	color: #414141;
}

#four-column-content #fbox1 {
	float: left;
	width: 185px;
	padding: 20px 34px 0px 0px;
}

#fbox2 h3{
	color: #33a3a3a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 10px;
}

#fbox3 h3{
	color: #33a3a3a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 10px;
}

#fbox4 h3{
	color: #33a3a3a;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 10px;
}

#four-column-content #fbox2 {
	float: left;
	width: 185px;
	padding: 0px;
	/*border-left: 1px solid #CCCCCC;*/
    margin-right: 100px;
}

#four-column-content #fbox3 {
	float: left;
	width: 185px;
	padding: 0px 95px;
	border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

#four-column-content #fbox4 {
	float: right;
	width: 185px;
	padding: 0px 0px 0px 0px;
	/*border-left: 1px solid #CCCCCC;*/
}

/** LINK STYLE 1 */

.link-style1 {
	display: block;
	height: 48px;
	margin: 0px;
	padding-right: 15px;
	background: url(http://mkt-intl.com/uploads/MARKETECH/images/link-style1-pointer-bg.png) no-repeat right top;
}

.link-style1 a {
	display: block;
	height: 48px;
	padding: 0px 0px 0px 20px;
	background: #434343;
	line-height: 48px;
	letter-spacing: -1px;
	text-decoration: none;
	font-family: 'Maven Pro', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

/** LINK STYLE 2 */

.link-style2 {
	display: block;
	height: 63px;
	margin: 0px;
	padding-right: 15px;
	background: url(http://mkt-intl.com/uploads/MARKETECH/images/link-style2-pointer-bg.png) no-repeat right top;
}

.link-style2 span {
	display: block;
	height: 48px;
	padding: 0px 0px 0px 20px;
	background: #4b637e;
	line-height: 48px;
	letter-spacing: -1px;
	text-decoration: none;
	font-family: 'Maven Pro', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #04759a;
	-moz-text-shadow: 0px 1px 1px #04759a;
	-webkit-text-shadow: 0px 1px 1px #04759a;
}

.link-style2 a {
	display: block;
	height: 63px;
	background: url(http://mkt-intl.com/uploads/MARKETECH/images/link-style2-bottom-bg.png) no-repeat left bottom;
	text-decoration: none;
}

/** LINK STYLE 3 */

.link-style3 {
	display: block;
	height: 63px;
	margin: 30px 0px 0px 0px;
	padding-right: 15px;
	background: url(http://mkt-intl.com/uploads/MARKETECH/images/link-style2-pointer-bg.png) no-repeat right top;
}

.link-style3 a {
	display: block;
	height: 63px;
	background: url(http://mkt-intl.com/uploads/MARKETECH/images/link-style2-bottom-bg.png) no-repeat left bottom;
	text-decoration: none;
}

.link-style3 span {
	display: block;
	height: 48px;
	padding: 0px 0px 0px 15px;
	background: #4b637e;
	line-height: 48px;
	letter-spacing: -1px;
	font-family: 'Maven Pro', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 0px 1px 1px #04759a;
	-moz-text-shadow: 0px 1px 1px #04759a;
	-webkit-text-shadow: 0px 1px 1px #04759a;
}


/** LINK STYLE 4 */

.link-style4 {
	display: block;
	height: 63px;
	margin: 10px 15px 0px 0px;
	padding-right: 15px;
	background: url(http://mkt-intl.com/uploads/MARKETECH/images/link-style4-pointer-bg.png) no-repeat right top;
}

.link-style4 a {
	display: block;
	height: 63px;
	background: url(http://mkt-intl.com/uploads/MARKETECH/images/link-style4-bottom-bg.png) no-repeat left bottom;
	text-decoration: none;
}

.link-style4 span {
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0px 20px 0px 20px;
	background: #4b637e;
	letter-spacing: -1px;
	text-decoration: none;
	font-family: 'Maven Pro', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #04759a;
	-moz-text-shadow: 0px 1px 1px #04759a;
	-webkit-text-shadow: 0px 1px 1px #04759a;
}

/** LINK STYLE 5 */

.link-style5 {
	display: block;
	height: 63px;
	margin: 10px 0px 0px 0px;
	padding-right: 15px;
	background: url(http://mkt-intl.com/uploads/MARKETECH/images/link-style5-pointer-bg.png) no-repeat right top;
}

.link-style5 a {
	display: block;
	height: 63px;
	background: url(http://mkt-intl.com/uploads/MARKETECH/images/link-style5-bottom-bg.png) no-repeat left bottom;
	letter-spacing: -1px;
	text-decoration: none;
	font-family: 'Maven Pro', sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

.link-style5 span {
	display: block;
	height: 48px;
	padding: 0px 20px 0px 20px;
	background: #808080;
	line-height: 48px;
}

/** LINK ALIGNMENT STYLE */

.link-alignleft {
	float: left;
}

.link-alignright {
}

/** LIST STYLE 1 */

ul.style1 {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
}

ul.style1 li {
	padding: 0px 0px 15px 0px;
}

/** SLIDESHOW */

#slider {
	margin: 0 auto;
	width: 1000px;
	height: 355px;
	position: relative;
}

#slider .viewer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1000px;
	height: 355px;
	overflow: hidden;
}

#slider .reel {
}

#slider .slide {
	width: 1000px;
	height: 355px;
}

#slider .slide .image {
	position: absolute;
	top: 0px;
	left: 0px;
}

#slider .slide .caption {
	display: none;
}

#slider .captions {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 1000px;
	height: 103px;
	background: url(http://mkt-intl.com/uploads/MARKETECH/images/slider-caption-bg.png) repeat-x left top;
}

#slider .captions .captionLine {
	display: block;
	padding-top: 25px;
	padding-left: 25px;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 300;
	font-size: 25px;
}

#slider .captions .captionLine h2 {
	margin: 0px;
	padding: 0px;
	letter-spacing: -2px;
	font-size: 25px;
	color: #FFFFFF;
}

#slider .captions .captionLine h2 a {
    text-decoration: none;
    color: #FFFFFF;
}

#slider .captions .captionLine p {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7E7E7E;
}

#slider .captions .captionLine2 {
}

#slider .navigation {
	position: absolute;
	bottom: 0;
	right: 0px;
	width: 100px;
	height: 279px;
	text-indent: -999999em;
	z-index: 11;
	outline: 0;
}

#slider .previous-button {
	position: absolute;
	bottom: 34px;
	right: 65px;
	width: 16px;
	height: 32px;
	background: url(http://mkt-intl.com/uploads/MARKETECH/images/slider-previous-bg.png) no-repeat left top;
	outline: 0;
}

#slider .next-button {
	position: absolute;
	bottom: 34px;
	right: 25px;
	width: 16px;
	height: 32px;
	background: url(http://mkt-intl.com/uploads/MARKETECH/images/slider-next-bg.png) no-repeat left top;
	outline: 0;
}

#slider .border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(http://mkt-intl.com/uploads/MARKETECH/images/slider-inner-shadow.png) no-repeat left top;
	z-index: 10;
}

/** BOXES */

/* new boxes */

.top_side_box {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.top_side_box ul {
    list-style: none;
    padding-left: 20px;
    margin-bottom:20px;
}

.top_side_box .box_head {
    display: block;
    height: 63px;
    margin: 0px;
    padding-right: 15px;
    background: url(http://mkt-intl.com/uploads/MARKETECH/images/link-style2-pointer-bg.png) no-repeat right top;
}

.top_side_box .box_head a {
    display: block;
    height: 63px;
    background: url(http://mkt-intl.com/uploads/MARKETECH/images/link-style2-bottom-bg.png) no-repeat left bottom;
    text-decoration: none;
}

.top_side_box .box_head a .d1 {
    display: table;
    height: 48px;
    background: #4b637e;
    overflow: hidden;
    width: 100%;
}

.top_side_box .box_head a .d1 .d2 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

.top_side_box .box_head a .d1 .d2 .d3 {
    letter-spacing: -1px;
    font-family: 'Maven Pro', sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    text-shadow: 0px 1px 1px #04759a;
    -moz-text-shadow: 0px 1px 1px #04759a;
    -webkit-text-shadow: 0px 1px 1px #04759a;
}

.top_side_box ul li {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
    color: #414141;
    font-size: 13px;
    width: inherit;
}

.top_side_box ul li:hover {
    background: #4b637e !important;
    color: #FFFFFF;
} 

.top_side_box ul li.active {
    background: #f0f0f0;
}

.top_side_box ul li a {
text-decoration: none;
color: inherit;
width: 95% !important;
display:block;
    margin-right: 6px;
    margin-bottom: 2px;
    padding-top: 2px;
    padding-bottom: 4px;
    padding-left: 6px;
}

.top_side_box ul li a:hover {
text-decoration: none;
color: inherit;
width: 95% !important;
display:block;
}

/* category side box */

.category_side_box {
    padding: 0px;
    border-top: 1px solid #CCCCCC;
}

.category_side_box:first-child {
    border-top:none;
    margin-top:10px;
}

.category_side_box .box_head h2 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    
}

.category_side_box .box_head h2 a {
    width: 100%;
    display:block;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.category_side_box .box_head h2 div {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}


.category_side_box .box_head h2 a:hover {
    background: #4b637e;
    color: white !important;
}

.category_side_box ul {
    list-style: none;
    width: inherit;
    padding-left: 0px;
    padding-bottom: 6px;
}

.category_side_box ul li {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
    color: #414141;
    font-size: 13px;
    width: inherit;
    margin-right: 6px;
    margin-bottom: 2px;
    padding-left: 0px;
}

.category_side_box ul li a {
    text-decoration: none;
    padding: 3px;
    padding-bottom: 7px;
    padding-top: 7px;
    display:block;
}

.category_side_box ul li a.active {
    background: #4b637e;
    color: white;
}

.category_side_box ul li a:hover {
    text-decoration: none;
    background: #4b637e;
    color: white;
    padding: 3px;
    padding-bottom: 7px;
    padding-top: 7px;
    display:block;
}

.category_side_box ul ul {
    display: none;
    margin-left: 20px;
}

.category_side_box ul li.active ul {
    display: block;
}

.category_side_box ul ul li a {
    color: #414141;
    padding-top: 2px;
    padding-bottom: 4px;
}

.category_side_box ul ul li a.active {
    color: #414141;
    background: #f0f0f0;
}

.category_side_box ul ul li a:hover {
    background: #4b637e;
    color: #fff;
    padding-top: 2px;
    padding-bottom: 4px;
}

/* new boxes end */



#box1 {
border-bottom: 1px solid #CCCCCC;
}


	#box1 .link-style3 {
		display: inline-block;
		margin: 0px 0px 0px 0px;
	}

	#box1 .link-style3 span {
		padding-right: 20px;
		width: 245px;
	}

	#box1 ul {
		margin-left: 15px;
		padding: 0px;
		text-decoration: none;
		width: 229px;
	}

	#box1 li {
		list-style: none;
		padding-left: 15px;
		width: 229px;
		padding: 0px;
	}


	#box1 ul li a {
		text-decoration: none;
		color: #2b2b2b;
		width: 229px;
		padding: 5px 5px 5px 15px;
		display: block;
	}

	#box1 ul li a:hover {
		text-decoration: none;
		background: #4b637e;
		width: 229px !important;
		color: white;
		padding: 5px 5px 5px 15px;
	}

	#box1 ul li a.active
	{ 
	background: #f0f0f0;
	color: black;
	}



#box2 {
	overflow: hidden;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
}

#box3 {
	overflow: hidden;
	padding-top: 0px;
}

#box4, #box5 {
	overflow: hidden;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
}

	#box2 ul, #box3 ul, #box4 ul, #box5 ul {
		padding: 0px;
		text-decoration: none;
		width: 229px;
		margin-bottom: 20px;
	}

	#box2 li, #box3 li, #box4 li, #box5 li {
		list-style: none;
		padding-left: 15px;
		width: 229px;
		padding: 0px;
	}

	#box2 ul li a, #box3 ul li a, #box4 ul li a, #box5 ul li a{
		text-decoration: none;
		padding: 3px;
		display: block;
	}

	#box2 ul li a:hover, #box3 ul li a:hover, #box4 ul li a:hover, #box5 ul li a:hover, #box2 ul li a.active, #box3 ul li a.active, #box4 ul li a.active, #box5 ul li a.active{
		text-decoration: none;
		background: #4b637e;
		color: white;
		padding: 3px;
	}

	#box1 h2, #box2 h2, #box3 h2, #box4 h2, #box5 h2 {
	padding: 10px 0px 10px 0px;
	letter-spacing: -2px;
	font-size: 25px;
	}

/** TABS */


#tabs {
	background: white;
	width: 560px;
	padding: 20px;
	position: relative;
	box-shadow: 0 -5px 10px -8px black;
	-webkit-box-shadow: 0 -5px 10px -8px black;
	-moz-box-shadow: 0 -5px 10px -8px black;
	margin-top: 36px;
}

#tabs1 span {
	color: #4b637e;
	font-family: 'Maven Pro', sans-serif;
	font-size: 32px;
	letter-spacing: -1px;
}

ul.tabs {
	margin: 0;
	padding: 0;
	font-size: 21px;
	font-weight: normal;
	position: absolute;
	left: 0px;
	top: -30px;
	z-index: 1;
}

ul.tabs li {
	display: block;
	float: left;
	margin: 0 12px 0 0;
	padding: 0;
}

ul.tabs li a {
display: block;
float: left;
padding: 5px 10px;
font-size: 0.8em;
background-color: #ededed;
color: #333;
text-decoration: none;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
box-shadow: 0px -7px 17px -9px black inset;
text-shadow: none;
}

.selected {
font-weight: bold;
background: #a6c32f !important;
box-shadow: none !important;
color: #fff !important;
text-shadow: 0px 1px 0px #384406; !important;
}

.tab-content {

}

.shadow_right {
position: absolute;
right: -15px;
top: -7px;
}

.shadow_left {
position: absolute;
left: -15px;
top: -15px;
}

#Niobium {
	float: left;
	width: 180px;
	margin-top: 20px;
}

#Penteoxide {
	float: left;
	width: 143px;
	margin-top: 45px;
	margin-left: 113px;
}

#Sheets {
	float: left;
	width: 256px;
	margin-top: 20px;
}

#Rods{
	float: left;
	width: 246px;
	margin-top: 45px;
	margin-left: 39px;
}

	#Niobium h5, #Penteoxide h5, #Sheets h5, #Rods h5 {
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	margin-top: 10px;
	}

/** TABLE */


table {
	border-collapse:collapse;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	width:100%;
	text-align: left;
	margin-top: 30px;
}

	table td {
		border: solid 1px #ccc;
		vertical-align: top;
		text-align: center;
        padding: 3px;
	}
    
    table.cols td{
        text-align: left;
        border: 0px;
        padding-bottom: 20px;
    }
    
    table.txtleft td{
        text-align: left !important;
    }
        table.txtleft td{
            line-height: 15px;
        }
    
    table.blue td{
        background: #D6E9F0;
    }
    
    
    table.noborder td, table.noborder, td.noborder{
        border: 0px;
    }
    

.form td{
border: 0;
cellpadding: 0;
cellspacing: 0;
text-align: left;
width: 150px;
}

/*Style For Tabs*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}


/*---------photo boxes------------------*/
.photo_box{
    float: left;
    margin-bottom: 25px;
    width: 247px;
}
    .photo_box img{
        border: 1px solid #000;    
    }
    .photo_box.last{
        margin-left: 90px;
    }


/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

/*Stop Style*/

/*Some more custom style*/

.custom_header {
    margin-top: 0px !important;
}

.custom_inner_menu {
    list-style: none !important;
    padding: 10px 0px 0px !important;
    margin: 0 !important;
}
.custom_inner_menu li {
    float: left;
    background-color: rgb(211, 211, 211);
    margin: 0px 5px 1px;
    -webkit-border-top-left-radius: 11px;
    -webkit-border-top-right-radius: 11px;
    -moz-border-radius-topleft: 11px;
    -moz-border-radius-topright: 11px;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
}
.custom_inner_menu a {
    color: rgb(37, 37, 37);
    text-decoration: none;
    margin: 0;
    padding: 0 10px;
}
.custom_inner_menu li.active_inner {
    /*padding: 10px 5px 10px!important;
    margin-top: -9px !important;*/
    margin-bottom: 0px !important;
    padding-bottom: 5px !important;
    background-color: #d9b457;
}
.inner_menu_clear {
    clear: both;
}

#styling_box {
    /*border: 3px solid #d9b457;*/
    padding: 10px 20px !important;
    margin: 0 !important;
    border-top: 3px solid #d9b457;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d9b457), to(#fff));
	background-image: -webkit-linear-gradient(#d9b457, #fff);
	background-image:
	    -moz-linear-gradient(#d9b457, #fff),
	    -moz-linear-gradient(#d9b457, #fff);
	background-image:
	    -o-linear-gradient(#d9b457, #fff),
	    -o-linear-gradient(#d9b457, #fff);
	background-image: 
	    linear-gradient(#d9b457, #fff),
	    linear-gradient(#d9b457, #fff);
	-moz-background-size: 3px 100%;
	background-size: 3px 100%;
	background-position: 0 0, 100% 0;
	background-repeat: no-repeat;	 
}

.link_inner_custom {
    color: #a2853f;
    padding: 10px 0;
    margin-left: -20px;
}

/* ***************************breadcrumbs********************************* */

.c2_breadcrumbs {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 18px;
    left: 0;
    z-index: 3;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
    color: #d9b457;
}

.c2_breadcrumbs a {
    text-decoration: none;
    color: #d9b457;
}

.c2_breadcrumbs a:hover, .c2_breadcrumbs a:active {
    text-decoration: underline !important;
}


/** breadcrumbs inner **/

.c2_breadcrumbs_inner {
    display:block;
    height:50px;
}

.c2_breadcrumbs_inner div{
    margin-top:4px;
    
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
    color: #d9b457;
    word-spacing: -2px;
    vertical-align:middle;
    line-height:18px;
}

.c2_breadcrumbs_inner div>:first-child {
    font-size: 17px !important;
    color: #707070 !important;
    text-decoration: none;
}

.c2_breadcrumbs_inner a {
    text-decoration: none;
    color: #d9b457;
}

.c2_breadcrumbs_inner a:hover, .c2_breadcrumbs a:active {
    text-decoration: underline !important;
}

/*                     site-map                 */

.siteMapDiv {
font-family: 'Maven Pro', sans-serif;
font-weight: 400;
color: #d9b457;
word-spacing: -2px;
line-height: auto;
}

.siteMapDiv li span {
font-weight: bold;
}

.siteMapDiv li a span {
font-weight: normal;
}

/*** CONTENT HIDE ***/
#content .hide {
    display: none;
}


#footer_logo{
    display: block;
    margin: 10px auto;
    width: 150px;
    height: 32px;
    background: url("/uploads/images/design/seattlewebdesign.jpg") no-repeat top left;
}

#footer_logo:hover{
    background: url("/uploads/images/design/seattlewebdesign.hover.jpg") no-repeat top left;
}


/* Stylesheet: MARKETECH Modified On 2015-01-12 14:26:23 */
