@charset "UTF-8";
/* CSS Document */
html {
	height: 101%;
}
body {
	padding: 0px;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #e5f0ef;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#headerBG {
	background-color: #006666;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(/uploads/images/template/ai-traders-headerBG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 70px;
}
#headerBG2 {
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 50px;
}
#header {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	width: 840px;
}
#containerBG {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#container {
	width: 840px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#brands {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	text-align: center;
	margin: 0px;
}

/* ---------- SIDEBAR ---------- */

#sidebarBG {
	float: right; /* since this element is floated, a width must be given */
	width: 260px;
	margin: 0px;
	padding: 0px;
}
#sidebarHome {
	background-image: url(/uploads/images/template/ai-traders-home-sidebarBG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #ffedb8;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
#sidebarSecondary {
	background-color: #FFF;
	padding: 0px;
}
#sidebarSecondary p {
	color: #999;
	text-align: center;
}
#mainContent {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 290px;
	margin-bottom: 0px;
	margin-left: 0px;
} 

/* ---------- FOOTER ---------- */

#footerBG {
	background-color: #e5f0ef;
	text-align: center;
	margin: 0px;
	width: 100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d5dfde;
}
#footer {
	text-align: left;
	padding: 0px;
	width: 840px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer p {
	font-size: 10px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	color: #999;
}
#footer a {
	color: #999;
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
#footerBG #footer #share {
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 150px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
}

/* ---------- LINKS ---------- */

a {
	color: #066;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5dfde;
	padding-bottom: 2px;
}
a:hover {
	color: #000;
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
}

/* ---------- TYPOGRAPHY ---------- */

h1 {
	font-family: 'PT Sans', Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #4d4d4d;
	font-size: 26px;
	line-height: 32px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
}
h2 {
	font-weight: bold;
	color: #333;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	margin-bottom: 2px;
	line-height: 20px;
}
h3 {
	font-weight: bold;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 12px;
	margin-bottom: 1px;
	line-height: 18px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 11px;
	margin-bottom: 15px;
	line-height: 17px;
}
p.last {
	margin-bottom: 0px;
}
ul{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 30px;
	font-size: 11px;
	margin-bottom: 15px;
	line-height: 17px;
	list-style-position: outside;
	list-style-type: square;
}
ol{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 30px;
	font-size: 11px;
	margin-bottom: 15px;
	line-height: 17px;
	list-style-position: outside;
	list-style-type: decimal;
}
blockquote {
	line-height: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	background-image: url(/uploads/images/template/ai-traders-star.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-size: 11px;
	color: #006666;
	font-style: italic;
}

/* ---------- FORMS ---------- */

form p label {
	float: left;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 120px;
}
form input[type="text"] {
	margin: 0px;
	height: 25px;
	width: 250px;
	background-color: #e5f0ef;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
	color: #006666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
form input[type="email"] {
	margin: 0px;
	height: 25px;
	width: 250px;
	background-color: #e5f0ef;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
	color: #006666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
form textarea {
	margin: 0px;
	width: 250px;
	background-color: #e5f0ef;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
	color: #006666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.required {
	font-weight: bold;
	color: #f6d33d;
}
#error {
	padding: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	text-align: center;
	background-color: #faeaea;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #C33;
	border-right-color: #C33;
	border-bottom-color: #C33;
	border-left-color: #C33;
}
#error p {
	font-weight: bold;
	color: #C33;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

/* ---------- MENU ---------- */

#menuBG {
	text-align: left;
	margin: 0px;
	height: 70px;
	padding: 0px;
	float: right;
	width: 600px;
}
#menu {
	margin: 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right; /* Float to the right. Remove if left. */
}
#menu li {
	float: left;
	position: relative;
        padding-left: 20px;
}
#menu a {
	font-family: 'PT Sans', Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	color: #FFF;
	display: block;
	line-height: 18px; /* Same as below */
	text-decoration: none;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#menu ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 30px; /* Same as above unless offset required i.e. 12px */
	left: 0;
	width: 188px;
	z-index: 99999;
	background-color: #f6d33d;
	padding-top:5px;
	padding-bottom:5px;
}
#menu ul ul a {
	left: 100%;
	top: 0;
}
/* Drop-down Menu */
#menu ul ul a {
	font-family: 'PT Sans', Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #006666;
	font-size: 14px;
	height: auto;
	line-height: 19px;
	width: 158px;
	background-color: #f6d33d;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
/* Drop-down Menu Hover */
#menu li:hover > a,
#menu ul ul :hover > a {
	background-color: #efc13b;
	color: #006666;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
/* Main Menu Hover */
#menu li:hover > a {
	background: #f6d33d; /* Show a solid color for older browsers */
	color: #006666;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#menu li:hover > a.parent {
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottomright:0px;
	-webkit-border-bottomleft:0px;
}
#menu ul li:hover > ul {
	display: block;
}
#menu .current_page_item a {
	color: #FFF;
}
.newproducts img{
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    display: block;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
/* Stylesheet: Default Modified On 2018-04-10 15:05:06 */
