/* CSS Document */
body {
	background-color:#e0e0e0;
	color:#888888;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
}

	
div, h1, h2, p, form, label, input, textarea, img, span{
	margin:0;
	padding:0;
}

ul{
	margin:0;
	padding:0;
	list-style-type:none;
	font-size:12;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}


/*------------------------------------------------header--------------------*/

#navbar{
	padding-right: 8px;
	padding-left: 10px;
	height: 35px;
	margin-top: 0px;
}
#header {
	padding: 0px;
	background-image: url(images/banner_back.gif);
	background-repeat: repeat-y;
	margin: 0px;
	background-color: #464646;
}
/*------------------------------------------------body--------------------*/
#main{
	width:1004px;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/*------------------------------------------------left--------------------*/
#col1{
	font-size: 12px;
	width: 300px;
	float: left;
	padding-left: 20px;
}
#col2 {
	font-size: 12px;
	width: 620px;
	float: left;
	padding-left: 20px;
}
#col3 {
	font-size: 12px;
	width: 940px;
	float: left;
	padding-left: 20px;
}
#offer{
	font-size: 12px;
	width: 300px;
	background-color: #FED7B4;
	background-image: url(images/specialbox_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

#greybox{
	font-size: 12px;
	width: 300px;
	background-color: #DADADA;
	background-image: url(images/greybox_back.gif);
	background-repeat: repeat-y;
	margin-bottom: 15px;
}
/*------------------------------------------------right--------------------*/
#right{
	width: 502px;
}

/*------------------------------------------------footer--------------------*/
#footer{
	color:#999999;
	font-size: 9px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	bottom: 0px;
	height: 20px;
	margin-top: auto;
	width: 950px;
	padding: 0px;
}
#footer a {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #999999;
	margin-left: 5px;
	margin-right: 5px;
}
#footer a:hover {
	color: #666666;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

#bone {
	background-image: url(images/bone.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 100px;
	z-index: -1000;
	float: right;
}

/*------------------------------- Content -------------------------------*/

#content {
	padding: 10px;
	margin: 0px;
}
#contentbk {
	background-image: url(images/main_back.gif);
	background-repeat: repeat-y;
}

#content p {
	font-size: 12px;
	color: #888888;
	line-height: 18px;
	margin-bottom: 10px;
}
#content h1 {
	font-size: 18px;
	color: #FF9000;
	margin-bottom: 10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight: normal;
}

#content h2 {
	color: #464646;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	margin-bottom: 5px;
}

#content a {
	font-weight: bold;
	text-decoration: none;
	color: #777777;
}

#content a:hover {
	color: #FF810D;
}

#content_bottom {
	background-image: url(images/main_bottom.gif);
	height: 11px;
	background-repeat: no-repeat;
	background-position: top;
}
/*------------------------------- boxes -------------------------------*/
.quote {
	margin-bottom: 10px;
	padding: 10px;
}
#form {
	float: left;
	background-color: #CCCCCC;
	font-size: 12px;
	color: #666666;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}
#flush {
	margin:0;
	padding:0;
	height: 0px;
	clear: both;
	font-size: 0px;
}
#content li {
	padding-bottom: 6px;
	list-style-position: inside;
	list-style-type: disc;
}

.newborder {
	margin: 0;
	text-decoration: none;
	height: 25px;
	width: 260px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
#download {
	padding: 0px;
	border: 1px solid #CCCCCC;
	background-position: center;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#offer h1 {
	text-align: center;
	color: #FDE1C8;
	background-color: #FF9000;
	background-image: url(images/specialbox_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	font-size: 14px;
	width: 300px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#offer p {
	color: #333333;
}
#signupbox {
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#signupbox .button {
	background-image: url(images/sign_up1.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 113px;
	float: right;
	text-align: center;
	background-position: left top;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#signupbox .button:hover {
	background-image: url(images/sign_up2.gif);
	background-repeat: no-repeat;
	color: #000000;
	display: block;
}


#contact {
	width:153px;
	text-align: right;
	float: right;
	margin-right: 28px;
	color: #ABABAB;
	text-decoration: none;
	padding: 5px;
}

#contact a {
	font-weight: bold;
	color: #ABABAB;
	text-decoration: none;
}
#contact a:hover {
	color: #FF9000;
	text-decoration: none;
}
.contactstyle {
	font-size: 14px;
}
.emailstyle {
	font-size: 10px;
}
#lefttexture {
	position: absolute;
	height: 326px;
	width: 231px;
	background-image: url(images/texture1.gif);
	left: -231px;
	top: 90px;
}
#righttexture {
	position: absolute;
	height: 271px;
	width: 166px;
	background-image: url(images/texture2.gif);
	left: 1000px;
	top: 300px;
}
#menu {
	margin-bottom: 12px;
	height: 34px;
	margin-top: 18px;
	width: 410px;
	float: left;
}
#posleft a.address {
	height:18px;
	background-image: url(images/address1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 320px;
	float: left;
}
#posleft a.address:hover {
	
	background-image: url(images/address2.gif);
	
}
#posleft {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding: 0;
}
#posright {
	float: right;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
}
.copyright {
	text-align: left;
	float: left;
}

#greybox h2 {
	text-align: left;
	color: #545454;
	background-image: url(images/greybox_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#greybox p {
	text-align: left;
	color: #545454;
	padding-right: 15px;
	padding-left: 15px;
}
#greybox img {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#greyend {
	background-image: url(images/greybox_bottom.gif);
	background-position: left bottom;
	vertical-align: bottom;
	background-repeat: no-repeat;
	float: none;
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#greybox a.button {
	color: #FFFFFF;
	background-image: url(images/download1.gif);
	background-repeat: no-repeat;
	height: 28px;
	width: 113px;
	float: right;
	text-align: center;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}
#greybox a.button:hover {
	background-image: url(images/download2.gif);
	background-repeat: no-repeat;
	color: #000000;
	display: block;
}


/*--------------------------------------------------------*/


#logo {
	float: left;
}
#header_top {
	height: 5px;
	width: 1004px;
	background-image: url(images/banner_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header_bottom {
	background-image: url(images/banner_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
	height: 10px;
	width: 1004px;
}
#content_top {
	background-image: url(images/main_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
	width: 1004px;
}

#offer .small a {
	font-size: 9px;
	color: #FF9000;
	float: left;
}
#offer .small a:hover {
	color: #000000;
}
#spacer {
	height: 15px;
	clear: both;
	width: 100%;
}
.big {
	font-size: 16px;
	text-align: left;
	color: #545454;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 15px;
}


/*-------------------gallery----------------------*/



.item {
	color: #666666;
	width: 100px;
	padding: 0px;
	display: inline;
	float: left;
	height: 100px;
}   
   .item img {
	 padding: 2px;
	border: none;
	}
                     
                  
                  .paginator-controls {
                      width:          400px;
                      margin:         20px auto;
                      text-align:     center;
                  }
                  .paginator-controls .previous,
                  .paginator-controls .next,
                  .paginator-controls .pages {
                      display:        inline;
                  }
            
                  .paginator-controls .previous,
                  .paginator-controls .next,
                  .paginator-controls .pages span {
                      border:         1px solid #ccc;
                      cursor:         pointer;
                      font:           bold 12px Arial, sans-serif;
                      margin:         0 4px;
                      padding:        2px 4px;
                  }
            
                  .paginator-controls .disabled {
                      color:          #ccc;
                      cursor:         default;
                  }
            
                  .paginator-controls .hovered {
                      background:     #ceffff;
                  }
            
                  .paginator-controls .pages .selected {
                      background:     #f30000;
                      border-color:   #000;
                      color:          #ffffff;
                  }
				  
				  .slider {
    position:       absolute;
    right:          -30px;
    top:            25px;
    background:     url(res/slider-bg.gif) 9px 0 no-repeat;
    width:          30px;
    height:         240px;
}

.slider div {
    width:          29px;
    height:         28px;
    /* Fix slider image in IE6 */
    _filter:        progid:DXImageTransform.Microsoft.AlphaImageLoader(
                        src='res/slider-thumb.png', sizingMethod='image');
}

/* IE6 only */
.slider img { _display: none; }

.item a img {
	padding:3px;
	border: 1px solid #CCCCCC;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
}

.item a:hover img, .item a:active img {
	padding:3px;
	filter:alpha(opacity=99);
	-moz-opacity:0.99;
	-khtml-opacity: 0.99;
	opacity: 0.99;
	border: 1px solid #FF9000;
}
.item img {
padding:5px;
border: none;
}
.headline {
	font-size: 10px;
	color: #999999;
	margin-top: 4px;
	margin-bottom: 6px;
	margin-left: 30px;
}
#design {
	position: relative;
	height: 34px;
	width: 120px;
	background-color: #000099;
	z-index: 1000;
	background-image: url(awmdata/menu/design2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 34px;
}
.prices {
	text-align: right;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-right: 15px;
	margin-left: 15px;
}
.qty {
	text-align: left;
	float: left;
	margin-left: 15px;
}
.info {
	list-style-position: inside;
	list-style-image: url(images/info.gif);
	font-weight: bold;
	line-height: 20px;
	font-size: 10px;
}
#greybox ul {
	margin-left: 30px;
}
#main .headline a {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}
#main .headline a:hover {
	color: #FF9000;
	font-weight: bold;
}
.goright {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
.popout {
	position: absolute;
	left: 868px;
}
#pricebox {
	margin-right: 30px;
	margin-left: 30px;
	text-align: right;
}
.newsletter-form {
}
.newsletter-form .form .item {
	width: 260px;
	float: left;
	height: 50px;
}
.goleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#col1 .button2 {
	width: 244px;
	color: #FFFFFF;
	background-position: left;
	display: block;
	text-align: left;
	padding: 28px;
	background-image: url(images/big-button-on.png);
	background-repeat: no-repeat;
}
#col1 .button2:hover {
	color: #000000;
	background-image: url(images/big-button-off.png);
	background-repeat: no-repeat;
	}
.steps {
	list-style-image: url(images/3ldicon.png);
	clip: rect(auto,auto,auto,auto);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h3 {
	display: block;
	float: right;
	padding-top: 15px;
	margin: 0px;
	width: 230px;
	height: 36px;
	font-size: 10px;
	font-weight: bold;
}
.webform label {
	color: #666666;
	font-size: 10px;
}
.webform .small {
	font-size: 9px;
}
.req {
	color: #FF9000;
	font-size: 10px;
}
.clearfix {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.pricelist {
	height: 107px;
}
.spacebottom {
	margin-bottom: 10px;
}
.butpic {
	position: absolute;
	left: 868px;
}

