body,ul,li,p,h1,h2,h3,h4,div,form { 
	padding: 0px;
	margin: 0px;
}
@font-face {
    font-family: 'TitilliumText22LRegular';
    src: url('fonts/TitilliumText22L003-webfont.eot');
    src: url('fonts/TitilliumText22L003-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/TitilliumText22L003-webfont.woff') format('woff'),
         url('fonts/TitilliumText22L003-webfont.ttf') format('truetype'),
         url('fonts/TitilliumText22L003-webfont.svg#TitilliumText22LRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
	min-width: 1000px;
}
body {
	min-width: 1000px;
	margin: 0px;
	font: 14px 'TitilliumText22LRegular', Arial, sans-serif;
	text-align: justify;
	color: #666;
	line-height: 1.6;
	background: #EBEBEB url(../images/common/bg.jpg) no-repeat top center;
}
#home {
	background-color: #FFF;
}
/* --HEADINGS-- */
h1 {
	font: 23px 'TitilliumText22LRegular', Arial, Helvetica, sans-serif;
	color: #FE8311;
	font-weight: normal;
	padding: 0px 0px 6px 0px;
	line-height: 1;
	text-align: left;
}
h2 {
	font: 18px 'TitilliumText22LRegular', Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: normal;
	padding: 0px 0px 5px 0px;
	line-height: 1;
}
h3 {
	font: 16px 'TitilliumText22LRegular', Arial, Helvetica, sans-serif;
	color: #3D3D3D;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	line-height: 1;
}
/* --LISTS-- */
ul {
	margin: 6px 0px 10px 15px;
}
ul li {
	padding: 0px 0px 12px 20px;
	line-height: 1.4;
	list-style-type: none;
	background: url(../images/common/bullet.jpg) no-repeat 0px 8px;
}
/* --TEXT-- */
p {
	padding-bottom: 12px;
}
a {
	text-decoration: none;
	color: #656565;
}
a:hover {
	text-decoration: none;
	color: #333;
}
.big {
	font-size: 16px;
}
.small {
	font-size: 12px;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.prominent {
	color: #000000;
}
/* --FLOATS-- */
.fltrt {
	float: right;
}
.fltlft {
	float: left;
}
.clearfloat {
	clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}
/* --MISC. STYLES-- */
img {
	border: none;
	display: block;
}
.nomargin {
	margin: 0px;
}
.nopadding {
	padding: 0px;
}
.blockcenter {
	margin: 0px auto;
}
.inline {
	display: inline;
}
/* --MAIN WRAPPER-- */
#main_wrapper {
	min-width: 1000px;
}
/* --HEADER-- */
#header {
	width: 980px;
	height: 122px;
	margin: 0px auto 0px auto;
}
#header_c1 {
	width: 820px;
	height: 122px;
	float: left;
	padding: 0px 0px 0px 0px;
}
#header_c2 {
	width: 157px;
	height: 80px;
	float: left;
	padding-top: 42px;
	padding-left: 3px;
}
.question {
	font-size: 13px;
	line-height: 16px;
}
.no {
	font-size: 20px;
	line-height: 18px;
}
/* --NAVIGATION-- */
#nav {
	width: 980px;
	height: 37px;
	margin: 0px auto 22px auto;
	padding: 3px 0px 0px;
	background: url(../images/nav/bg.jpg) repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#nav ul{
	margin: 0px;
	padding: 0px 30px;
	list-style: none;
}
#nav ul li{
	height: 36px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	background: url(../images/nav/sep.jpg) no-repeat center right;
}
#nav ul li a {
	margin: 0px;
	padding: 0px 25px;
	display: inline-block;
	font-size: 15px;
	text-align: center;
	line-height: 37px;
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
	border: none;
}
#nav ul li a:hover {
	color: #FEBD11;
}
#nav ul li.active {
	background: none;
	border: 1px solid #111;
	border-bottom: none;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
#nav ul li.active a {
	background: url(../images/nav/bg-active.jpg) repeat-x top center;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
#nav ul li.active a:hover {
	color: #FFF;
}
#nav ul li.last {
	padding: 0px 0px 0px 0px;
	background: none;
}
/* --BANNER-- */
#banner {
	width: 960px;
	height: 270px;
	padding: 10px;
	background-color: #FFF;
	margin: 0px auto 0px auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#shadow {
	width: 980px;
	height: 15px;
	margin: 0px auto 0px auto;
}
#home #banner {
	width: 960px;
	height: 340px;
	margin: 0px auto 0px auto;
}
#home #shadow {
	width: 980px;
	height: 15px;
}
/* --CONTENT STRUCTURE-- */
#content {
	width: 930px;
	min-height: 350px;
	margin: 20px auto 0px auto;
	padding: 0px 25px 0px 25px;
}
#content_r1 {
	width: 980px;
	height: 220px;
}
#content_r1_c1 {
	width: 336px;
	height: 203px;
	float: left;
	background: url(../images/content/bg-clients.jpg) no-repeat;
}
#our-clients {
	width: 305px !important;
}
.client {
	width: 305px;
	height: 145px;
	margin: 0px auto;
}
.client img {
	display: block;
	margin: 40px auto 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#content_r1_c2 {
	width: 624px;
	height: 203px;
	float: left;
	padding-right: 20px;
	font-size: 15px;
}
#content_r2 {
	width: 980px;
	height: 240px;
	margin-top: 25px;
}
#content_r2 h1{
	color: #333;
	font-size: 21px;
}
#content_r2_c1 {
	width: 285px;
	float: left;
	padding-left: 18px;
}
#content_r2_c2 {
	width: 285px;
	float: left;
	padding-left: 45px;
}
#content_r2_c3 {
	width: 285px;
	float: left;
	padding-left: 45px;
}
#promotional-items {
	width: 230px;
	height: 67px;
	padding: 12px 0px 0px 55px;
	background: url(../images/content/bg-promotional-items.jpg) no-repeat;
}
#wall-clocks {
	width: 230px;
	height: 67px;
	padding: 12px 0px 0px 55px;
	background: url(../images/content/bg-wall-clocks.jpg) no-repeat;
}
#corporate-items {
	width: 230px;
	height: 67px;
	padding: 12px 0px 0px 55px;
	background: url(../images/content/bg-corporate-gift-items.jpg) no-repeat;
}
#home #content {
	width: 980px;
	margin: 20px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
#contact_c1 {
	width:400px;
	float:left;
}
#contact_c2 {
	width:300px;
	float:left;
}
#contact_c1 p {
	padding-bottom: 5px;
}
.txtbox, .message, .RAQtxtbox, .RAQmessage{
    background-color: #FFF;
    border: 1px solid #CCC;
    color: #666;
    font-family: "Times New Roman", Times, serif;
    font-size: 12px;
    line-height: 12px;
    padding: 3px;
    width: 250px;
}
.txtbox, .RAQtxtbox{
    line-height: 12px;
}
.message, .RAQmessage{
    height: 100px;
}
.RAQtxtbox {
	width: 200px;
}
.RAQmessage {
	width: 445px;
}
/**Light Box STYLES**/
.gallery {
	width: 940px;
	margin: 20px auto 0px auto;
	overflow: hidden;
}
.gallery ul {
	margin: 0px 0px 0px 10px;
	overflow: hidden;
}
.gallery ul li {
	width: 200px;
	min-height: 210px;
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 20px 0px;
	float: left;
	text-align: center;
	background: none;
}
.gallery ul li img {
	margin: 0px auto 5px;
	padding: 2px;
	border: #E5E5E5 2px solid;
}
.gallery ul li a:hover img {
	padding: 2px;
	border: #FF9201 2px solid;
}
/* --FOOTER-- */
#footer_wrapper {
	min-width: 1000px;
	height: 288px;
	margin: 32px auto 0px auto;
	background: url(../images/footer/bg.jpg) repeat-x;
}
#footer {
	width: 980px;
	height: 288px;
	margin: 0px auto;
	padding: 0px;
	color: #FFF;
	font-size: 12px;
}
#footer_r1 {
	width: 980px;
	height: 64px;	
	float: left;
}
#footer_r1 h1{
	color: #666;
}
#footer_r1_c1 {
	width: 610px;
	float: left;
	color: #666;
	font-size: 20px;
	padding-top: 16px;
	padding-left: 30px;
}
#footer_r1_c1 p{
	display: inline;
	padding: 0px 7px 0px 7px;
}
#footer_r1_c1 img{
	display: inline;
	padding-bottom: 4px;
}

#footer_r1_c2 {
	width: 320px;
	float: left;
}
#footer_r1_c2_c1 {
	width: 130px;
	float: left;
	padding-left: 60px;
	padding-top: 19px;
}
#footer_r1_c2_c2 {
	width: 130px;
	float: left;
	padding-top: 9px;
}
#footer_r2 {
	width: 980px;
	height: 195px;
	background: url(../images/footer/logo.jpg) no-repeat right;
	float: left;
	font-size: 13px;
}
#footer_r2 ul{
	margin: 0px;
	padding: 0px;
	width: 300px;
}
#footer_r2 li{
	width: 116px;
	float: left;	
	border-top: solid 1px #606060;
	padding: 6px 0px 6px 15px;
}
#footer_r2 li.first_line {
	border-top: none;
}
#footer_r2 li#last_link {
	background: none;
}
#footer h2 {
	font-size: 18px;
	color: #A4A3A3;
	padding: 20px 0px 13px 0px;
}
#footer_r3 {
	width: 980px;
	height: 29px;
	color: #999;
}
#footer_r3 p{
	padding-top: 5px;
	padding-bottom: 0px;
}
#footer_r3_c1 {
	width: 490px;
	float: left;
}
#footer_r3_c2 {
	width: 468px;
	float: right;
	text-align: right;
	padding-right: 22px;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #CCC;
}
#footer_r3 a{
	color: #999;
}
#footer_r3 a:hover {
	color: #333;
}