﻿/* ==========================================================================
   Fonts
   ========================================================================== */
   
@font-face {
	font-family: 'itc_officina_sans_stdbook';
	src: url('/font/officinasansstd-book-webfont.eot');
	src: url('/font/officinasansstd-book-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/font/officinasansstd-book-webfont.woff') format('woff'),
		 url('/font/officinasansstd-book-webfont.ttf') format('truetype'),
		 url('/font/officinasansstd-book-webfont.svg#itc_officina_sans_stdbook') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'officinasanitcmedium';
	src: url('/font/officina-webfont.eot');
	src: url('/font/officina-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/font/officina-webfont.woff') format('woff'),
		 url('/font/officina-webfont.ttf') format('truetype'),
		 url('/font/officina-webfont.svg#officinasanitcmedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'Arimo', sans-serif;
    letter-spacing:1px;
}
   
/* ==========================================================================
   Base styles
   ========================================================================== */

html,
button,
input,
select,
textarea {
	color: #222;
}

html {
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

audio,
canvas,
img,
video {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.upper
{
    text-transform:uppercase;
    }
.blue
{
    
    color:#2C89E6;
    
    }
.underline
{
    text-decoration:underline;
    }
.bold
{
    font-weight:bold;
    }
.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

#siteWrap
{
    width:1036px;
    position:relative;
    margin:0px auto;
    }
#topMenu
{
    width:100%;
    height:30px;
    line-height:30px;
    background-color:#2c89e6;
    position:relative;
    }
#topMenu p.underline.bold
{
    cursor:pointer;
    }
#topMenu p#viewCart
{
    cursor:pointer;
    }
#topMenu #topMenuLogin
{
    position:relative;
    float:right;
    color:#fff;
    }
#topMenu #topMenuLogin p
{
    position:relative;
    display:inline;
    margin-left:20px;
    margin-right:20px;
    
    }
#header
{
    width:100%;
    height:129px;
    position:relative;
    }

#header .logo
{
    position:relative;
    float:left;
    z-index:50000;

    }



#header .logo img
{

    height:100%;
    width:100%;
    }


#header #leftWrap .logo
{
    position:relative;
    float:left;
    z-index:1;
    cursor:pointer;
    }
#header #rightWrap,#header #leftWrap
{
    position:relative;
    display:inline-block;
    }
#header #rightWrap
{
    
    display:block;
    }
#header #leftWrap
{
    float:left;
    }
#header #topRightWrap, #header #bottomRightWrap
{
    height:180px;
    position:relative;
    top:0px;
    
    }
#header #bottomRightWrap
{
    height:20px;
    }
#header #searchBtn
{
    height:30px;
    width:36px;
    position:relative;
    top:-0px;
    background-image:url('../img/searchButton.png');
    background-repeat:no-repeat;
    background-color:transparent;
    background-position:-2px -2px;
    -webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
    }
    
#header #searchButtonWrap
{
    right:10px;
    dipslay:inline-block;
    position:relative;
    float:right;
    top:20px;
    }

#header #searchTxt
{
    border-right:0px;
    
    width:200px;
    position:relative;
    background-color:#efefef;
    }
ul.nav
{
    position:relative;
    margin:0px;
    padding:0px;
    float:right;
    right:10px;
    }
ul.nav li
{
    display:inline;
    margin:5px 20px;
    padding:2px 5px; 
    cursor:pointer;
    text-transform:uppercase;
    }
ul.nav li.active
{
    -webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
background-color:#000;
color:#fff;
    
    }
ul.nav li.last
{
    margin-right:0px;
    }
    
    
/*
    default
*/

div.topRow
{
    width:100%;
    background-color:#efefef;
    /* border-top:1px solid #cccccc; */
    }
.centerText
{
    position:relative;
    display:block;
    margin:0px auto;
    width:400px;
    padding:10px 0px;
    }
div.topRow div p 
{
    display:inline;
    position:relative;
    font-size: 15px;
}
div.topRow span p.blue
{
    text-transform:uppercase;
    }
    
    
 /*
    nivo
*/   

div.nivo-directionNav a
{
    background-image:url('/img/back.png');
    background-repeat:no-repeat;
    height:346px;
    width:36px;
    top:0px;
    }
div.nivo-directionNav a.nivo-nextNav
{
    background-image:url('/img/forward.png');
    background-repeat:no-repeat;
    }
    
div.nivo-controlNav a.nivo-control
{
    background-image:url('/img/ball_off.png');
    background-repeat:no-repeat;
    
    padding-right:15px;
    }
div.nivo-controlNav a.nivo-control.active
{
    background-image:url('/img/ball_on.png');
    }
div.nivo-controlNav
{
    text-align:right;
    margin-right:36px;
    }
/*
    Specials
*/

#specialRow
{
    background-image:url('/img/specialBG.png');
    background-repeat:no-repeat;
    height:73px;
    position:relative;
}
#specialRow div.centerText
{
    width:580px;
    top:10px;
    position:relative;
    }
#specialRow div.centerText h3
{
    width:285px;
    color:#fff;
    position:relative;
    display:inline;
    height:32px;
    line-height:32px;
    }
#specialRow div.centerText #specialButton
{
    background-image:url('/img/buttonbg.png');
    background-repeat:no-repeat;
    width:223px;
    height:36px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position:relative;
    display:inline;
    float:right;
    color:#fff;
    line-height:12px;
    font-size:12px;
    background-position:-0px -3px;
}
    /*
            shop row
*/
#shopRow
{
    overflow:hidden;
    position: relative;
}
    
#shopRow div.left
{
    display:inline-block;
    position:relative;
    width:730px;
    float:left;
    margin-left:100px;
}
#shopRow div.left img
{
    position:relative;
    margin:25px;
    cursor:pointer;
}
    
#shopRow div.right
{
    display:inline;
    position:relative;
    width: 950px;
    float: right;
}
#shopRow h2
{
    display:inline;
    position:relative;
    margin:0px;
    padding:0px;
}
#shopRow div.right ul
{
    list-style:none outside none;
    }
#shopRow div.right ul li
{
    line-height: 21px;
    height: 30px;
    margin-right: 30px;
    font-size: 19px;
    display: inline-block;
}
    
/* 
Services

*/

#servicesRow
{
    background-image:url('/img/serviceBG.png');
    position:relative;
    width: 1036px;
    height: 203px;
    color:#fff;
    position: relative;
}
#servicesRow div.left, #servicesRow div.right
{
    position:relative;
    display:inline;
    
    }
#servicesRow div.left
{
    float:left;
    /* margin-left: 122px; */
    }
#servicesRow div.right
{
    float:right;
    margin-right: -30px;
    /* margin-top:75px; */
    }
#servicesRow h2
{
    display:block;
    position:relative;
    }

#servicesRow h3
{
    display:inline;
    position:relative;
    }
#servicesRow #servicesButton
{
    background-image:url('/img/buttonbgblack.png');
    background-position:0px -3px;
    background-repeat:no-repeat;
    width:286px;
    height:48px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color:#fff;
    }
    
/*
    contact us
*/
ul.contact
{
    list-style: none;
    padding-left: 0;
    padding: 10px;
    margin: 0 10px;
    float: right;
    background-color: rgb(44, 137, 230);
    color: #fff;
}
ul.contact a
{
    color: #fff;
    font-weight: bold;
}
/*
    products
*/
img.product
{
    display: block;
}
.bold
{
    font-weight: bold;
}
/*
    footer
*/
#footer
{
    margin-top: 10px;
    position: relative;
}
#footer div.centerText
{
    width: 1036px;
    }
#footer div.centerText ul.nav li
{
    color:#a7a7a7;
    }
#footer div.centerText ul.nav li.active
{
    color:#fff;
    
    background-color:#a7a7a7;
    }
.centerText
{
    margin-bottom: 15px;
    width: 1036px;
    text-align:center;
    font-size:12px;
    }

.noStyle{
    color:#2C89E6;
    list-style:none;
    margin-bottom:15px;
    font-size:20px;
    text-decoration:none;
}
.noStyle2{
    color:#000;
    list-style:none;
    font-size: 29px;
    margin-right: 30px;
    text-decoration:none;
}
.noStyle:hover{
    color:#333;
}

/* HIDING THINGS TEMPORARILY BY REQUEST */
    #topMenu, #searchButtonWrap{
        display:none !important; 
    }
/* END HIDING CODE */



.left {
    width: 100%;
    margin-bottom: 3%;
    margin-left: 4%;
}

#servicesButton {
    position: relative;
    top: -96px;
    left: -98px;
}

.padding{
    margin-right: 60px;
}

.logoRow {
    width: 1036px;
}