/*=========================================================================================================================
RESET
===========================================================================================================================*/

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }


/*=========================================================================================================================
 PAGE GENERAL
===========================================================================================================================*/

html, body {
	height: 100%;
	background-color: #000;
}
body {
	color: #344241;
	font: 11px/16px Helvetica, Arial, sans-serif;
	min-width: 1000px;
}
.clearer { /* go here for explanation:  http: //tangible.ca/articles/35/how-to-get-a-parent-div-to-expand-around-floated-content */
	clear:  both;
	display:  block;
	height:  1px;
	margin-bottom:  -1px;
	font-size:  1px;
	line-height:  1px;
}
.clear {
	clear: both;
	display: block;
}
.offset {
	position: absolute;
	margin-left: -9999px;
}
input, select, textarea {
	vertical-align:middle;
	font:100% Helvetica, Arial, sans-serif;
}
.left {
	float: left;
}
.right {
	float: right;
}


/*=========================================================================================================================
 TEXT
===========================================================================================================================*/

h1 {
	font: normal 42px/1.2 texpagella-regular,"Times New Roman", Times, serif;
	color: #000;
	margin-bottom: 12px;
	text-shadow: 1px 1px 0px #8aa8cd;
}
#content .priWidth1 h1 {
	font: normal 29px/1.2 texpagella-regular-italic, "Times New Roman", Times, serif;
	color: #294172;
	margin-bottom: 10px;
	text-shadow: none;
}
h2 {
	font: normal 29px/1.2 texpagella-regular-italic, "Times New Roman", Times, serif;
	color: #294172;
	margin-bottom: 10px;
}
h3 {
	font: normal 24px/1.2 texpagella-regular, "Times New Roman", Times, serif;
	color: #5a86bf;
	margin-bottom: 10px;
}
h4 {
	font: bold 14px/1.2 Helvetica, Arial, sans-serif;
	color: #ddac00;
	text-transform: uppercase;
	margin-bottom: 2px;
	padding-top: 4px;
}
p, ul, ol, blockquote {
	font: normal 16px/1.5 Helvetica, Arial, sans-serif;
	color: #6c6c6c;
}
p {
	margin-bottom: 12px;
}
a {
	color: #5a86bf;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	margin-left: 0px;
	padding: 0;
}
li {
	background: url(http://www.artisaninteractive.com/images/global/bullet1.gif) left center no-repeat;
	padding-left: 1.4em;
}
.ul2 {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	margin-left: 30px;
	padding: 0;
}



/*=========================================================================================================================
 BASE LAYOUT
===========================================================================================================================*/

#home #container {
	background: url(http://www.artisaninteractive.com/images/global/bg-home-top.jpg) repeat-x 0 0 #fff;
}
#interior #container {
	background: url(http://www.artisaninteractive.com/images/global/bg-interior-top.jpg) repeat-x 0 0 #fff;
}
#headerContainer {
	height: 103px;
}
#header {
	margin:  0 auto;
	width: 960px;
	position: relative;
	z-index: 3000; /* IE 7 workaround for ddsmoothmenu: the menu was hiding behind the #contentContainer */
}
#billboardContainer {
	background: url(../images/home/bg-billboard.jpg) top center no-repeat;
	height: 377px;
}
#billboard {
	margin: 0 auto;
	width: 960px;
}
#promos {
	height: 170px;
	margin-left: 60px;
}
#contentContainer {
	margin: 0 auto;
	width: 960px;
	position: relative;
	background-color: fff;
	overflow: hidden;
}
#content {
	background-color:#fff;
	margin-top: 30px;
	margin-bottom: 60px;
}
#priColumn, #secColumn {
	margin-bottom: 36px;
}
#priColumn {
	margin-left: 60px;
	float: left;
}
.priWidth1 {
	width: 565px;
}
.priWidth2 {
	width: 610px;
}
#secColumn {
	float: right;
}
.secWidth1 {
	width: 302px;
}
.secWidth2 {
	width: 230px;
}
#footerContainer {
	clear:both;
	background-color: #000;
}
#footer {
	margin:0 auto;
	padding-top:20px;
	position:relative;
	width:960px;
}


/*=========================================================================================================================
 LAYOUT
===========================================================================================================================*/

#header #logo {
	background: url(http://www.artisaninteractive.com/images/global/bg-logo.jpg) top left no-repeat;
	height: 103px;
	position: relative;
	margin-left: -124px;	
}
#header #logo img {
	margin-left: 124px;
	margin-top: 31px;
}
#header ul, #header li, #header a {
	color: #fff;
	text-decoration: none;
	list-style: none;
}
#header ul {
	position: absolute;
	right: 0;
	top: 52px;
}
#header ul li {
	float: left;
	list-style: none;
	background: none;
	position: relative;
}
#header ul li ul {
	width: 225px;
}
#header ul li li a {
	text-indent: 10px;
}
#header ul li li.category a {
	text-indent: 0;
}
#header .category a {
  font-size: 12px;
	color: #fff;
}
#header #smoothmenu1 a {
	padding: 6px 18px 6px 18px;
	text-shadow: 1px 1px 0px #3d3d3d;
	font-family: "Helvetica Neue", Helvetica, Arial, san-serif;
}
#header #smoothmenu1 a:hover {
	background-color: #333333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#header #smoothmenu1 li.login {
	margin-top: -3px;
}
#header #smoothmenu1 li.login a {
	background: url(../images/global/btn-bg-login.gif) top left no-repeat;
	text-shadow: none;
	width: 125px;
	height: 30px;
	display: inline-block;
	padding: 4px 0 0 0;
	margin-left: 10px;
	text-align: center;
	font-size: 14px;
	text-shadow: 1px 1px 1px #909090;
}
#header #smoothmenu1 li.login a:hover {
	color: #ffe624;
}
#header p {
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
}
#billboard p {
	padding-top: 36px;
	display: block;
	font: normal 42px/1.2 texpagella-regular,"Times New Roman", Times, serif;
	color: #000;
	margin-bottom: 12px;
	text-shadow: 1px 1px 0px #8aa8cd;
}
#promos div {
	float: left;
	width: 244px;
	margin-top: 24px;
	padding-right: 55px;
}
#promos h3 {
	font: bold 16px/1.1 Helvetica, Arial, sans-serif;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 6px;
	text-shadow: 1px 1px 1px #fff6ad;
	vertical-align: middle;
	min-height: 37px;
}
#promos img {
	float: left;
	padding-right: 10px;
}
#promos p {
	font-size: 12px;
	color: #575757;
}
#promos a {
	background: url(http://www.artisaninteractive.com/images/global/arrow-blue2.gif) right center no-repeat;
	padding-right: 10px;
	color: #446da0;
	text-decoration: none;
}
#promos a:hover {
	text-decoration: underline;
}
#title {
	height: 150px;
	background: url(http://www.artisaninteractive.com/images/global/bg-interior-hightlight.jpg) top left no-repeat;
	margin-left: 60px;
}
#title p {
	padding-top: 25px;
	font-size: 1.3em;
}
#title a {
	text-decoration: underline;
}
#title a:hover {
	text-decoration: none;
}
#title span {
	font-size: 1.2em;
	color: #5a86bf;
}
#title h1 {
	text-shadow: 1px 1px 0px #fff6ad;
	padding-top: 15px;
}
#content .leftPic {
	float: left;
	padding-right: 22px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content .rightPic {
	float: right;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content .box1 {
	margin-bottom: 40px;
}
#content .box1Scope {
	display: block;
	padding: 22px 30px 40px 30px;
}
#content .boxWide {
	background: url(http://www.artisaninteractive.com/images/global/bg-note.jpg) left top repeat-y;
}
#content .boxWideScope {
	background: url(http://www.artisaninteractive.com/images/global/bg-note-bot.jpg) left bottom no-repeat;
}
#content .boxShort {
	background: url(http://www.artisaninteractive.com/images/global/bg-note2.jpg) left top repeat-y;
}
#content .boxShortScope {
	background: url(http://www.artisaninteractive.com/images/global/bg-note-bot2.jpg) left bottom no-repeat;
}
#content .box1 h3 {
	font: normal 21px/1.2 texpagella-regular, "Times New Roman", Times, serif;
	color: #294172;
	border-bottom: double #7e8caa 4px;
	overflow: hidden;
	padding-bottom: 12px;
	margin-bottom: 20px;
	text-shadow: 1px 1px 1px #fff;
}
#content .box1 p {
	font-size: 14px;
	color: #6c6c6c;
}
#content .box1 .quotes {
	float: right;
	padding-top: 8px;
	padding-left: 5px;
}
#content .box1 blockquote p {
	color: #5580b8;
}
#content .box1 cite {
	font-style: normal;
}
#content .box1 a.button1 {
    background: transparent url(http://www.artisaninteractive.com/images/global/bg-btn1-right.png) no-repeat scroll top right;
	color: #fff;
	display: block;
    font-size: 13px;
    height: 30px;
    margin-right: 6px;
    padding-right: 4px; /* sliding doors padding */
    text-decoration: none;
	position: relative;
	float: right;
	margin-top: 4px;
	margin-right: -5px;
	margin-bottom: -8px;
}
#content .box1 a.button1:hover {
	color: #ffe624;
}
#content .box1 a.button1 span {
    background: transparent url(http://www.artisaninteractive.com/images/global/bg-btn1-left.png) top left repeat-x;
	display: block;
    line-height: 17px;
    padding: 7px 7px 6px 14px;
}
#footer h5 {
	font-size: 16px;
	color: #fff;
	padding-bottom: 8px;
}
#footer div {
	float: left;
}
#footer ul {
	float: left;
	width: 145px;
}
#footer li {
	background: none;
	padding: 0;
	padding-right: 5px;
}
#footer li a {
	font-size: 12px;
	color: #f6e249;
	text-decoration: none;
}
#footer li a:hover {
	text-decoration: underline;
}
#footerNav {
	padding-left: 60px;
	margin-bottom: 15px;
}
#footer p {
	display: block;
	clear: both;
	font-size: 11px;
	padding: 18px 60px 50px 60px;
	color: #868585;
	border-top: 1px gray solid;
}
#footer em {
	font-style: normal;
	color: #c0c0c0;
}
#footer p a {
	color: #666666;
}
#footer .footerDiv2 {
	margin-left: 25px;
}


/*=========================================================================================================================
 TYPE at FONT FACE
===========================================================================================================================*/

@font-face {
	font-family: 'texpagella-regular';
	src: url('http://www.artisaninteractive.com/type/texgyrepagella-regular-webfont.eot');
	src: local('texgyrepagella'), url('http://www.artisaninteractive.com/type/texgyrepagella-regular-webfont.woff') format('woff'), url('http://www.artisaninteractive.com/type/texgyrepagella-regular-webfont.ttf') format('truetype'), url('http://www.artisaninteractive.com/type/texgyrepagella-regular-webfont.svg#webfontAfRnnQCQ') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'texpagella-regular-italic';
	src: url('http://www.artisaninteractive.com/type/texgyrepagella-italic-webfont.eot');
	src: local('texgyrepagella'), url('http://www.artisaninteractive.com/type/texgyrepagella-italic-webfont.woff') format('woff'), url('http://www.artisaninteractive.com/type/texgyrepagella-italic-webfont.ttf') format('truetype'), url('http://www.artisaninteractive.com/type/texgyrepagella-italic-webfont.svg#webfontpK19oYss') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'texpagella-bold';
	src: url('http://www.artisaninteractive.com/type/texgyrepagella-bold-webfont.eot');
	src: local('texgyrepagella'), url('http://www.artisaninteractive.com/type/texgyrepagella-bold-webfont.woff') format('woff'), url('http://www.artisaninteractive.com/type/texgyrepagella-bold-webfont.ttf') format('truetype'), url('http://www.artisaninteractive.com/type/texgyrepagella-bold-webfont.svg#webfontJ9KOIeNs') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'texpagella-bolditalic';
	src: url('http://www.artisaninteractive.com/type/texgyrepagella-bolditalic-webfont.eot');
	src: local('texgyrepagella'), url('http://www.artisaninteractive.com/type/texgyrepagella-bolditalic-webfont.woff') format('woff'), url('http://www.artisaninteractive.com/type/texgyrepagella-bolditalic-webfont.ttf') format('truetype'), url('http://www.artisaninteractive.com/type/texgyrepagella-bolditalic-webfont.svg#webfontwQnx6YDO') format('svg');
	font-weight: normal;
	font-style: normal;
}

#pscroller1{
width: 240px;
height: 180px;
}
