/* ---------------------------------------------------------*/
/* CSS Development by LinxSmart - http://www.linxsmart.com/ */
/* ---------------------------------------------------------*/

a {
	text-decoration:none;
	cursor:pointer;
}

input, textarea, select {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	color:#000000;
	background:url(../images/inputBg.png) no-repeat top left;
	border:1px solid #DEDEDE;
}

body, html {
	/*width:100%;*/
	height:100%;
	text-align:center;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	position: relative;
}

/* ---------------------- TinyMCE ---------------------------- */

#tinymce {
	text-align:left;
	padding:0px 10px;
	background:#fff;
}

/* ---------------------- Wrapper ---------------------------- */

div#wrapper {
	width:1024px;
	margin:0 auto -100px auto;
	text-align:left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* --------------------- Header ----------------------------- */

div#wrapper #header {
	width:1024px;
	height:180px;
	position:relative;
	background:url(../images/headerBG.png) no-repeat;
}

div#wrapper #header a.siteTitle{
	text-indent: -9999px;
	display: block;
	width: 620px;
	height: 100px;
}


div#wrapper #header .socialBox{
	position: absolute;
	right:0px;
	top:50px;
	width:200px;
	height:55px;
}


div#wrapper #header .socialBox a.facebook{
	background:url(../images/facebook.png) no-repeat top;
	display:block;
	height:41px;
	width:42px;	
	text-indent: -9999px;
	float:left;
	margin-right:10px;
}

div#wrapper #header .socialBox a.facebook:hover{
	background:url(../images/facebook.png) no-repeat bottom;
}




div#wrapper #header .socialBox a.twitter{
	background:url(../images/twitter.png) no-repeat top;
	display:block;
	height:41px;
	width:42px;	
	text-indent: -9999px;
	float:left;
	margin-right:10px;
}
div#wrapper #header .socialBox a.twitter:hover{
	background:url(../images/twitter.png) no-repeat bottom;
}




div#wrapper #header .socialBox a.linkedin{
	background:url(../images/linkedin.png) no-repeat top;
	display:block;
	height:41px;
	width:42px;	
	text-indent: -9999px;
	float:left;
}

div#wrapper #header .socialBox a.linkedin:hover{
	background:url(../images/linkedin.png) no-repeat bottom;
}


div#wrapper #header .socialBox a.youtube{
	background:url(../images/youtube.png) no-repeat top;
	display:block;
	height:41px;
	width:42px;	
	text-indent: -9999px;
	float:left;
	margin-left:10px;
}

div#wrapper #header .socialBox a.youtube:hover{
	background:url(../images/youtube.png) no-repeat bottom;
}


div#wrapper #header ul.navigation {
	left: 132px;
    position: absolute;
    top: 120px;
}

div#wrapper #header ul.navigation li{
	padding-right:15px;
	
}

div#wrapper #header ul.navigation li a {
	
	color:#1460ba;
	padding:5px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
}

div#wrapper #header ul.navigation li a:hover, div#wrapper #header ul.navigation li.hover a {
	color:#062e62;
}

div#wrapper #header ul.navigation li a.selected {
    color:#062e62;
    text-decoration: underline;
}

div#wrapper #header ul.navigation li ul li {
	display:block;
	float:left;
	width:200px;
}

div#wrapper #header ul.navigation li ul li a {
	display:block;
	float:none;
	padding:10px;
}

/* ------------------------- Content ------------------------- */




div#wrapper div#content{
	width:1024px;
	position: relative;	
}

div#wrapper div#content .contentArea{
float: left;
    margin-right: 80px;
    width: 630px;
}

div#wrapper div#content .twitterFeed{
	width:310px;
	float:left;
}

div#wrapper div#content, body#tinymce {
	font-size:14px;
	line-height:18px;
}

div#wrapper div#content h1, body#tinymce h1 {
	font-size:32px;
	line-height: 38px;
	margin:0px 0px 28px 0px;
	font-weight: normal;
	color:#404040;
}

div#wrapper div#content h2, body#tinymce h2 {
	font-size:20px;
	margin:10px 0px;
	font-weight: normal;
	line-height: 32px;
	color:#404040;
}

div#wrapper div#content h3, body#tinymce h3 {
	font-size:19px;
	margin:10px 0px;
	font-weight: normal;
	line-height: 27px;
	color:#404040;
}

div#wrapper div#content p, body#tinymce p {
	font-size:15px;
	margin:10px 0px;
	/*color:#3d3d3d;*/
	color: #3d3d3d;
	/*line-height: 30px;*/
	line-height: 23px;
}

div#wrapper div#content a, body#tinymce a {
	color:#5E7AFF;
}

div#wrapper div#content img.contentImage, body#tinymce img.contentImage{
	float:left;
	margin-right:14px;
	margin-bottom:14px;
}


div#wrapper div#content img.contentImage2, body#tinymce img.contentImage2{
	float:right;
	margin-left:14px;
	margin-bottom:14px;
}
div#wrapper div#content ul, body#tinymce ul{
	list-style-image: url(../images/bullet.jpg);
	margin:10px 0px;
	padding:0px 0px 0px 30px;
}  

div#wrapper div#content ol, body#tinymce ol {
	list-style:decimal;
	margin:10px 0px;
	padding:0px 0px 0px 30px;
}

div#wrapper div#content ul li, body#tinymce ul li {
	margin:5px 0px;
	margin-bottom:10px;
	font-style:italic;
}

div#wrapper div#content table, body#tinymce table {
	margin:10px 0px;
	border-collapse:collapse;
}

div#wrapper div#content table td, 
div#wrapper div#content table th,
body#tinymce table td,
body#tinymce table th {
	padding:5px;
	border:1px solid #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

div#wrapper div#content table th,
body#tinymce table th {
	background:#999;
	color:#FFF;
	font-weight:bold;
}

#content-sidebar{
    width: 240px;
    /*float: left;*/
    float: right;
    
}

#content-innards{
    width: 760px;
    float: left;
    /*padding-left: 24px;*/
    padding-right: 24px;
}


div#contentBanner{
    background: url('../images/contentBanner.jpg');
    height: 153px;
}

/* ------------------------ Push (for stickyfooter) -------------------------- */

div#wrapper div#push {
	height:100px;	
}

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

#footer-wrapper {
	height:192px;
	text-align:center;
}

#footer-wrapper #footer {
	height:192px;
	width:1024px;
	margin:0 auto;
	/*background:#DDD;*/
	background: url('../images/footerBG2.jpg') no-repeat;
	position:relative;
}

#footer-wrapper #footer ul {
	position:absolute;
	bottom:15px;
	left:30px;
}

#footer-wrapper #footer ul#LinxSmart {
	right:30px;
	left:auto;
}

#footer-wrapper #footer ul li {
	float:left;
	display:block;
}

#footer-wrapper #footer ul li a {
	display:block;
	padding:5px;
	color: white;
}

#footer-wrapper #footer ul#LinxSmart a {
	float:none;
	display:inline;
	padding:0px;
}

div.linxsmartDiv{
    width: 267px;
    display: block;
    bottom: 15px;
    position: absolute;
    right: -15px;
    font-size: 10px;
}

div.linxsmartDiv a{
    color: white;
}

div.footerText{
    position: absolute;
    bottom: 70px;
    left: 10px;
}

/* ------------BLOG---------------------- */


div.recentBlogList div.recentBlog a.recentBlogImageLink{
    float: left;
    margin-right: 20px;
}

div.recentBlogList div.recentBlog span.recentBlogDate{
    color: gray;
}

div.recentBlogList div.recentBlog a.recentBlogTitle{
    font-size: 16px;
    line-height: 24px;
}

div.viewAll{
    margin-bottom: 30px;
    margin-top: 15px;
}

a.blueBTN, body#tinymce a.blueBTN{
    display: block;
    background: url('../images/buttonBG2.png') repeat-x top;
   
    max-width:200px;
    width:100%;
    color:#fff !important;
    font-weight:bold;
    text-align: center;
    line-height:37px;

}
a.blueBTN:hover, body#tinymce a.blueBTN:hover{
    background: url('../images/buttonBG1.png') repeat-x top;
}


button.blueBTN{
    display: block;
    background: url('../images/buttonBG2.png') repeat-x top;
   
    max-width:200px;
    width:100%;
    color:#fff !important;
    font-weight:bold;
    text-align: center;
    line-height:37px;

}
button.blueBTN:hover{
    background: url('../images/buttonBG1.png') repeat-x top;
}


div.recentBlogList div.recentBlog.recentSidebar{
    padding-bottom: 15px;
    border-bottom: 1px solid #1460ba;
    margin-bottom: 10px;
}

div.recentBlogList div.recentBlog.recentSidebar span.recentBlogDate{
    margin-bottom: 6px;
    display: block;
}

div#blogArchiveNav{
    /*float: left;*/
    float: right;
    width: 240px;
    /*margin-right: 20px;*/
    margin-left: 20px;
}

div#blogArchiveNav div.container{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #1460ba;
    padding-left: 0px;
}

div#blogContent{
    float: left;
    width: 760px;
}

ul.archiveList{
    list-style: none !important;
    padding-left: 0px !important;
}

div#blogArchiveNav div.container ul li a span.count{
    float: right;
}


div#blogArchiveNav div.container ul li a{
    width: 180px;
    display: block;
    font-weight: bold; 
}

div.blogItems div.blogItem div.blogImageContainer{
    float: left;
    margin-right: 10px;
}


div.blogItems div.blogItem{
    
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #1460ba;
}

div.blogEntry img.blogImage{
    float: left;
    margin: 0 10px 10px 0;
}

h2.blogTitle{
    margin: 0px 0px 10px 0px !important;
    color: #1460ba;
}



div.commentItem{
	border-bottom: 1px solid #1460ba;
}

/* ------------GALLERY------------------- */


div.recentGalleryList div.recentGallery a.recentGalleryImageLink{
    float: left;
    margin-right: 20px;
}

div.recentGalleryList div.recentGallery span.recentGalleryDate{
    color: gray;
}

div.recentGalleryList div.recentGallery a.recentGalleryTitle{
    font-size: 16px;
    line-height: 24px;
}

div.recentGalleryList div.recentGallery.recentSidebar{
    padding-bottom: 15px;
    border-bottom: 1px solid #1460ba;
    margin-bottom: 10px;
}

div.recentGalleryList div.recentGallery.recentSidebar span.recentGalleryDate{
    margin-bottom: 6px;
    display: block;
}

div#galleryArchiveNav{
    /*float: left;*/
    float: right;
    width: 240px;
    /*margin-right: 20px;*/
    margin-left: 20px;
}

div#galleryArchiveNav div.container{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #1460ba;
    padding-left: 0px;
}

div#galleryContent{
    float: left;
    width: 760px;
}

div#galleryArchiveNav div.container ul li a span.count{
    float: right;
}


div#galleryArchiveNav div.container ul li a{
    width: 180px;
    display: block;
    font-weight: bold; 
}

div.galleryItems div.galleryItem div.galleryImageContainer{
    float: left;
    margin-right: 10px;
}


div.galleryItems div.galleryItem{
    
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #1460ba;
}

div.galleryEntry img.galleryImage{
    float: left;
    margin: 0 10px 10px 0;
}

h2.galleryTitle{
    margin: 0px 0px 10px 0px !important;
    color: #1460ba;
}


/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------------------------------- */

/* -------------------------- Standard Button Styles -------------------------------*/

div.buttons {
	float:left;
}

div.buttons button {
	background:url(../images/buttonBg.jpg) repeat-x bottom #D5D4D4;
	border:1px solid #989495;
	color:#6D7369;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	letter-spacing:0.5px;
	padding:5px 10px 5px 10px;
	*padding:3px 0px 2px 0px;
	margin:10px;
	cursor:pointer;
	display:block;
	float:left;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}

/* hack for safari/chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    div.buttons button { 
		padding:4px 10px 4px 10px;
	}
}

div.buttons a {
	background:url(../images/buttonBg.jpg) repeat-x bottom #D5D4D4;
	border:1px solid #989495;
	color:#6D7369;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	letter-spacing:0.5px;
	padding:4px 10px 4px 10px;
	margin:10px 10px;
	cursor:pointer;
	display:block;
	float:left;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}

div.buttons a:hover, div.buttons button:hover {
	background:#F2F0F1;
	-moz-box-shadow:0px 0px 5px #989495;
	-webkit-box-shadow: 0px 0px 5px #989495;
	box-shadow: 0px 0px 5px #989495;
}

/* -------------------------- Positive Button Styles -------------------------------*/

div.buttons .positive {
	color:#60a020;
	border:1px solid #60a020;
}

div.buttons .positive:hover {
	color:#60a020;
	border:1px solid #60a020;
	-moz-box-shadow:0px 0px 5px #60a020;
	-webkit-box-shadow: 0px 0px 5px #60a020;
	box-shadow: 0px 0px 5px #60a020;
}

div.buttons .positive:active {
	background:#D7FFD7;
}

/* -------------------------- Negative Button Styles -------------------------------*/

div.buttons .negative {
	color:#d12f19;
	border:1px solid #d12f19;
}

div.buttons .negative:hover {
	-moz-box-shadow:0px 0px 5px #d12f19;
	-webkit-box-shadow: 0px 0px 5px #d12f19;
	box-shadow: 0px 0px 5px #d12f19;
}

div.buttons .negative:active {
	background:#FFD7D7;
}

#contactformDiv {
	width: 750px;
	float:left;
}
#contactformDiv div {

}
#contactformDiv input {
	margin-bottom: 5px;	
	width:300px;
}

#contactformDiv textarea {
	width:300px;
}

#contactformDiv label {
	display: block;
    /*float: left; */
    margin-top: 8px;
    width: 150px;
}


.sidebar{
	display:block;
	width:230px;
	float:left;
}

/* ---------------------- QUICK CONTACT FORM -----------------------*/

.quickContactContainer{
	display:block;
	border:1px solid #ccc;
	width:280px;
	height:auto;
	padding:10px;
}


/* ---------------------- SUBSCRIBE FORM -----------------------*/

.subscribeContainer{
	display:block;
	border:1px solid #ccc;
	width:280px;
	height:auto;
	padding:10px;	
}

/* --------------------- CONTACT FORM SUBSCRIBE STYLING ------------*/

div.subscribeCheckbox{
	display:block;
	margin-top:10px;
	margin-bottom:10px;
}

div.subscribeCheckbox input.checkbox{
	display:block;
	width:20px !important;	
	float:left;
	margin-right:10px;
}

div.subscribeCheckbox label{
	display:block;	
	float:left;
	width:315px !important;
	margin-top: 0px !important;
}



/* ----- Product Catalogue Default Styles ----------*/
.productsList{
	list-style:none;	
	padding:0px !important;
	margin-left:0px !important;	
}

.productsList li{
	list-style:none;	
	display:block;
	width:150px;
	height:auto;
	margin-bottom: 10px !important;
	margin-right:10px !important;
	float:left;
}

.productsList li .productImageLink{
	display:block;
	width:150px;
	height:auto;
	margin-bottom: 5px;
}

.productsList li .productImageLink img{
	display:block;
}

.productsList li.clear{
	clear:both;
	width: 100% !important;
	float:none !important;
}

#productGallery{
	display:block;
	float:left;
	width:300px;
	margin-right:20px;
	margin-bottom:20px;
}

#productGallery #cycle{
	display:block;
	height:auto;
	margin:auto;	
	margin-bottom:20px;

}

#productGallery #cycle img{
	display:block;
	margin:auto;	
}

#productGallery #cycleSlideshowContainer{
	display:block;
	width:300px;
	height:80px;
	position:relative;
}

#productGallery #cycleSlideshowContainer #arrowLeft{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	top:30px;
	left:0px;
	text-align:center;
	font-weight:bold;
	/*text-indent:-9999px;*/	
}

#productGallery #cycleSlideshowContainer #arrowRight{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	top:30px;
	right:0px;
	text-align:center;
	font-weight:bold;	
	/*text-indent:-9999px;*/
}

#productGallery #cycleSlideshowContainer #cycleSlideshow{
	display:block;
	width:260px;
	height:80px;
	position:absolute;
	top:0px;
	left:20px;
}

#productGallery #cycleSlideshowContainer #cycleSlideshow .gallerySlide{

}

#productGallery #cycleSlideshowContainer #cycleSlideshow .gallerySlide .productImageThumbContainer{
	display:block;
	margin-left:6px;
	margin-right:5px;
	width:75px;
	height:75px;
	float:left;
}

.cartAddForm{
	display:block;	
}

.cartAddForm ul{
	display:block;	
	list-style:none;
}

.cartAddForm ul li{
	display:block;	
	list-style:none;
}

#productListing{
	display:block;
	width:auto;
	float:left;
	width:750px;
}

.removeItemIcon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url('../images/icons/cross.png');
	text-indent: -9999px;
}

.headerCartButtonContainer{
	display:block;
	width:50px;
	height:30px;
	background: #EEE;
	text-align:center;
	position:absolute;
	right:10px;
	top:20px;
}
