/* Start of CMSMS style sheet 'Screen' */
html,
body {
	margin:0;
	padding:0;
	text-align:center;	/* IE 5 */
	font-family: "Comic Sans MS", Verdana;  
	color: #fff;
	background: #000;
}
#wrapper{
	display: block;
	width: 572px;
	margin: auto;
}
#header{
	display: block;
	width: 572px;
	height: 145px;
	background-image:    url(images/site/header.jpg);
}
#nav{
    margin: 0;
    padding: 20px 0 20px 0;
    list-style: none;
    width: 572px;
    text-align: justify;
    text-justify: distribute;
}
#nav li{
    display: inline-block;
    text-align: left;
}
#nav #dummy{
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
}
#menu a{
	text-decoration: none;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
#menu a:hover{
	color: #FF0000;
}
#content{
	width: 572px;
	text-align: center;
}


#content .thumb{
	border: solid 1px #fff;
}
#content .picname{
	font-size: 13px;
	padding-top: 10px;
	display: block;
}
#content .picname a{
	color: #fff;
	text-decoration: none;
}
#content .picname a:hover{
	color: #2F41C1;
}
.pic{
	border: solid 1px #fff;
}
.nav a{
	color: red;
	text-decoration: none;
}
.nav a:hover{
	color: #2F41C1;
}
.name, .dimensions, .price, .status{
	font-size: 20px;
	font-weight: bold;
}
.status{
	color: #FF0000;
}
td{
	color: #fff;
}
hr{
	border: solid 1px red;
}
a{
	color: red;
	text-decoration: none;
	font-weight: bold;
}
a.mail{
	color: #fff;
}
a:hover{
	color: #2F41C1;
}
#menu a.currentpage{
	color: #2F41C1;
}
.jMyCarousel ul li a{
	cursor: default;
}
#gallery .thumb{
	height: auto;
	width: auto;
	padding:0;
	margin: 0;
	float: none;
}
#content ul.picturelist li.thumb{
	width: auto;
	height: auto;
	margin: 10px;
	border: 0;
}


/* -----------------------------  CONTACTFORM STYLING  --------------------------- */

.formbuilderform {
   font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
}

.formbuilderform input {
   color: #000;
border: 1px solid #7D0E1F;
padding: 2px;
margin: 0 0 4px 10px;
width: auto;
background-color: #FFF;
font-size: 14px;
}

.formbuilderform select {
border: 1px solid #7D0E1F;
padding: 2px;
margin: 0 0 4px 10px;
width: 187px;
.width: 187px;
_width: 187px;
background-color: #FFF;
font-size: 14px;
}

.formbuilderform textarea {
color: #000;
border: 1px solid #7D0E1F;
padding: 2px;
margin: 0 0 4px 10px;
width: auto;
height: 150px;
background-color: #fff;
font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
font-size: 12px;
}

.formbuilderform .fbsubmit {
border: 1px solid #7D0E1F;
padding: 2px;
margin: 0 0 0 10px;
width: 100px;
background-color: #fff;
font-weight: bold;
}

.formbuilderform input:focus{
background-color: #c0c0c0;
}

.formbuilderform textarea:focus{
background-color: #c0c0c0;
}

.formbuilderform .fbsubmit:hover {
background-color: #c0c0c0;
color: #fff;
}

/** news **/

.NewsSummary,
.NewsSummaryContent {
padding: 0.5em 0.5em 1em 0.5em;
margin: 0 10px 20px 10px;
}

.NewsSummary {
border-bottom: 2px solid #7D0E1F;
}

.NewsSummaryLink {
text-align: center;
margin-left: 120px;
margin-bottom: 15px;
}

.NewsSummaryContent p {
text-align: center;
}
/* End of 'Screen' */

