/* css */

@import "search.css";
@import "details.css";
@import "basket.css";
@import "txt_link.css";

* {
  padding: 0;
  margin: 0;
  }
  body {
	background-color:#F0F0FF;
	font-family:Arial, Helvetica, sans-serif;
    }
	#container {
        -moz-box-shadow: 5px 5px 5px #ccc;
		-webkit-box-shadow: 5px 5px 5px #ccc;
		box-shadow: 5px 5px 5px #ccc;
		width: 890px;
        height: auto;
        margin: 0 auto;
		margin-top:5px;
		background-color:#FFF;
		clear:both;
        }
		#top {
			background-color:#FFF;
            width: 890px;
            height: 120px;
            padding-top: 5px;
			float:left;
			border: 1px 1px 0px 1px solid #F0F0FF;
			-moz-border-radius-topleft: 10px;
			-webkit-border-top-left-radius: 10px;
			-moz-border-radius-topright: 10px;
			-webkit-border-top-right-radius: 10px;
            }
			#top-left {
				width:590px;
				height:120px;
				float:left;
			}
			#top-right {
				width:202px;
				margin-right: 6px;
				height:120px;
				float:right;
			}
			#top-right p {
				color:#7F7F7F;
				margin-right:2px;
				text-align:right;
				font-size:13px;
				text-decoration:none;
				margin-bottom:12px;
			}
				#top-right a {
				color:#7F7F7F;
				text-decoration:none;
			}
				#top-right a:hover {
				color: #CCC;
				text-decoration:none;
			}
            #top img {
                float: left;
                border: 0;
                }
        #menu {
            float: left;
			width: 890px;
            height: 30px;
            background: #FFF;
            padding: 6px 0px 0px 0px;
            border-bottom: 1px solid #CCC;
            }
            #menu ul {
                float: left;
                width: auto;
                height: auto;
                font-size: 14px;
                color: #000;
                margin: 7px 0 0 0;
                }
                #menu ul li {
                    display: inline;
                    margin: 0 0 0 0;
                    padding: 0 20px 0 15px;
                    }
                    #menu ul li a {
                        color: #000;
                        text-decoration: none;
                        padding: 0 0 0 5px;
                        }
                        #menu ul li a:hover {
                            color: #CCC;
                            }
						#content {  
						width: 890px;
						height: auto;
						float:left;
						background:#FFF;
						}
            #content #search {
                width: 180px;
                height: auto;
                float: left;
                }
                #content #search h3 {
                    width: 160px;
                    height: auto;
                    float: left;
                    font-size: 14px;
                    font-weight: bold;
                    color: #9D1D1A;
                    margin: 17px 0 5px 5px;
                    }
                    #content #search label {
                        width: 165px;
                        height: auto;
                        float: left;
                        font-size: 11px;
                        font-weight: bold;
                        color: #000;
                        margin: 5px 0 2px 6px;
                        }
                    #content #search input.inp {
                        width: 160px;
                        height: 18px;
                        float: left;
                        margin: 0 0 0 5px;
                        font-size: 12px;
                        color: #000;
                        padding: 0px 0 0 0px;
                        }
                   #content #search input.key {
                        width: 160px;
                        height: 18px;
                        background: none;
                        float: left;
                        margin: 0 0 0 5px;
                        font-size: 12px;
                        color: #000;
                        padding: 2px 0 0 5px;
                        border: 1px solid #7F9DB9;
                        }
                    #content #search input.searchinput {
                      padding: 0;
                      width: 59px;
                      height: 20px;
                      float: left;
                      }
                    #content #search select {
                        width: 167px;
                        background: #FFF;
                        float: left;
                        margin: 0 0 1px 5px;
                        font-size: 12px;
                        color: #000;
                        padding: 0px 0px 0px 3px;
                        border: 1px solid #7F9DB9;
                        }
                        #content #search input.submit {
						width: 59px;
						float: right;
						padding: 1px;
						margin-top: 10px;
						margin-right: 8px;
						margin-bottom: 5px;
						margin-left: 0;
						}
                        #content #search p {
                            width: auto;
                            height: 20px;
                            float: left;
                            font-size: 13px;
                            color: #666;
                            padding: 8px 0 0 6px;
                            }
                    #content #search hr {
                        width: 167px;
                        float: left;
                        height: 2px;
                        background: #000;
                        margin: 5px 0 20px 5px;
                        border: 0;
                        }
                    #content #search span {
                        width: auto;
                        height: auto;
                        float: left;
                        margin: 20px 0 0 0;
                        }
            #content #text {
                width: 710px;
                height: auto;
                float: left;
                }
                #content #text #flash {
                  width: 280px;
                  height: auto;
                  float: left;
				  margin: 20px 0 0 10px;
                  }
                #content #text #rightflash {
                  width: 380px;
                  height: auto;
                  float: left;
				  margin:7px 0 0 20px;
                  }
				  
				  #content #text h1 {
					font-size: 19px;
					font-family: Arial, Helvetica, sans-serif;
					color: #9D1D1A;
					letter-spacing: 2px;
					float: left;
					margin: 10px 0 0 5px;
                    }	 
				#content #text h1 a {
                    font-size: 19px;
					font-family: Arial, Helvetica, sans-serif;
                    color: #9D1D1A;
                    letter-spacing: 0px;
                    float: left;
                    margin: 3px 0 5px 0;
                    }	 
				#content #text h2 {
                    font-size: 17px;
					font-family: Arial, Helvetica, sans-serif;
                    color: #9D1D1A;
                    font-weight: bold;
                    letter-spacing: 2px;
                    float: left;
                    margin: 8px 0 0 5px;
                    }	 
				#content #text h2 a {
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9D1D1A;
	font-weight: normal;
	letter-spacing: 0px;
	float: left;
                    }
									#content #text h3 {
                    font-size: 14px;
					font-family: Arial, Helvetica, sans-serif;
                    color: #9D1D1A;
                    font-weight: bold;
                    letter-spacing: 0px;
                    float: left;
                    margin: 3px 0 5px 0;
                    }	 
				#content #text h3 a {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9D1D1A;
	font-weight: bold;
	letter-spacing: 0px;
	float: left;
	margin: 3px 0 5px 0;
                    }
	           #content #text p {
                    width: auto;
                    float: left;
                    font-size: 15px;
                    color: #000;
                    margin: 10px 0 0 5px;
                    }
										
                #content #text ul {
                    float: left;
                    width: 320px;
                    height: auto;
                    margin: 5px 0 0 15px;
                    }
                    #content #text ul li {
                        font-size: 14px;
                        color: #333;
                        list-style-type: circle;
                        margin: 10px 0 0 0;
                        }
						#search_content {
							display:none;
						}
        #menu_footer {  
            width: 890px;
            height: 30px;
            background: #FFF;
            border-top: 1px solid #CCC;
            float: left;
            }
            #menu_footer ul {
                float: left;
                width: auto;
                height: auto;
                font-size: 14px;
                color: #000000;
                margin: 7px 0 0 7px;
                }
                #menu_footer ul li {
                    display: inline;
                    margin: 0 30px 0 15px;
                    }
                    #menu_footer ul li a {
                        color: #000;
                        text-decoration: none;
                        padding: 0 0 0 5px;
                        }
                        #menu_footer ul li a:hover {
                            color: #CCC;
                            }
							#contact_forms {
							background-color:#FFFFFF; 
							width:890px; 
							float:left; 
							height:305px; 
							padding-top:20px;
}
        #navigation {
            width: 890px;
            height: auto;
            float: left;
            padding: 5px 0 5px 0;
			background-color:#FFF;
	border: 1px 1px 0px 1px solid #F2F2F2;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
            }
            #navigation h1 {
                width: auto;
                float: left;
                font-size: 16px;
                font-weight: bold;
                }
                #navigation h1 a {
                    color: #000;
                    text-decoration: none;
                    }
                    #navigation h1 a:hover {
                        color: #CCC;
                        }
            #navigation ul {
                float: left;
                width: auto;
                height: auto;
                font-size: 16px;
                color: #000;
                }
                #navigation ul li {
                    display: inline;
                    font-size: 12px;
                    font-weight: bold;
					float: right;
                    }
                    #navigation ul li a {
                        color: #000;
                        text-decoration: none;
                        padding: 0 5px 0 0;
                        }
                        #navigation ul li a:hover {
                            color: #CCC;
                            }
		#news_top {
		color: #000;
		width:auto;
        text-decoration: none;
		font-size: 12px;
		float:left;
		padding-left: 8px;
		}
		#news_top a {
		color: #000;
        text-decoration: none;
        }
		#news_top a:hover {
		text-decoration:underline;
		}
		#cart_top {
		color: #000;
		width:auto;
        text-decoration: none;
		font-size: 12px;
		float:right;
		padding-right: 8px;
		}
		#facebooklike {
			width:74px;
			height:21px;
			float:right;
			padding-top:5px;
			margin-right:6px;
		}
		#socialnetworking {
			width:890px;
			height:22px;
			float:left;
			margin-top:8px;
		}
		#cart_top a {
		color: #000;
        text-decoration: none;
        }
		#cart_top a:hover {
			text-decoration:underline
		}
		#copyright {
            width: 890px;
            height: auto;
            float: left;
			background-color:#FFF;
			font-size:12px;
			text-decoration: none;
			padding-top:2px;
            }
		#copyright a {
		color: #000;
		float:right;
        text-decoration: none;
		font-size: 12px;
        }
		#copyright a:hover {
		text-decoration:underline;
		color: #000;
		font-size: 12px;
		}
#pagecontent {
background-color:#FFFFFF;
width:690px;
float:left;
margin:0;
}
#pagecontent_pad {
margin:0;
padding:14px;
float:left;
}
.page {
background-color:#FFFFFF;
border:1px solid #CCCCCC;
color:#7F7F7F;
float:left;
font-size:14px;
height:auto;
letter-spacing:0px;
margin-top:8px;
margin-bottom:18px;
margin-left:0;
overflow:auto;
padding:16px;
}
.prevnext {
	background-color: #FFFFFF;
    font-size: 14px;
    height: auto;
	float:right;
	display:inline;
	text-decoration:none;
	color:#000;
    letter-spacing: 0;
    margin-left: 0;
    overflow: auto;
    padding: 16px 8px 16px 8px;
}
.prevnext a:hover {
	text-decoration:none;
	color:#CCC;
}
	.prevnext a {
	text-decoration:none;
	color:#000;
}
#rugnav {
	width:708px;
	margin:0px;
}
#rugnav a{
	width:708px;
	margin-left:45px;
}
.newsletter {
float:left;
width:100%;
overflow:auto;
padding:8px;
}
.newsletter_form {
float:left;
width:45%;
text-align:center;
}
.newsletter_pic {
float:right;
width:40%;
text-align:center;
margin-right:20px;
}
.newsletter_display {
	border:1px solid #CCCCCC;
	clear:both;
	color:#C1BCAE;
	font-size:12px;
	font-weight:bold;
	height:auto;
	margin-left: 20px;
	padding:14px;
	text-align:center;
	width:auto;
}
.newsletter_display p {
margin-bottom: 6px;
}
                #keywords {
                  width: auto;
                  height: auto;
                  float: left;
                  margin: 15px 0 0 0;
                  }
			p.copyright a {
                width: auto;
                font-size: 12px;
                color: #000;
                float: right;
                margin: 2px 0 0 0;
				text-decoration:none;
                }
			p.call {
                width: auto;
                font-size: 12px;
                color: #000;
                float: left;
                margin: 2px 0 0 0;
				text-decoration:none;
                }
        #sendmail { 
            width: 800px;
            height: auto;
            float: left;
            }
            #sendmail h2 {
                width: 320px;
                height: auto;
                font-size: 18px;
                color: #CC0000;
                font-weight: normal;
                letter-spacing: 2px;
                float: left;
                margin: 0.3em 0 0 0;
                }
            h4.request {
                width: 320px;
                height: auto;
                font-size: 14px;
                color: #CC0000;
                font-weight: normal;
                float: left;
                margin: 0 0 0 0;
                padding: 5px 0 0 0;
                }
            #sendmail #form {
                width: auto;
                height: auto;
                float: left;
                border: 0px;
                margin: 0 0 0 0;
                padding: 0 0 10px 0;
                }
                #sendmail #form span {
                    width: auto;
                    height: auto;
                    float: left;
                    margin: 5px 0 0 0;
                    }
                #sendmail #form p.txt {
                    width: 350px;
                    height: auto;
                    float: left;
                    font-size: 10px;
                    color: #333;
                    margin: 5px 0 0 50px;
                    }
                #sendmail #form span label {
                    width: 50px;
                    height: auto;
                    float: left;
                    font-size: 14px;
                    color: #666;
                    margin: 4px 0 2px 0px;
                    }
                #sendmail #form span input.em {
                    width: 260px;
                    height: 17px;
                    background: none;
                    float: left;
                    margin: 0;
                    font-size: 12px;
                    color: #666;
                    padding: 2px 0 0 0px;
                    border: 1px solid #7F9DB9;
                    }
                #sendmail #form input.radio {
                    width: auto;
                    height: auto;
                    float: left;
                    margin: 0 0 0 0;
                    }
                #sendmail #form label.lab {
                    width: auto;
                    height: auto;
                    float: left;
                    margin: 0 0 0 0px;
                    font-size: 12px;
                    color: #666;
                    }
                #sendmail #form textarea {
                    width: 290px;
                    height: 70px;
                    margin: 5px 0 0 0px;
                    float: left;
                    border: 1px solid #7F9DB9;
                    background: none;
                    padding: 10px;
                    font-size: 12px;
                    color: #666;
                    }
                #sendmail #form input.send {
                    width: 50px;
                    height: auto;
                    float: left;
                    margin: 5px 0 0 0px;
                    padding: 0 3px 0 3px;
                    }
                #sendmail #form p.txtsend {
                    width: auto;
                    font-size: 12px;
                    color: #666;
                    float: left;
                    margin: 14px 0 0 0px;
                    padding: 0 30px 0 5px;
                    }
	.poll { 
            width: auto;
            height: auto;
            float: right;
			border:#CCC 1px solid;
			margin-top:34px;
            }
			.poll a {
				text-decoration:none;
				color:#000;
			}
		.poll a:hover {
			text-decoration:underline;
		}
	#raffle { 
            width: 350px;
            height: auto;
            float: left;
			padding: 10px 0 0 10px;
    		text-indent: 0px;
            }
        .clear {
            width: 100%;
            float: left;
            margin: 20px 0 0 0;
            }		
	#shipping_form {
		margin-top:-25px!important;
		display:inline;
		float:left;
		}
		.additional_area {
	background-color:#FFFFFF;
	border:1px solid #333333;
	color:#333333;
	float:left;
	font-size:13px;
	height:auto;
	margin-bottom:8px;
	margin-left:10px;
	font-weight:normal;
	overflow:auto;
	padding:16px;
	width:550px;
}
.additional_area h5 {
color:#333333;
font-size:18px;
letter-spacing:0px;
margin-bottom:5px;
}
.additional_area_picture {
	background-color:#FFFFFF;
	padding:5px;
	float:left;
	height:auto;
	margin-left:0;
	width:auto;
}
.additional_area_text {
	float:left;
	width: inherit;
	height:auto;
}
	#bottom_text{
		position:relative;
		float:left;
		display:block;
		font-size: 14px;
		}
	#footer{
		float:left;
		font-size: 12px;
		text-align:center;
		width:890px;
		padding-top:35px;
		padding-bottom:8px;
		}
		#footer a {
		color:#000000;
		}
#bottombar{
width: 890px;
background:#FFF;
float:left;
height:40px !important;
font-weight: normal !important;
border-top:1px solid #CCCCCC;
}

#bottombar:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#bottombar ul{
width: 890px;
background:#FFF;
background: none; /*THEME CHANGE HERE*/
padding: 0 !important;
margin: 0 !important;
height:40px;
text-align: left; /*set value to "left", "center", or "right"*/
list-style:none;
}

#bottombar ul li{
display: inline;
color: #7F7F7F;
float:left;
font-family:"Lucida Sans Unicode","Lucida Grande","Lucida Sans",Helvetica,Arial,sans-serif,"Bitstream Vera Sans";
vertical-align:middle;
font-size:14px;
padding: 10px 6px 10px 6px;
margin-top: 0 !important;
overflow:hidden;
list-style:none;
}

#bottombar ul li a{
color: #7F7F7F !important;
font-family:"Lucida Sans Unicode","Lucida Grande","Lucida Sans",Helvetica,Arial,sans-serif,"Bitstream Vera Sans";
vertical-align:middle;
font-size:14px;
padding: 10px 6px 10px 6px;
text-decoration: none !important;
font-weight:normal !important;
}

#bottombar ul li a:hover{
	text-decoration: none !important;
	font-weight: normal !important;
	color: #999 !important;
}

